Releases: elastic/elastic-transport-python
Releases · elastic/elastic-transport-python
7.16.0
- 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
7.14.0
7.13.0
7.12.0
v7.12.0 Release: 7.12.0
7.11.0
Added
- Added the
X-Elastic-Client-MetaHTTP header (#4) - Added HTTP response headers to
ResponseandTransportError(#5) - Added the
QueryParamsdata structure for representing an ordered sequence of key-value pairs for the URL query (#6)
Changed
- Changed
Connection.perform_request()to taketargetinstead ofpathandparams. Insteadpathandparamsare created withinTransport.perform_request()(#6)