Skip to content

Update all non-major maven dependencies#9

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-maven-minor-patch
Closed

Update all non-major maven dependencies#9
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-maven-minor-patch

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 11, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
org.apache.maven.shared:maven-filtering (source) 3.3.13.5.0 age confidence
org.apache.maven.plugins:maven-remote-resources-plugin (source) 3.0.03.3.0 age confidence
org.opensearch.client:opensearch-java 2.4.02.26.0 age confidence
org.opensearch.client:opensearch-rest-client (source) 2.7.02.19.5 age confidence

Release Notes

opensearch-project/opensearch-java (org.opensearch.client:opensearch-java)

v2.26.0

Added
  • Added Jackson ObjectMapper module auto-detection (#​1643)
Dependencies
Fixed
  • Fixed ApacheHttpClient5Transport not honoring connect & socket timeouts configured on ConnectionConfig (#​1662)

v2.25.0

Added
  • Added support for the template query type (#​1586)
  • Added support for Search Shards request slice property (#​1586)
  • Added support for ML tool attributes (#​1594)
  • Added support for the score-ranker-processor phase results processor (#​1594)
Dependencies
  • Bump org.junit:junit-bom from 5.12.2 to 5.13.0 (#​1587)
Fixed
  • Fixed ScoreCombination's parameters structure (#​1594)

v2.24.0

Dependencies
  • Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.4.4 (#​1544)
Changed
  • Changed StopTokenFilter's stopwords field to no longer be required (#​1551)
Fixed
  • Fixed deserializing wrapper queries (#​1537)
  • Add is_hidden to AliasDefinition (#​1537)

v2.23.0

Added
  • Added normalizer to wildcard field (#​1489)
  • Added paginationDepth to HybridQuery (#​1490)
Dependencies
  • Bump org.owasp.dependencycheck from 12.0.2 to 12.1.1 (#​1440, #​1514)
  • Bump org.junit:junit-bom from 5.12.0 to 5.12.2 (#​1486, #​1525)
  • Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.2 to 5.4.3 (#​1506)
  • Bump org.apache.httpcomponents.core5:httpcore5-h2 from 5.3.3 to 5.3.4 (#​1498)
  • Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.3 to 5.3.4 (#​1497)
Fixed
  • Fixed ClassCastException in extractAndWrapCause when handling ExecutionException (#​1483)
  • Fixed getting cluster & node stats and node info against AOS due to missing properties (#​1520, #​1521)

v2.22.0

Added
  • Added toBuilder() and Builder.copy() methods to all generated classes (#​1300)
  • Added support for additional ML APIs (#​1443)
  • Added support for the Search Pipeline APIs (#​1442)
  • Added support for simple_pattern and simple_pattern_split tokenizers (#​1448, #​1451)
  • Added support for the Search response phase_took field (#​1449)
  • Added support for GeoDistanceSort's nested and validation_method fields (#​1470)
Dependencies
  • Bump org.junit:junit-bom from 5.11.4 to 5.12.0 (#​1456)
Changed
  • Changed abstract builders visibility to public (#​1464)

v2.21.0

Added
  • Added support for GeoDistanceQuery's ignore_unmapped property (#​1430)
  • Added support for docvalue_fields in msearch (#​1429)
Dependencies
  • Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 (#​1418)
Fixed
  • Fixed serialization of KnnQuery's method_parameters property (#​1427)
  • Fixed deserializing GeoValidationMethod enum values when uppercase (#​1431)

v2.20.0

Added
  • Added support for KnnQuery's expand_nested_docs, method_parameters and rescore properties (#​1407)
Dependencies
  • Bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#​1367)
  • Bumps org.apache.httpcomponents.client5:httpclient5 from 5.4 to 5.4.2 (#​1401)
  • Bumps org.apache.httpcomponents.core5:httpcore5 from 5.3 to 5.3.3 (#​1383, #​1402)
  • Bump org.owasp.dependencycheck from 11.1.1 to 12.0.2 (#​1381, #​1393, #​1399)
Fixed
  • Fixed serialization of time_zone field in CompositeDateHistogramAggregationSource (#​1362)

v2.19.0

Added
  • Added support for IcuCollationKeywordProperty's country, language and variant properties (#​1321)
Dependencies
  • Bumps org.junit:junit-bom from 5.10.2 to 5.11.3
  • Bump com.carrotsearch.randomizedtesting:randomizedtesting-runner from 2.8.1 to 2.8.2 (#​1343)
  • Bump org.owasp.dependencycheck from 11.1.0 to 11.1.1 (#​1344)
Fixed
  • Fixed IcuCollationDecomposition's variants to align with those supported by OpenSearch (#​1321)
  • Fixed don't invoke the mapper's serialize method for the RangeQuery JsonData raw value #​1309
  • Fixed an issue where FieldSort was not implementing SortOptionsVariant (#​1323)
  • Fixed GetSnapshotResponse deserialization (#​1299)
  • Fixed CreateSnapshotResponse deserialization when wait_for_completion is false (#​1332)
  • Fixed serialization of nested aggregates under SingleBucketAggregateBase (#​1350)

v2.18.0

Added
  • Added support for disabling typed keys serialization (#​1296)
  • Added support for the batch_size param on the text_embedding processor (#​1298)
Dependencies
  • Bump io.github.classgraph:classgraph from 4.8.177 to 4.8.179 (#​1302)
Changed
  • Changed AwsSdk2Transport to pre-emptively throw an exception when using AWS SDK's ApacheHttpClient to make an unsupported DELETE/GET request with a body (#​1256)

v2.17.0

Added
  • Added support for KnnVectorProperty's compression_level, data_type, mode & space_type properties (#​1255)
Dependencies
  • Bumps org.apache.httpcomponents.core5:httpcore5-h2 from 5.3 to 5.3.1
  • Bumps org.owasp.dependencycheck from 10.0.2 to 11.1.0
Fixed
  • Fixed UndeployModelResponse deserialization (#​1257)

v2.16.0

Added
  • Added minScore and maxDistance to KnnQuery (#​1166)
  • Added minScore and maxDistance to NeuralQuery (#​1235)
Dependencies
  • Bumps org.ajoberstar.grgit:grgit-gradle from 5.2.2 to 5.3.0
Fixed
  • Fixed deserializing GeoBoundsAggregate when bounds is not returned by OpenSearch (#​1238)

v2.15.0

Added
  • Added hashCode and equals implementations to generated code (#​312)
  • Added sortVals to Hit to allow retrieving non-string sort values (#​1224)
  • Added searchAfterVals to MultisearchBody to allow passing arbitrary FieldValues to search_after (#​1224)
Dependencies
  • Bumps org.junit:junit-bom from 5.10.3 to 5.11.1
  • Bumps org.apache.httpcomponents.core5:httpcore5-h2 from 5.2.5 to 5.3
  • Bumps org.apache.httpcomponents.core5:httpcore5 from 5.2.5 to 5.3
  • Bumps org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4
  • Bumps io.github.classgraph:classgraph from 4.8.175 to 4.8.177
Fixed
  • Fix queries not preserving boost and name when converted to builders (#​1181)
  • Remove required check on ShardStats.shards (#​1177)
  • Fixed TextEmbeddingProcessor returning the wrong processor kind (#​1127)

v2.14.0

Compare Source

Added
  • Added queryImage (query_image) field to NeuralQuery, following definition in (Neural Query) (#​1137)
  • Added cancelAfterTimeInterval to SearchRequest and MsearchRequest (#​1147)
  • Added the ml namespace operations (#​1158)
  • Added IndexTemplateMapping.Builder#withJson, SourceField.Builder#withJson and IndexSettings.Builder#withJson for streamlining deserialization (#​1148)
Dependencies
  • Bumps commons-logging:commons-logging from 1.3.3 to 1.3.4
  • Bumps io.github.classgraph:classgraph from 4.8.174 to 4.8.175
Fixed
  • Fixed handling of NodeInfo fields that are not returned by Amazon OpenSearch Service (#​1132)

v2.13.0

Compare Source

Added
  • Added searchAfterVals to SearchRequest to allow passing arbitrary FieldValues to search_after (#​1105)
Changed
  • Changed URL path encoding to own implementation adapted from Apache HTTP Client 5's (#​1109)
Fixed
  • Fixed error when deserializing a normalizer without 'type' (#​1111)
  • Fixed deserialization of SearchRequest when _source is an array (#​1117)

v2.12.0

Compare Source

Added
  • Added support for the parent aggregation type (#​706)
  • Added support for phase_took & search_pipeline request params (#​1036)
  • Added an interface PlainJsonSerializable with a default method for serialization to Json (#​1064)
Dependencies
  • Bumps io.github.classgraph:classgraph from 4.8.173 to 4.8.174
  • Bumps org.owasp.dependencycheck from 9.1.0 to 10.0.2
  • Bumps com.github.jk1.dependency-license-report from 2.7 to 2.8
  • Bumps commons-logging:commons-logging from 1.3.2 to 1.3.3
  • Bumps org.apache.httpcomponents.core5:httpcore5-h2 from 5.2.4 to 5.2.5
  • Bumps org.apache.httpcomponents.core5:httpcore5 from 5.2.4 to 5.2.5
Fixed
  • Fixed deserializing of error responses when using AwsSdk2Transport (#​1068)

v2.11.1

Compare Source

Fixed
  • Fixed handling of an absent source in InlineGet (#​1042)

v2.11.0

Compare Source

Fixed
  • Fixed error when deserializing an analyzer without type specified (#​1033)

v2.10.4

Compare Source

Added
Fixed
  • ApacheHttpClient5Transport requires Apache Commons Logging dependency (#​1003)
  • Preserve caller information in stack traces when synchronous callers use asynchronous transports (#​656)
  • Fix java.lang.NoSuchMethodError: org.apache.http.client.utils.URLEncodedUtils.formatSegments w/o httpclient (#​999)

v2.10.3

Compare Source

Dependencies
  • Bumps io.github.classgraph:classgraph from 4.8.170 to 4.8.172
Fixed
  • Fix the deserialization of SortOptions (#​981)
  • Generic HTTP Actions in Java Client does not work with AwsSdk2Transport (#​978)

v2.10.2

Compare Source

Fixed
  • Fix integer overflow for variables in indices stats response (#​960)
  • Fix composite aggregations for search requests (#​967)

v2.10.1

Compare Source

Added
  • Add missed fields to PhraseSuggestOption: collapseMatch (#​940)
  • Add missed fields to bulk's UpdateOperation: source (#​947)
Dependencies
  • Bumps com.github.jk1.dependency-license-report from 2.6 to 2.7

v2.10.0

Compare Source

Added
  • Add xy_shape property (#​884)
  • Add missed fields to MultisearchBody: seqNoPrimaryTerm, storedFields, explain, fields, indicesBoost (#​914)
  • Add OpenSearchGenericClient with support for raw HTTP request/responses (#​910, #​929)
  • Add missed fields to MultisearchBody: collapse, version, timeout (#​916
  • Add missed fields to MultisearchBody: ext, rescore and to SearchRequest: ext (#​918
Dependencies
  • Bumps io.github.classgraph:classgraph from 4.8.161 to 4.8.165
  • Bumps org.owasp.dependencycheck from 9.0.8 to 9.1.0
  • Bumps org.apache.httpcomponents.client5:httpclient5 from 5.3.0 to 5.3.1
  • Bumps io.github.classgraph:classgraph from 4.8.165 to 4.8.170
  • Bumps jackson from 2.15.2 to 2.17.0
  • Bumps org.eclipse.parsson:parsson from 1.1.5 to 1.1.6
Removed
Fixed
  • Fix integer overflow for variables in indices stats response (#​877)
  • Support weight function in function score query (#​880)
  • Fix pattern replace by making flag and replacement optional as on api (#​895)
  • Client with Java 8 runtime and Apache HttpClient 5 Transport fails with java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer (#​920)
  • Add missed field "filter" to NeuralQuery model class

v2.9.1

Compare Source

What's Changed

Full Changelog: opensearch-project/opensearch-java@v2.9.0...v2.9.1

v2.9.0

Compare Source

Added
  • Add support for Hybrid query type (#​850)
Dependencies
  • Bumps org.ajoberstar.grgit:grgit-gradle from 5.2.0 to 5.2.2
Changed
  • Restore support for Java 8 (#​767)
  • Add an integration test that runs on JDK-8 (#​795)
Fixed
  • Fix missing properties on UpdateOperation (#​744)

v2.8.4

Compare Source

Added
  • Add search role type for nodes in cluster stats (#​848)
Fixed
  • Fix ClusterStatsResponse field deserialization (#​848)

v2.8.3

Compare Source

Fixed
  • Fix PutTemplateRequest field deserialization (#​723)
  • Fix InnerHits to no longer enforce the nullable Index field when converting to Hit. (#​838)

v2.8.2

Compare Source

Added
  • Added support for icu_collation_keyword type (#​725)
  • Added support for flat_object field property (#​735)
  • Expose HTTP status code through ResponseException#status (#​756)
  • Added toBuilder method to all request model in core package & _types.query_dsl package (#​766)
  • Added toQuery method in Query and QueryVariant (#​760)
  • Added missing WrapperQuery accessors and builder methods (#​806)
Dependencies
  • Bumps com.diffplug.spotless from 6.22.0 to 6.25.0
  • Bumps org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.3
  • Bumps org.owasp.dependencycheck from 8.4.2 to 9.0.8
Deprecated
  • Deprecated "_toQuery()" in Query and QueryVariant (#​760)
Removed
  • Removed unsupported prefix field from CompletionSuggester (#​812)
Fixed
  • Fix partial success results for msearch_template (#​709)
  • Fix deserialization of node stats response (#​745)
  • Fix PutIndexTemplateRequest field deserialization (#​765)
  • Fix InnerHits to no longer enforce the nullable Index field when converting to Hit. (#​825)

v2.8.1

Compare Source

Fixed
  • Fix partial success results for msearch_template (#​709)

v2.8.0

Compare Source

Added
  • Added support for indexing and search index settings (#​667)
  • Added support for neural query type (#​674)
Changed
  • Allow null values in arrays (#​687)
  • Add an example for bulk update operation in samples (#​690)
Fixed
  • Fixed Hit response when search request has storedFields as null (#​698)

v2.7.0

Compare Source

Added
  • Added support for "smartcn" analyzer (#​605)
  • Added support for "cjk" analyzer (#​604)
  • Added support for wrapper queries (#​630)
  • Added support for "script_fields" in multi search request (#​632)
  • Added size attribute to MultiTermsAggregation (#​627)
  • Added version increment workflow that executes after release (#​664)
Dependencies
  • Bumps org.ajoberstar.grgit:grgit-gradle from 5.0.0 to 5.2.0
  • Bumps com.github.jk1.dependency-license-report from 2.4 to 2.5
  • Bumps io.github.classgraph:classgraph from 4.8.160 to 4.8.161
Changed
  • Moved "software.amazon.awssdk" dependencies to the compileOnly scope. (#​628)
  • Migrated from checkstyle to spotless (#​648)
Removed
  • Remove generated code comments from all files (#​598)
Fixed
  • Fix PutMappingRequest by removing unsupported fields (#​597)
  • [BUG] JarHell caused by latest software.amazon.awssdk 2.20.141 (#​616)
  • Don't over-allocate in HeapBufferedAsyncEntityConsumer in order to consume the response (#​620)
  • Fixed CVE-2976 + added CVE checker (#​624)
  • Fix parsing of GetFieldMappingResponse (#​641)
  • Fix TermvectorsResponse for optional fields (#​642)
  • Fix deserialization of MsearchTemplateResponse (#​660)

v2.6.0

Compare Source

Added
  • Add support for knn_vector field type (#​524)
  • Add translog option object and missing translog sync interval option in index settings (#​518)
  • Adds the option to set slices=auto for UpdateByQueryRequest, DeleteByQueryRequest and ReindexRequest (#​538)
  • Add support for approximate k-NN queries (#​548)
Dependencies
  • Bumps com.github.jk1.dependency-license-report from 2.2 to 2.4
  • Bumps io.github.classgraph:classgraph from 4.8.157 to 4.8.160
  • Bumps jackson from 2.14.2 to 2.15.2 ((#​537)[#​537])
  • Update org.apache.httpcomponents.client5:httpclient5 from 5.1.4 to 5.2.1 and org.apache.httpcomponents.core5:httpcore5 from 5.1.5 to 5.2.2
Deprecated
  • Deprecate translogDurability and translogFlushThresholdSize in IndexSettings in favor of a separate translog object (#​518)
Fixed
  • Fixed Suggesters for Completion, Term, and Phrase and refactored the Suggestion class (#​477)
  • Fix highlight max_analyzer_offset field name to match with the one introduced in OpenSearch 2.2.0 (#​555)

v2.5.0

Compare Source

Added
  • Add workflow to publish snapshots via GHA (#​454)
  • Added Point-In-Time APIs (#​461)
Dependencies
  • Bumps com.github.jk1.dependency-license-report from 1.19 to 2.2
  • Bumps org.eclipse.parsson:parsson from 1.1.1 to 1.1.2
Changed
  • Improve time taken by Github actions by using cache (#​439)
  • Introduce intermediary SearchResult for SearchResponse and SearchTemplateResponse classes, enabling similar response handling for both (#​462)
Fixed
  • Fix missing Highlight and SourceConfig in the MultisearchBody (#​442)
  • Fix search failure with missing required property HitsMetadata.total when trackTotalHits is disabled (#​372)
  • Fix failure when deserialing response for tasks API (#​463)
  • Fix failure when deserializing boolean types for enums (#​463)
  • Fix missing minScore, postFilter, searchAfter, sort, trackScores in the MultisearchBody (#​516)
opensearch-project/OpenSearch (org.opensearch.client:opensearch-rest-client)

v2.19.5

Compare Source

v2.19.4

Compare Source

Version 2.19.4 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards version 2.19.4

Added
  • New cluster setting search.query.max_query_string_length (#​19491)
Dependencies
  • Bump Apache Lucene to 9.12.3 (#​19444)
  • Bump org.bouncycastle:bc-fips from 2.0.0 to 2.1.2 (#​19155)
  • Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0 (#​19155)
  • Bump org.bouncycastle:bcprov-jdk18on from 1.78 to 1.79 (#​19155)
  • Bump org.bouncycastle:bcmail-jdk18on from 1.78 to 1.79 (#​19155)
  • Bump org.bouncycastle:bcpkix-jdk18on from 1.78 to 1.79 (#​19155)
  • Bump org.apache.tika from 2.9.2 to 3.2.2 (#​19242)
  • Bump org.apache.commons:commons-compress from 1.26.1 to 1.28.0 (#​19125)
  • Bump org.apache.commons:commonscodec from 1.16.1 to 1.18.0 (#​19125)
  • Replace commons-lang:commons-lang with org.apache.commons:commons-lang3 (#​19229)
  • Bump netty from 4.1.121.Final to 4.1.125.Final (#​19270)
  • Bump bouncycastle from 1.79 to 1.82 (#​19552)
  • Bump org.ajoberstar.grgit:grgit-core from 5.2.1 to 5.3.2 (#​19606)
  • Bump reactor-netty from 1.1.23 to 1.2.9 (#​19603)
  • Bump reactor from 3.5.20 to 3.7.5 (#​19603)
  • Bump org.apache.hadoop:hadoop-minicluster from 3.4.1 to 3.4.2 (#​19605)
  • Bump io.grpc deps from 1.68.2 to 1.75.0 (#​19495)
  • Bump com.nimbusds:nimbus-jose-jwt from 10.0.2 to 10.3 (#​19604)
  • Exclude commons-lang and org.jsonschema2pojo from hadoop-miniclusters (#​19538)
Fixed
  • Add task cancellation checks in aggregators (#​18426)
  • Fix OOM due to large number of shard result buffering (#​19066)
  • Fix QueryPhaseResultConsumer incomplete callback loops (#​19231)
  • Use ScoreDoc instead of FieldDoc when creating TopScoreDocCollectorManager to avoid unnecessary conversion (#​18802)
  • Fix IndexOutOfBoundsException when running include/exclude on non-existent prefix in terms aggregations (#​19637)
Changed
  • Replace centos:8 with almalinux:8 since centos docker images are deprecated (#​19154)
  • Allow plugins to copy folders into their config dir during installation (#​19343)
  • Onboarding new maven snapshots publishing to s3 (#​19632)

v2.19.3

Compare Source

Version 2.19.3 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards version 2.19.3

Added
  • Reject close index requests, while remote store migration is in progress.(#​18327)
Dependencies
  • Bump netty from 4.1.118.Final to 4.1.121.Final (#​18192)
  • Bump Apache Lucene to 9.12.2 (#​18574)
  • Bump commons-beanutils:commons-beanutils from 1.9.4 to 1.11.0 (#​18401)
  • Bump org.apache.poi version from 5.2.5 to 5.4.1 in /plugins/ingest-attachment (#​17887)
Fixed
  • Use Bad Request status for InputCoercionException (#​18161)
  • Avoid NPE if on SnapshotInfo if 'shallow' boolean not present (#​18187)
  • Null check field names in QueryStringQueryBuilder (#​18194)
  • Fix illegal argument exception when creating a PIT (#​16781)
  • Fix the bug of Access denied error when rolling log files (#​18597)
Changed
  • Change single shard assignment log message from warn to debug (#​18186)

v2.19.2

Compare Source

Version 2.19.2 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards version 2.19.2

Added
Dependencies
  • Update tj-actions/changed-files usage from the Github Action checks since it has been compromised (#​17601)
Changed
Deprecated
Fixed
  • Fix NPE in node stats due to QueryGroupTasks (#​17576)
  • Resolve typo in 2.x jdk version 21 (#​17523)
  • Authenticate jenkins calls for gradle check (#​17701)

v2.19.1

Compare Source

2025-02-27 Version 2.19.1 Release Notes

[2.19.1]

Added
  • Add execution_hint to cardinality aggregator request (#17420)
Dependencies
  • Bump netty from 4.1.117.Final to 4.1.118.Final (#​17320)
  • Bump jetty version from 9.4.55.v20240627 to 9.4.57.v20241219
Changed
Deprecated
Fixed
  • Fix HTTP API calls that hang with 'Accept-Encoding: zstd' (#​17408)

v2.19.0

Compare Source

v2.18.0

Compare Source

2024-10-28 Version 2.18.0 Release Notes
[2.18.0]
Added
  • [Workload Management] Add orchestrator for wlm resiliency (QueryGroupService) (#​15925)
  • [Offline Nodes] Adds offline-tasks library containing various interfaces to be used for Offline Background Tasks. (#​13574)
  • Add support for async deletion in S3BlobContainer (#​15621)
  • [Workload Management] QueryGroup resource cancellation framework changes (#​15651)
  • [Workload Management] Add QueryGroup Stats API Logic (15777)
  • Implement WithFieldName interface in ValuesSourceAggregationBuilder & FieldSortBuilder (#​15916)
  • Add successfulSearchShardIndices in searchRequestContext (#​15967, #​16110)
  • Fallback to Remote cluster-state on Term-Version check mismatch - (#​15424)
  • [Tiered Caching] Segmented cache changes (#​16047)
  • Add support for msearch API to pass search pipeline name - (#​15923)
  • Add success and failure metrics for async shard fetch (#​15976)
  • Add support to dynamically resize threadpools size. (#​16236)
  • [S3 Repository] Change default retry mechanism of s3 clients to Standard Mode (#​15978)
  • [Workload Management] Add Integration Tests for Workload Management CRUD APIs (#​15955)
  • Add new metric REMOTE_STORE to NodeStats API response (#​15611)
  • New phone & phone-search analyzer + tokenizer (#​15915)
  • Add _list/indices API as paginated alternate to _cat/indices (#​14718)
  • Add changes to block calls in cat shards, indices and segments based on dynamic limit settings (#​15986)
  • Flat object field use IndexOrDocValuesQuery to optimize query (#​14383)
  • Add method to return dynamic SecureTransportParameters from SecureTransportSettingsProvider interface (#​16387
  • Add _list/shards API as paginated alternate to _cat/shards (#​14641)
  • [Star Tree - Search] Add support for metric aggregations with/without term query (15289)
  • URI path filtering support in cluster stats API (#​15938)
  • Add support for renaming aliases during snapshot restore (#​16292)
Dependencies
  • Bump org.apache.logging.log4j:log4j-core from 2.23.1 to 2.24.0 (#​15858)
  • Bump com.azure:azure-identity from 1.13.0 to 1.13.2 (#​15578)
  • Bump protobuf from 3.22.3 to 3.25.4 (#​15684)
  • Bump peter-evans/create-pull-request from 6 to 7 (#​15863)
  • Bump com.nimbusds:oauth2-oidc-sdk from 11.9.1 to 11.19.1 (#​15862)
  • Bump com.microsoft.azure:msal4j from 1.17.0 to 1.17.2 (#​15945, #​16406)
  • Bump ch.qos.logback:logback-core from 1.5.6 to 1.5.10 (#​15946, #​16307)
  • Update protobuf from 3.25.4 to 3.25.5 (#​16011)
  • Bump org.roaringbitmap:RoaringBitmap from 1.2.1 to 1.3.0 (#​16040)
  • Bump com.nimbusds:nimbus-jose-jwt from 9.40 to 9.41.1 (#​16038)
  • Bump actions/github-script from 5 to 7 (#​16039)
  • Bump dnsjava:dnsjava from 3.6.1 to 3.6.2 (#​16041)
  • Bump com.maxmind.geoip2:geoip2 from 4.2.0 to 4.2.1 (#​16042)
  • Bump com.maxmind.db:maxmind-db from 3.1.0 to 3.1.1 (#​16137)
  • Bump Apache lucene from 9.11.1 to 9.12.0 (#​15333)
  • Bump com.azure:azure-core-http-netty from 1.15.3 to 1.15.5 (#​16133, #​16311)
  • Bump netty from 4.1.112.Final to 4.1.114.Final (#​16182)
  • Bump com.google.api-client:google-api-client from 2.2.0 to 2.7.0 (#​16216)
  • Bump com.azure:azure-json from 1.1.0 to 1.3.0 (#​16217)
  • Bump io.grpc:grpc-api from 1.57.2 to 1.68.0 (#​16213)
  • Bump org.jline:jline from 3.26.3 to 3.27.0 (#​16135)
  • Bump com.squareup.okio:okio from 3.9.0 to 3.9.1 (#​16212)
  • Bump lycheeverse/lychee-action from 1.10.0 to 2.0.2 (#​16310)
  • Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 (#​16308)
  • Bump io.grpc:grpc-api from 1.57.2 to 1.68.0 (#​16213)
  • Bump me.champeau.gradle.japicmp from 0.4.3 to 0.4.4 (#​16309)
  • Bump com.google.oauth-client:google-oauth-client from 1.35.0 to 1.36.0 (#​16306)
Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 11, 2023 15:30
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from a3b85a3 to bc7432a Compare October 17, 2023 05:43
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from bc7432a to 048bd4a Compare November 2, 2023 02:30
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 048bd4a to 6cc11c6 Compare November 18, 2023 11:59
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 6cc11c6 to b7e2ab1 Compare December 1, 2023 05:15
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 7f46058 to 29a2d7f Compare February 13, 2024 05:23
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from f7b7c21 to 609f686 Compare February 23, 2024 04:59
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 27c3281 to 0f34186 Compare March 14, 2024 05:28
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 0f34186 to 85772c5 Compare April 3, 2024 02:31
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 4522bec to a1c7577 Compare April 18, 2024 02:41
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from a1c7577 to 18827f0 Compare May 1, 2024 11:43
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 18827f0 to ba8a871 Compare May 10, 2024 02:33
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from ba8a871 to 8c1ac8c Compare May 22, 2024 23:57
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 8c1ac8c to c0f0c0f Compare June 7, 2024 01:57
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from cac844e to 36a5b04 Compare June 26, 2024 20:24
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 36a5b04 to 7dcaf77 Compare June 28, 2024 02:19
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 7dcaf77 to 24b8ec7 Compare July 25, 2024 21:00
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from c7cf3a2 to 2ec4788 Compare August 9, 2024 05:57
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 2ec4788 to 782e46f Compare August 28, 2024 02:39
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 782e46f to f405896 Compare September 10, 2024 02:28
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from f405896 to 7cfa0e7 Compare September 18, 2024 02:50
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 7cfa0e7 to e56ae4f Compare October 2, 2024 02:28
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from e56ae4f to d4a7480 Compare October 17, 2024 08:53
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from d4a7480 to debb25c Compare October 23, 2024 02:58
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 7e06014 to 27ecf5b Compare November 8, 2024 05:41
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 27ecf5b to 4b01d0e Compare November 21, 2024 00:01
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 4b01d0e to 02ddd8f Compare December 12, 2024 02:18
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 02ddd8f to d7bf04d Compare January 3, 2025 11:50
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from d7bf04d to 11357cf Compare February 7, 2025 00:18
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 11357cf to 34a83dc Compare February 15, 2025 03:51
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 0cdcd34 to 1de3da2 Compare March 6, 2025 08:18
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 1de3da2 to 091d1e5 Compare April 18, 2025 07:57
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 091d1e5 to 1d3d69d Compare May 1, 2025 20:15
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 1d3d69d to 843fbbc Compare May 17, 2025 04:20
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 843fbbc to b56c10a Compare June 4, 2025 04:06
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from b56c10a to be8bc24 Compare July 12, 2025 12:00
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from be8bc24 to b6554db Compare July 26, 2025 08:03
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from b6554db to 4446f8f Compare November 8, 2025 15:41
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 4446f8f to bb813ec Compare March 8, 2026 12:01
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from bb813ec to 469a14e Compare March 14, 2026 14:56
@AydarN AydarN closed this Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant