Skip to content

Releases: elastic/elasticsearch-js

v7.8.0

18 Jun 14:33

Choose a tag to compare

Support for Elasticsearch v7.8

Changelog

v7.7.1

14 May 14:37

Choose a tag to compare

v7.7.0

14 May 08:17
c343302

Choose a tag to compare

Support for Elasticsearch v7.7

Changelog

v6.8.7

14 May 08:16

Choose a tag to compare

Fixes:

  • Fix ConnectonPool.markDead logic - #1159

v7.6.1

13 Mar 13:50

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

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

Choose a tag to compare

Fixes:

  • Secure json parsing - #1110

v7.6.0

12 Feb 13:02

Choose a tag to compare

Support for Elasticsearch v7.6.

v7.5.1

04 Feb 10:03

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

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