11Changelog
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
919v2.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
108115v2.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 ) [ Heikki
253262 Hokkanen]
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 ) [ Heikki
261272 Hokkanen]
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]
0 commit comments