Skip to content

7.11.0

Choose a tag to compare

@sethmlarson sethmlarson released this 10 Feb 16:53
· 150 commits to main since this release

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)