2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message: py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays |
2024-11-03 20:27:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-elastic-transport: updated to 8.15.1 8.15.1 (2024-10-09) * Add explicit Python 3.13 support 8.15.0 (2024-08-09) * Removed call to `raise_for_status()` when using `HttpxAsyncHttpNode` to \ prevent exceptions being raised for 404 responses * Documented response classes * Dropped support for Python 3.7 |
2024-06-04 12:41:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-elastic-transport: updated to 8.13.1 8.13.1 - Fixed requests 2.32 compatibility - Fixed TypeError when two nodes are declared dead at the same time - Added `TransportApiResponse` |
2024-05-24 18:49:52 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-elastic-transport: updated to 8.13.0 8.13.0 - Support the HTTPX client with asyncio - Added optional orjson serializer support |
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. |