Skip to content

Release 6.8.0

Compare
Choose a tag to compare
@ezimuel ezimuel released this 01 Mar 19:19
v6.8.0
a524a7d

The 6.8.0 release includes all the Elasticsearch endpoints (including XPack).
We tested using the latest Elasticsearch 6.8.14 released in February 10, 2021.

NOTE: This release requires PHP 7.3+. It supports also PHP 8.

This release includes the following updates:

  • Added the XPack endpoints
  • Removed Travis CI in favor of Github Action

and backported the following features/PRs:

  • Added X-Opaque-Id header (#952)
  • Added X-Elastic-Client-Meta header (#1089)
  • Added the license header (0ff5fb9)
  • Support of PHP 8 (#1095 and #1063)
  • Replace array_walk with array_map in Connection::getURI (#1075)
  • Fix for #1064 reset custom headers (#1065)
  • Replace guzzlehttp/ringphp with ezimuel/ringphp (#1102)