Inspired from Keep a Changelog
- Bumps
org.ajoberstar.grgit:grgit-gradlefrom 5.0.0 to 5.2.0
- Bumps
io.github.classgraph:classgraphfrom 4.8.157 to 4.8.158 - Bumps
com.github.jk1.dependency-license-reportfrom 1.19 to 2.2
- Migrate client transports to Apache HttpClient / Core 5.x (#246)
- Fix version and build (#254)
- Add workflow to publish snapshots via GHA (#454)
- 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)
- 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)
2.4.0 - 04/11/2023
- Add buffered lookahead for Jackson (#338)
- Add support for headers and sort parameters in cat requests (#413)
- Add support for data stream operations (#419)
- Bumps
io.github.classgraph:classgraphfrom 4.8.156 to 4.8.157 (#408)
2.3.0 - 03/15/2023
- Prevent SPI calls at runtime (#293)
- Fix issue where completion suggestions were failing, due to being parsed as term suggestions (#350)
- Bulk UpdateOperation misses upsert options (#353)
- Fix missing key property in the RangeBucket (#381)
2.2.0 - 01/23/2023
- Add Github workflow for changelog verification (#239)
- Add Github workflow for dependabot PRs (#247)
- Add support for signing service name in AwsSdk2Transport (#324)
- Add new OpenSearchTransport based on Apache HttpClient 5 (#328)
- Add 1-click release workflows (#321)
- Add support for OpenSearch Serverless (#339)
- Add support to parse sub-aggregations from filter/nested aggregations (#234)
- Update literature around changelog contributions in CONTRIBUTING.md (#242)
- Update tests to use JUnit's Assert (#244)
- Add timeout and throttle to the jenkins workflows (#231)
- Update maintainers, admins and documentation (#248)
- Remove support for unsupported dynamic_templates in bulk (#276)
- 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)
- Fix missing Highlight and SourceConfig in the MultisearchBody (#442)
- Fix parsing /_alias error response for not existing alias (#476)
- Fix StoryStats numeric value out of range of int (#489)