./databases/py-elastic-transport, Transport classes and utilities shared among Python Elastic libraries

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 8.12.0, Package name: py311-elastic-transport-8.12.0, Maintainer: pkgsrc-users

Transport classes and utilities shared among Python Elastic client libraries

This library was lifted from elasticsearch-py and then transformed to be used
across all Elastic services rather than only Elasticsearch.


Master sites:

Filesize: 67.36 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-19 20:57:35 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-elastic-transport: updated to 8.12.0

8.12.0

- Fix basic auth built from percent-encoded URLs

8.11.0

- Always set default HTTPS port to 443
- Drop support for Python 3.6
- Include tests in sdist
- Fix `__iter__` return type to Iterator

8.10.0

- Support urllib3 2.x in addition to urllib3 1.26.x
- Add 409 to `NOT_DEAD_NODE_HTTP_STATUSES`
   2023-10-09 14:40:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-elastic-transport: updated to 8.4.1

8.4.1
- Fixed an issue where a large number of consecutive failures to connect to a \ 
node would raise an `OverflowError`.
- Fixed an issue to ensure that `ApiResponse` can be pickled.
   2022-11-21 00:21:14 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-elastic-transport: added version 8.4.0

Transport classes and utilities shared among Python Elastic client libraries

This library was lifted from elasticsearch-py and then transformed to be used
across all Elastic services rather than only Elasticsearch.