Skip to content

Releases: elastic/elastic-transport-python

7.16.0

13 Dec 21:00

Choose a tag to compare

  • Release created to be compatible with 7.16 clients
  • Deprecated Python 2.7, 3.4, and 3.5. Support will be removed in 8.0.0.

7.15.0

20 Sep 19:01

Choose a tag to compare

Release created to be compatible with 7.15 clients

No changes since 7.14.0

7.14.0

02 Aug 21:13

Choose a tag to compare

Release created to be compatible with 7.14 clients

No changes since 7.13.0

7.13.0

24 May 19:15

Choose a tag to compare

No changes since 7.12.0

7.12.0

22 Mar 18:49

Choose a tag to compare

v7.12.0

Release: 7.12.0

7.11.0

10 Feb 16:53

Choose a tag to compare

Added

  • Added the X-Elastic-Client-Meta HTTP header (#4)
  • Added HTTP response headers to Response and TransportError (#5)
  • Added the QueryParams data structure for representing an ordered sequence of key-value pairs for the URL query (#6)

Changed

  • Changed Connection.perform_request() to take target instead of path and params. Instead path and params are created within Transport.perform_request() (#6)