Skip to content

Commit 2873591

Browse files
committed
chore: bump version to 2.1.5
1 parent a8378da commit 2873591

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

CHANGELOG.md

+20-13
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
Changelog
22
=========
33

4-
v2.1.4 (2024-11-20)
4+
5+
v2.1.5 (2024-12-23)
56
-------------------
6-
- This driver version has been recalled. Python Driver v2.1.3 is recommended for use instead.
7+
- Updated the logic for retrieving database metadata through the
8+
get_catalogs, get_schemas, get_tables, and get_columns API methods.
9+
[jamescaii]
10+
- Update README.rst. [Beaux Sharifi]
11+
- Update CHANGELOG.md. [Beaux Sharifi]
12+
13+
14+
v2.1.4 (2024-11-21)
15+
-------------------
16+
- This driver version has been recalled. Python Driver v2.1.3 is recommended for use instead.
717

818

919
v2.1.3 (2024-07-31)
@@ -100,14 +110,13 @@ v2.0.916 (2023-11-13)
100110
- Feat(auth, iam): allowed use of getClusterCredentials V2 API when IdP
101111
Plugin authentication is used and group_federation=True. Previously an
102112
unsupported error was thrown. [Brooke White]
103-
- Fix(connection, logging): cast redshift_types as a str to resolve
104-
exceptions seen when using redshift-connector with logbook. [Brooke
105-
White]
106113

107114

108115
v2.0.915 (2023-10-16)
109116
---------------------
110-
- Fix(connection): cast redshift_types as a str. [Brooke White]
117+
- Fix(connection, logging): cast redshift_types as a str to resolve
118+
exceptions seen when using redshift-connector with logbook. [Brooke
119+
White]
111120
- Chore: lint codebase. [Brooke White]
112121

113122

@@ -251,12 +260,14 @@ v2.0.908 (2022-06-30)
251260
- Docs(readme): remove json from data type table (#102) [Noah Holm]
252261
- Docs(readme): document connect timeout parameter (#101) [H​eikki
253262
H​okkanen]
263+
- Feat(idp, open_browser): Updated SAML Plugin browser launch process.
264+
[Brooke White]
254265

255266

256-
v2.0.907 (2022-05-06)
267+
v2.0.907 (2022-05-05)
257268
---------------------
258-
- Feat(idp, open_browser): Updated SAML Plugin browser launch process.
259-
[Brooke White]
269+
- Feat(idp, open_browser): validate login URL for SAML plugin. [Brooke
270+
White]
260271
- Docs: db_groups parameter takes a list, not str (#99) [H​eikki
261272
H​okkanen]
262273

@@ -280,10 +291,6 @@ v2.0.906 (2022-04-15)
280291
- dependency-name: pytz
281292
dependency-type: direct:production
282293
...
283-
284-
285-
v2.0.905 (2022-03-07)
286-
---------------------
287294
- Fix(idp, BrowserAzureCredentialsProvider): remove client_secret
288295
parameter. [Brooke White]
289296
- Test(auth): sha256 password. [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.1.4"
5+
__version__ = "2.1.5"

0 commit comments

Comments
 (0)