We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee1350 commit 65424caCopy full SHA for 65424ca
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 8.10.0
4
+
5
+- Support urllib3 2.x in addition to urllib3 1.26.x ([#121](https://github.com/elastic/elastic-transport-python/pull/121))
6
+- Add 409 to `NOT_DEAD_NODE_HTTP_STATUSES` ([#120](https://github.com/elastic/elastic-transport-python/pull/120))
7
8
## 8.4.1
9
10
- Fixed an issue where a large number of consecutive failures to connect to a node would raise an `OverflowError`.
elastic_transport/_version.py
@@ -15,4 +15,4 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-__version__ = "8.4.1"
+__version__ = "8.10.0"
0 commit comments