Skip to content

Commit a898554

Browse files
committed
chore: bump version to 2.0.914
1 parent 78de760 commit a898554

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,58 @@ Changelog
22
=========
33

44

5+
v2.0.914 (2023-09-11)
6+
---------------------
7+
- Feat: Identity Center authentication support with new plugins. [Brooke
8+
White]
9+
- Feat: logging improvements. [Brooke White]
10+
- Fix(auth, cname): log at debug level when
11+
describe_custom_domain_associations fails. [Brooke White]
12+
- Add parallelization to pytest using pytest-xdist. [Brooke White]
13+
- Feat(auth): automatically determine region. [Brooke White]
14+
- Chore: bump dev pytest version. [Brooke White]
15+
- Chore: lint codebase. [Brooke White]
16+
- Chore: update pre-commit-config. [Brooke White]
17+
- Test(iam, adfs): temporary disable integration tests. [Brooke White]
18+
- Fix(connection): unpack_from error caused by network issues (#185)
19+
[Soksamnang Lim, soksamnanglim]
20+
21+
* fix(connection): Raise InterfaceError for network issue related to closed server side socket (#164)
22+
23+
* add unit test and integration test
24+
* rectify unit test
25+
* rectify integration test
26+
* raise InterfaceError with Broken Pipe for timeout and blocking modes
27+
28+
* fix(connection): add empty buffer check upon connect and unit tests
29+
30+
* fix(connection): unpack_from caused by network issues
31+
* rectify unit tests when network disabled
32+
33+
---------
34+
- Fix(connection, cursor): raise DataError when bind parameter limit is
35+
exceeded (#165) (#187) [Soksamnang Lim, soksamnanglim]
36+
37+
* raise DataError in Connection execute
38+
* rethrow error in Cursor insert_data_bulk
39+
* add integration and unit test for cursor
40+
* rectify integration test
41+
- Fix(connection): Raise OperationalError for socket timeouts (#179)
42+
[Jessie Chen]
43+
44+
* Raise OperationalError for socket timeouts
45+
46+
* add unit test and integrationt test
47+
48+
* rectify unit test
49+
50+
* rectify integration test for socket_timeout
51+
52+
* remove empty config.ini
53+
- Fix typo for package name in missing module error. (#177) [Kyle
54+
Demeule]
55+
56+
557
v2.0.913 (2023-07-12)
658
---------------------
759
- Fix(auth, iam): log if boto3 version insufficient for cname. [Brooke

redshift_connector/version.py

Lines changed: 1 addition & 1 deletion
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.913"
5+
__version__ = "2.0.914"

0 commit comments

Comments
 (0)