Skip to content

Commit 65424ca

Browse files
authored
Release 8.10.0
1 parent 3ee1350 commit 65424ca

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## 8.4.1
49

510
- Fixed an issue where a large number of consecutive failures to connect to a node would raise an `OverflowError`.

elastic_transport/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__version__ = "8.4.1"
18+
__version__ = "8.10.0"

0 commit comments

Comments
 (0)