@@ -2,6 +2,35 @@ Changelog
2
2
=========
3
3
4
4
5
+ v2.0.908 (2022-06-30)
6
+ ---------------------
7
+ - Docs(connection, serverless): add new connection params. [ Brooke
8
+ White]
9
+ - Fix(auth, redshift_auth_profile): read auth profile before validating
10
+ conn params. [ Brooke White]
11
+ - Refactor(type_utils): pg_types -> redshift_types. [ Brooke White]
12
+ - Refactor(test, test_oids): type checking for py36. [ Brooke White]
13
+ - Feat(get_datatype_name): support getting datatype name from oid.
14
+ [ Brooke White]
15
+ - Refactor(auth, iam): support serverless get_workgroup. [ Brooke White]
16
+ - Refactor(auth, iam): support group federation. [ Brooke White]
17
+ - Feat(auth, iam): support group federation. [ Brooke White]
18
+ - Refactor(cursor, description): return column label as str. [ Brooke
19
+ White]
20
+ - Feat(serverless): support nlb connection. [ Brooke White]
21
+ - Fix(cursor, __ build_local_schema_columns_query): fix numeric scale
22
+ issue with Numeric data type of an external table. [ Brooke White]
23
+ - Chore: rework tests. [ Brooke White]
24
+ - Refactor(idp): define IPlugin ABC, remove duplicated code. [ Brooke
25
+ White]
26
+ - Feat(iam, serverless): support workgroup. [ Brooke White]
27
+ - Refactor: update plugin process. [ Brooke White]
28
+ - Chore(deps): update requests requirement (#108 ) [ dependabot[ bot]]
29
+ - Docs(readme): remove json from data type table (#102 ) [ Noah Holm]
30
+ - Docs(readme): document connect timeout parameter (#101 ) [ Heikki
31
+ Hokkanen]
32
+
33
+
5
34
v2.0.907 (2022-05-06)
6
35
---------------------
7
36
- Feat(idp, open_browser): Updated SAML Plugin browser launch process.
0 commit comments