Skip to content

Commit 1f1c28b

Browse files
committed
chore: bump version to 2.1.2
1 parent 462964a commit 1f1c28b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff 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+
514
v2.1.1 (2024-04-10)
615
-------------------
716
- Fix(auth, AdfsCredentialsProvider): Fixes a login issue that did not

Diff for: redshift_connector/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
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"

0 commit comments

Comments
 (0)