File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,23 @@ Changelog
2
2
=========
3
3
4
4
5
+ v2.0.916 (2023-11-13)
6
+ ---------------------
7
+ - Feat(auth): Added support for Custom Cluster Names (CNAME) for Amazon
8
+ Redshift Serverless. [ Brooke White]
9
+ - Feat(datatype): Added support for IntervalY2M and IntervalD2S. [ Brooke
10
+ White]
11
+ - Docs(paramstyle): expanded descriptions for setting paramstyle on
12
+ module and cursor level. added more examples of how to set paramstyle.
13
+ [ Brooke White]
14
+ - Feat(auth, iam): allowed use of getClusterCredentials V2 API when IdP
15
+ Plugin authentication is used and group_federation=True. Previously an
16
+ unsupported error was thrown. [ Brooke White]
17
+ - Fix(connection, logging): cast redshift_types as a str to resolve
18
+ exceptions seen when using redshift-connector with logbook. [ Brooke
19
+ White]
20
+
21
+
5
22
v2.0.915 (2023-10-16)
6
23
---------------------
7
24
- Fix(connection): cast redshift_types as a str. [ Brooke White]
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.0.915 "
5
+ __version__ = "2.0.916 "
You can’t perform that action at this time.
0 commit comments