Skip to content

Releases: elastic/elastic-transport-python

7.13.0

24 May 19:15
Compare
Choose a tag to compare

No changes since 7.12.0

7.12.0

22 Mar 18:49
Compare
Choose a tag to compare
v7.12.0

Release: 7.12.0

7.11.0

10 Feb 16:53
Compare
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)