Skip to content

Commit 80c416b

Browse files
committed
chore: bump version to 2.0.908
1 parent 4cc3fbe commit 80c416b

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@ Changelog
22
=========
33

44

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) [H​eikki
31+
H​okkanen]
32+
33+
534
v2.0.907 (2022-05-06)
635
---------------------
736
- Feat(idp, open_browser): Updated SAML Plugin browser launch process.

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.907"
5+
__version__ = "2.0.908"

0 commit comments

Comments
 (0)