File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ Changelog
2
2
=========
3
3
4
4
5
+ v2.1.2 (2024-06-19)
6
+ -------------------
7
+ - Temporarily reverted the following commit which caused connection
8
+ failure for some Docker containers when SSL was enabled:
9
+ “refactor(Connection): explicitly use TLS protocol for underlying
10
+ connection socket. previously TLS protocol was used by default.
11
+ resolves deprecation warnings in Python 3.11" [ Brooke White]
12
+
13
+
5
14
v2.1.1 (2024-04-10)
6
15
-------------------
7
16
- Fix(auth, AdfsCredentialsProvider): Fixes a login issue that did not
Original file line number Diff line number Diff line change 2
2
# 1) we don't load dependencies by storing it in __init__.py
3
3
# 2) we can import it in setup.py for the same reason
4
4
# 3) we can import it into your module module
5
- __version__ = "2.1.1 "
5
+ __version__ = "2.1.2 "
You can’t perform that action at this time.
0 commit comments