Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

39 lines (30 loc) · 2.23 KB

CHANGELOG

Inspired from Keep a Changelog

Added

  • Github workflow for changelog verification (#239)
  • Github workflow for dependabot PRs (#247)
  • Add javadoc link for the client (#255)

Dependencies

  • Bumps classgraph from 4.8.149 to 4.8.152

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)
  • Updating 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)
  • Fixing version and build (#254)
  • Update Gradle to 7.6 (#309)

Deprecated

Removed

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

Fixed

  • Make ChildrenAggregate as a SingleBucketAggregate (#306)

Security