Skip to content

Update all non-major maven dependencies#26

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

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

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 13, 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.4.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.8.02.26.0 age confidence
org.opensearch.client:opensearch-rest-client (source) 2.11.02.19.4 age confidence
org.opensearch.client:spring-data-opensearch 1.2.11.8.2 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)
opensearch-project/OpenSearch (org.opensearch.client:opensearch-rest-client)

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
  • Add support for docker compose v2 in TestFixturesPlugin (#​16049)
  • Remove identity-related feature flagged code from the RestController (#​15430)
  • Remove Identity FeatureFlag (#​16024)
  • Ensure RestHandler.Wrapper delegates all implementations to the wrapped handler (#​16154)
  • Enable coordinator search.request_stats_enabled by default (#​16290)
  • Optimise clone operation for incremental full cluster snapshots (#​16296)
  • Code cleanup: Remove ApproximateIndexOrDocValuesQuery (#​16273)
  • Update last seen cluster state in the commit phase (#​16215)
  • Make multiple settings dynamic for tuning on larger clusters(#​16347)
Fixed
  • Fix wildcard query containing escaped character (#​15737)
  • Fix case-insensitive query on wildcard field (#​15882)
  • Add validation for the search backpressure cancellation settings (#​15501)
  • Fix search_as_you_type not supporting multi-fields (#​15988)
  • Avoid infinite loop when flat_object field contains invalid token (#​15985)
  • Fix infinite loop in nested agg (#​15931)
  • Fix update settings with null replica not honoring cluster setting bug (#​14948)
  • Fix race condition in node-join and node-left (#​15521)
  • Streaming bulk request hangs (#​16158)
  • Fix warnings from SLF4J on startup when repository-s3 is installed (#​16194)
  • Fix protobuf-java leak through client library dependencies (#​16254)
  • Fix multi-search with template doesn't return status code (#​16265)
  • [Streaming Indexing] Fix intermittent 'The bulk request must be terminated by a newline [\n]' failures #​16337)
  • Fix wrong default value when setting index.number_of_routing_shards to null on index creation (#​16331)
  • Fix inefficient Stream API call chains ending with count() (#​15386)
  • [Workload Management] Make query groups persistent across process restarts #​16370
  • Fix missing fields in task index mapping to ensure proper task result storage (#​16201)
  • Fix typo super->sb in method toString() of RemoteStoreNodeAttribute (#​15362)
  • Fix array hashCode calculation in ResyncReplicationRequest (#​16378)
  • [Workload Management] Enhance rejection mechanism in workload management (#​16417)
  • [Workload Management] Fixing Create/Update QueryGroup TransportActions to execute from non-cluster manager nodes (16422)
  • Fix flaky test in testApproximateRangeWithSizeOverDefault by adjusting totalHits assertion logic (#​16434)

v2.17.1

Compare Source

2024-10-01 Version 2.17.1 Release Notes
[2.17.1]
Added
  • Add path prefix support to hashed prefix snapshots (#​15664)
  • Memory optimisations in _cluster/health API (#​15492)
Dependencies
Changed
Deprecated
Removed
Fixed

v2.17.0

Compare Source

2024-09-17 Version 2.17.0 Release Notes

[2.17.0]

Added
  • [Workload Management] Add Settings for Workload Management feature (#​15028)
  • Fix for hasInitiatedFetching to fix allocation explain and manual reroute APIs ((#​14972)
  • [Workload Management] Add queryGroupId to Task (14708)
  • Add setting to ignore throttling nodes for allocation of unassigned primaries in remote restore (#​14991)
  • [Workload Management] Add Delete QueryGroup API Logic (#​14735)
  • [Streaming Indexing] Enhance RestClient with a new streaming API support (#​14437)
  • Add basic aggregation support for derived fields (#​14618)
  • [Workload Management] Add Create QueryGroup API Logic (#​14680)- [Workload Management] Add Create QueryGroup API Logic (#​14680)
  • Add ThreadContextPermission for markAsSystemContext and allow core to perform the method (#​15016)
  • Add ThreadContextPermission for stashAndMergeHeaders and stashWithOrigin (#​15039)
  • [Concurrent Segment Search] Support composite aggregations with scripting (#​15072)
  • Add rangeQuery and regexpQuery for constant_keyword field type (#​14711)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 13, 2023 02:25
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 464419c to 1c07c53 Compare October 19, 2023 09:47
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 3 times, most recently from 666fe24 to 79edba3 Compare November 18, 2023 11:20
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 11 times, most recently from 4c41550 to fe22c6b Compare November 28, 2023 14:27
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 5 times, most recently from 2414c89 to be21f71 Compare December 5, 2023 08:58
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 5 times, most recently from 4ce8cf6 to 51a3cf8 Compare February 13, 2024 02:10
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 3d1a58e to 5a7d3bd Compare February 23, 2024 04:57
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 5a7d3bd to 2853ab6 Compare March 11, 2024 02:53
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 0d6b9c3 to 6ddf5e1 Compare October 8, 2024 02:50
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 46c1a3f to 9bec04e Compare October 22, 2024 23:58
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 369436c to 146836d Compare November 6, 2024 20:53
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 146836d to 5f4c564 Compare November 19, 2024 20:47
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 950b96a to 383cc0e Compare December 3, 2024 20:57
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 383cc0e to e7bb23e Compare December 12, 2024 02:59
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from e7bb23e to bc70b39 Compare January 3, 2025 20:40
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from bc70b39 to 66f8498 Compare February 4, 2025 19:50
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 66f8498 to 223e9d9 Compare February 15, 2025 08:06
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from de54251 to 2129367 Compare March 1, 2025 10:59
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 2129367 to 3a1e0c6 Compare March 6, 2025 07:53
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 3a1e0c6 to 579d7b2 Compare April 19, 2025 03:51
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 209a6cc to 14b4751 Compare May 1, 2025 20:16
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 8072037 to e1fc552 Compare May 24, 2025 07:31
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch 2 times, most recently from 6eaceb2 to 6be3c70 Compare June 8, 2025 07:59
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 6be3c70 to 9e78385 Compare June 21, 2025 19:53
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 9e78385 to 01b3808 Compare June 29, 2025 16:07
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 01b3808 to c4fe592 Compare July 13, 2025 20:03
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from c4fe592 to 2cfd7ed Compare July 27, 2025 03:50
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 2cfd7ed to 3f799ab Compare September 17, 2025 03:46
@renovate renovate bot force-pushed the renovate/all-maven-minor-patch branch from 3f799ab to fe84ea8 Compare November 8, 2025 08:12
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.

0 participants