Skip to content

Releases: elastic/elasticsearch-js

v7.7.1

14 May 14:37
Compare
Choose a tag to compare

v7.7.0

14 May 08:17
c343302
Compare
Choose a tag to compare

Support for Elasticsearch v7.7

Changelog

v6.8.7

14 May 08:16
Compare
Choose a tag to compare

Fixes:

  • Fix ConnectonPool.markDead logic - #1159

v7.6.1

13 Mar 13:50
Compare
Choose a tag to compare

Fixes:

  • Secure json parsing - #1110
  • ApiKey should take precedence over basic auth - #1115

Documentation:

  • Fix typo in api reference - #1109

v6.8.6

13 Mar 13:49
Compare
Choose a tag to compare

Fixes:

  • Secure json parsing - #1110
  • ApiKey should take precedence over basic auth - #1115

v5.6.22

13 Mar 13:49
Compare
Choose a tag to compare

Fixes:

  • Secure json parsing - #1110

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