Skip to content

Commit fb48132

Browse files
committed
chore: bump version to 2.0.916
1 parent 61bd390 commit fb48132

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@ Changelog
22
=========
33

44

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+
522
v2.0.915 (2023-10-16)
623
---------------------
724
- Fix(connection): cast redshift_types as a str. [Brooke White]

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.0.915"
5+
__version__ = "2.0.916"

0 commit comments

Comments
 (0)