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.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