1
1
Changelog
2
2
=========
3
3
4
- v2.1.4 (2024-11-20)
4
+
5
+ v2.1.5 (2024-12-23)
5
6
-------------------
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.
7
17
8
18
9
19
v2.1.3 (2024-07-31)
@@ -100,14 +110,13 @@ v2.0.916 (2023-11-13)
100
110
- Feat(auth, iam): allowed use of getClusterCredentials V2 API when IdP
101
111
Plugin authentication is used and group_federation=True. Previously an
102
112
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]
106
113
107
114
108
115
v2.0.915 (2023-10-16)
109
116
---------------------
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]
111
120
- Chore: lint codebase. [ Brooke White]
112
121
113
122
@@ -251,12 +260,14 @@ v2.0.908 (2022-06-30)
251
260
- Docs(readme): remove json from data type table (#102 ) [ Noah Holm]
252
261
- Docs(readme): document connect timeout parameter (#101 ) [ Heikki
253
262
Hokkanen]
263
+ - Feat(idp, open_browser): Updated SAML Plugin browser launch process.
264
+ [ Brooke White]
254
265
255
266
256
- v2.0.907 (2022-05-06 )
267
+ v2.0.907 (2022-05-05 )
257
268
---------------------
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]
260
271
- Docs: db_groups parameter takes a list, not str (#99 ) [ Heikki
261
272
Hokkanen]
262
273
@@ -280,10 +291,6 @@ v2.0.906 (2022-04-15)
280
291
- dependency-name: pytz
281
292
dependency-type: direct: production
282
293
...
283
-
284
-
285
- v2.0.905 (2022-03-07)
286
- ---------------------
287
294
- Fix(idp, BrowserAzureCredentialsProvider): remove client_secret
288
295
parameter. [ Brooke White]
289
296
- Test(auth): sha256 password. [ Brooke White]
0 commit comments