Path to this page:
./
databases/py-elastic-transport,
Transport classes and utilities shared among Python Elastic libraries
Branch: CURRENT,
Version: 8.15.1,
Package name: py312-elastic-transport-8.15.1,
Maintainer: pkgsrc-usersTransport 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: 71.021 KB
Version history: (Expand)
- (2024-11-03) Updated to version: py312-elastic-transport-8.15.1
- (2024-06-04) Updated to version: py311-elastic-transport-8.13.1
- (2024-05-24) Updated to version: py311-elastic-transport-8.13.0
- (2024-01-19) Updated to version: py311-elastic-transport-8.12.0
- (2023-10-09) Updated to version: py311-elastic-transport-8.4.1
- (2022-11-21) Package added to pkgsrc.se, version py310-elastic-transport-8.4.0 (created)
CVS history: (Expand)
2024-01-19 20:57:35 by Adam Ciarcinski | Files touched by this commit (3) | |
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) | |
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.
|