Skip to content

Latest commit

 

History

History
61 lines (51 loc) · 4.61 KB

CHANGELOG.md

File metadata and controls

61 lines (51 loc) · 4.61 KB

CHANGELOG

Inspired from Keep a Changelog

Dependencies

  • Bumps io.github.classgraph:classgraph from 4.8.154 to 4.8.157

Added

  • Add GitHub workflow for changelog verification (#239)
  • Add GitHub workflow for dependabot PRs (#247)
  • Add javadoc link for the client (#255)
  • Add support for signing service name in AwsSdk2Transport (#324)
  • Add 1-click release workflows (#321)
  • Add new OpenSearchTransport based on Apache HttpClient 5 (#281)
  • Add workflow to publish snapshots via GHA (#325)
  • Document HTTP/2 support (#330)
  • Require two maintainers to approve release (#383)
  • Add support for mapping limit settings (#382)
  • Add buffered lookahead for Jackson (#338)
  • Add support for headers and sort parameters in cat requests (#388)

Dependencies

  • Bumps classgraph from 4.8.149 to 4.8.154
  • Bumps Jackson from 2.14.1 to 2.14.2 (#357)

Dependencies

  • Bumps grgit-gradle from 4.0.1 to 5.0.0
  • Update Jackson to 2.14.0 (#258)
  • Update Jackson to 2.14.1 (#279)

Changed

  • Update literature around changelog contributions in CONTRIBUTING.md (#242)
  • Update tests to use JUnit's Assert (#244)
  • Add support to parse sub-aggregations from filter/nested aggregations (#234)
  • Add timeout and throttle to the jenkins workflows (#231)
  • Update maintainers, admins and documentation (#248)
  • Migrate client transports to Apache HttpClient / Core 5.x (#246)
  • Document how to use Java 8 Time (JSR 310) objects (#251)
  • Fix version and build (#254)
  • Update Gradle to 7.6 (#309)
  • Prevent SPI calls at runtime (#293)
  • Add support for OpenSearch Serverless (#339)
  • Fix completion suggestions failure with missing required property TermSuggestOption.score (#347)
  • Fix search failure with missing required property HitsMetadata.total when trackTotalHits is disabled (#372)

Deprecated

Removed

  • Remove support for unsupported dynamic_templates in bulk (#276)

Fixed

  • Make ChildrenAggregate as a SingleBucketAggregate (#306)
  • Fix /_nodes/stats, /_nodes/info throwing serialization error (#315)
  • Do not double-wrap OpenSearchException on error (#323)
  • Fix AwsSdk2TransportOptions.responseCompression (#322)
  • Bulk UpdateOperation misses upsert options (#353)
  • Fix missing key property in the RangeBucket (#370)

Security