Release highlightsedit

These are the important new features and changes in minor releases. Every release also updates the Java API Client to the latest API specification. This includes new APIs and bug fixes in the specification of existing APIs.

For a list of detailed changes, including bug fixes, please see the GitHub project realease notes.

Version 8.13edit

  • Add ES|QL helpers - #763
  • Add an example SpringBoot application - #737

Version 8.12edit

  • No new feature.

Version 8.11edit

  • No new feature.

Version 8.10edit

  • Add instrumentation API and native OpenTelemetry implementation - #588, docs

Version 8.9edit

  • Refactor RestClientTransport to allow using other http client libraries - #584

Version 8.8edit

  • Throw a TransportException when an error response cannot be parsed - #579
  • Speed up URL path encoding and remove dependency on httpclient - #576
  • Add buffered lookahead and JsonData implementation for Jackson - #489, #567
  • Expose additional BulkIngester metrics - #513
  • Allow unparsed binary data to be used for ingestion - #508

Version 8.7edit

  • Add BulkIngester helper - #474, #513, docs
  • Allow unparsed binary data to be used for ingestion - #508, docs
  • Add convenience method BooleanQuery.hasClauses() - #525

Version 8.6edit

  • Allow using java.lang.reflect.Type in addition to java.lang.Class to define application types for deserialization - #438
  • Add buffered lookahead for Jackson to speed up union deserialization - #489
  • Cache the result of JsonProvider.provider() - #485

Version 8.5edit

Version 8.4edit

Version 8.3edit

  • Add toString() implementation to all value classes - #269

Version 8.2edit

Version 8.1edit

Version 8.0edit

  • Change the JSON-P implementation from Glassfish to Parsson - #63
  • Accept null values in lists - #68