We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19417e commit 083fe9bCopy full SHA for 083fe9b
CHANGELOG.md
@@ -2,6 +2,14 @@ Changelog
2
=========
3
4
5
+v2.0.917 (2023-11-20)
6
+---------------------
7
+- Chore: lint codebase. [Brooke White]
8
+- Feat: Adds ability to connect to datashare databases for clusters and
9
+ serverless workgroups running the PREVIEW_2023 track. [Brooke White]
10
+- Chore: Removed BrowserIdcAuthPlugin. [Brooke White]
11
+
12
13
v2.0.916 (2023-11-13)
14
---------------------
15
- Feat(auth): Added support for Custom Cluster Names (CNAME) for Amazon
redshift_connector/version.py
@@ -2,4 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
-__version__ = "2.0.916"
+__version__ = "2.0.917"
0 commit comments