Skip to content

Releases: elastic/elasticsearch-js

v7.6.0

12 Feb 13:02
Compare
Choose a tag to compare

Support for Elasticsearch v7.6.

v7.5.1

04 Feb 10:03
Compare
Choose a tag to compare

Fixes:

  • Skip compression in case of empty string body - #1080
  • Fix typo in NoLivingConnectionsError - #1045
  • Change TransportRequestOptions.ignore to number[] - #1053
  • ClientOptions["cloud"] should have optional auth fields - #1032

Documentation:

  • Docs: Return super in example Transport subclass - #980
  • Add examples to reference - #1076
  • Added new examples - #1031

v6.8.5

04 Feb 10:00
Compare
Choose a tag to compare

Fixes:

  • Skip compression in case of empty string body - #1080
  • Fix typo in NoLivingConnectionsError - #1045
  • Change TransportRequestOptions.ignore to number[] - #1053
  • ClientOptions["cloud"] should have optional auth fields - #1032

Documentation:

  • Docs: Return super in example Transport subclass - #980

v5.6.21

04 Feb 09:56
Compare
Choose a tag to compare

Fixes:

  • Add body and querystring to RequestOptions - #957
  • Skip compression in case of empty string body - #1080
  • Fix typo in NoLivingConnectionsError - #1045
  • Change TransportRequestOptions.ignore to number[] - #1053

Documentation:

  • Fix inaccurate description sniffEndpoint - #959
  • Docs: Return super in example Transport subclass - #980

v7.5.0

03 Dec 14:55
Compare
Choose a tag to compare

Support for Elasticsearch v7.5.

Features

  • X-Opaque-Id support #997

v6.8.4

03 Dec 14:53
Compare
Choose a tag to compare

Features

  • X-Opaque-Id support - #997

16.x

02 May 17:16
Compare
Choose a tag to compare

This tag exists only to not break the compatibility with the doc website.
Once we fix it we can safely remove this one.

v7.4.0

02 Oct 09:27
Compare
Choose a tag to compare

Support for Elasticsearch v7.4.

Fixes:

  • Fix issue; node roles are defaulting to true when undefined is breaking usage of nodeFilter option - #967

Documentation:

  • Updated API reference doc - #945 #969
  • Fix inaccurate description sniffEndpoint - #959

Internals:

  • Update code generation #969

v6.8.3

02 Oct 09:23
Compare
Choose a tag to compare

Fixes:

  • Fix issue; node roles are defaulting to true when undefined is breaking usage of nodeFilter option - #967

v7.3.0

01 Aug 09:45
Compare
Choose a tag to compare

Support for Elasticsearch v7.3.

Features:

  • Added auth option - #908
  • Added support for ApiKey authentication - #908

Fixes:

  • fix(Typings): sniffInterval can also be boolean - #914

Internals:

  • Refactored connection pool - #913

Documentation:

  • Better reference code examples - #920
  • Improve README - #909