Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency org.opensearch.client:opensearch-java to v2.16.0 #2910

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.opensearch.client:opensearch-java 2.6.0 -> 2.16.0 age adoption passing confidence

Release Notes

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

v2.16.0

What's Changed

Full Changelog: opensearch-project/opensearch-java@v2.15.0...v2.16.0

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

Added
Dependencies
Changed
Deprecated
Removed
Fixed
  • Fixed handling of an absent source in InlineGet (#​1042)
Security

v2.11.0

Compare Source

Added
Dependencies
Changed
Deprecated
Removed
Fixed
  • Fixed error when deserializing an analyzer without type specified (#​1033)
Security

v2.10.4

Compare Source

Added
Dependencies
Changed
Deprecated
Removed
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)
Security

v2.10.3

Compare Source

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

v2.10.2

Compare Source

Added
Dependencies
Changed
Deprecated
Removed
Fixed
  • Fix integer overflow for variables in indices stats response (#​960)
  • Fix composite aggregations for search requests (#​967)
Security

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
Changed
Deprecated
Removed
Fixed
Security

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
Changed
Deprecated
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
Security

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)
Deprecated
Removed
Fixed
  • Fix missing properties on UpdateOperation (#​744)
Security

v2.8.4

Compare Source

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

v2.8.3

Compare Source

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

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
Changed
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)
Security

v2.8.1

Compare Source

Added
Dependencies
Changed
Deprecated
Removed
Fixed
  • Fix partial success results for msearch_template (#​709)
Security

v2.8.0

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

v2.7.0

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)
Deprecated
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)
Security

Configuration

📅 Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@boring-cyborg boring-cyborg bot added the api API layer changes label Oct 1, 2024
Copy link

netlify bot commented Oct 1, 2024

Deploy Preview for peppy-sprite-186812 canceled.

Name Link
🔨 Latest commit 67aee8a
🔍 Latest deploy log https://app.netlify.com/sites/peppy-sprite-186812/deploys/671a030d0587ce0008b6998c

Copy link

codecov bot commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.16%. Comparing base (f7a9643) to head (67aee8a).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #2910   +/-   ##
=========================================
  Coverage     81.16%   81.16%           
  Complexity     1506     1506           
=========================================
  Files           268      268           
  Lines          7363     7363           
  Branches        329      329           
=========================================
  Hits           5976     5976           
  Misses         1226     1226           
  Partials        161      161           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/org.opensearch.client-opensearch-java-2.x branch 2 times, most recently from bc4a3aa to 71cd65b Compare October 3, 2024 19:13
@wslulciuc
Copy link
Member

Marquez New Dashboard UI

@renovate renovate bot force-pushed the renovate/org.opensearch.client-opensearch-java-2.x branch from 71cd65b to 3880148 Compare October 8, 2024 17:57
@renovate renovate bot changed the title fix(deps): update dependency org.opensearch.client:opensearch-java to v2.14.0 Update dependency org.opensearch.client:opensearch-java to v2.14.0 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/org.opensearch.client-opensearch-java-2.x branch 9 times, most recently from cf47757 to 88ae93b Compare October 15, 2024 18:00
@renovate renovate bot force-pushed the renovate/org.opensearch.client-opensearch-java-2.x branch 3 times, most recently from ff22972 to 1344af9 Compare October 17, 2024 01:28
@renovate renovate bot changed the title Update dependency org.opensearch.client:opensearch-java to v2.14.0 Update dependency org.opensearch.client:opensearch-java to v2.15.0 Oct 17, 2024
@renovate renovate bot force-pushed the renovate/org.opensearch.client-opensearch-java-2.x branch 9 times, most recently from 5a51b31 to 3e6173f Compare October 22, 2024 05:54
@renovate renovate bot changed the title Update dependency org.opensearch.client:opensearch-java to v2.15.0 fix(deps): update dependency org.opensearch.client:opensearch-java to v2.15.0 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/org.opensearch.client-opensearch-java-2.x branch 3 times, most recently from 3d7d464 to 414b528 Compare October 23, 2024 00:22
@renovate renovate bot changed the title fix(deps): update dependency org.opensearch.client:opensearch-java to v2.15.0 fix(deps): update dependency org.opensearch.client:opensearch-java to v2.16.0 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/org.opensearch.client-opensearch-java-2.x branch 4 times, most recently from 85a7f5f to 5923af8 Compare October 24, 2024 06:03
… v2.16.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/org.opensearch.client-opensearch-java-2.x branch from 5923af8 to 67aee8a Compare October 24, 2024 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api API layer changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant