File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ Changelog
22=========
33
44
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+
514v2.1.1 (2024-04-10)
615-------------------
716- Fix(auth, AdfsCredentialsProvider): Fixes a login issue that did not
Original file line number Diff line number Diff line change 22# 1) we don't load dependencies by storing it in __init__.py
33# 2) we can import it in setup.py for the same reason
44# 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