Skip to content

Releases: elastic/elasticsearch-js

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

v6.8.2

01 Aug 09:44
Compare
Choose a tag to compare

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

v5.6.20

01 Aug 09:42
Compare
Choose a tag to compare

Fixes:

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

Documentation:

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

v7.2.0

05 Jul 09:43
Compare
Choose a tag to compare

Support for Elasticsearch v7.2

Fixes:

  • Remove auth data from inspect and toJSON in connection class - #887