Skip to content

Releases: elastic/elasticsearch-java

v7.17.0

10 Jan 16:56
Compare
Choose a tag to compare

What's Changed

  • [Backport 7.17] Accept null values in arrays by @github-actions in #71
  • [Backport 7.17] Fix javadoc links, using branch information provided by the doc build system by @github-actions in #95
  • [7.17] Add tests for #87 and #88 (#126) by @swallez in #128
  • [7.17] Make Jackson object mapper available from custom deserializers (#129) by @swallez in #131
  • [Backport 7.17] Add tests for compact ErrorCause by @github-actions in #135

Full Changelog: v7.16.3...v7.17.0

v8.0.0

10 Jan 17:21
Compare
Choose a tag to compare

What's Changed

  • Copy config into ci docker image by @Conky5 in #9
  • Amend compatibility matrix by @philkra in #11
  • Using Temurin builds of OpenJDK in GH actions by @carldea in #12
  • [DOCS] Adds Introduction, Installation, and Connecting sections to Java client docs by @szabosteve in #13
  • [DOCS] Fixes typo by @lcawl in #14
  • [DOCS] Adds intro text to the index file, changes snippet attributes by @szabosteve in #17
  • [DOCS] Removes partintro from book index by @szabosteve in #22
  • [DOCS] Removes content from index and changes book title by @szabosteve in #24
  • Update Maven coordinates by @swallez in #25
  • [DOCS] Adds low-level subsection from ES repo to TOC by @szabosteve in #21
  • [DOCS] Updates the link in Introduction that points to LLRC by @szabosteve in #29
  • Adding telemetry and user agent headers by @technige in #35
  • [DOCS] Expands client documentation by @szabosteve in #34
  • Fix the link to the full documentation by @daisuzz in #49
  • [Backport 8.0] Fix race condition in LazyDeserializer initialization by @github-actions in #61
  • [Backport 8.0] Change the JSON-P implementation from Glassfish to Parsson by @github-actions in #65
  • [Backport 8.0] Accept null values in arrays by @github-actions in #70
  • [Backport 8.0] Fix javadoc links, using branch information provided by the doc build system by @github-actions in #94
  • [8.0] Add tests for #87 and #88 (#126) by @swallez in #127
  • [8.0] Make Jackson object mapper available from custom deserializers (#129) by @swallez in #130
  • [Backport 8.0] Add tests for compact ErrorCause by @github-actions in #134

New Contributors

Full Changelog: v7.17.0...v8.0.0