@@ -2,6 +2,58 @@ Changelog
2
2
=========
3
3
4
4
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
+
5
57
v2.0.913 (2023-07-12)
6
58
---------------------
7
59
- Fix(auth, iam): log if boto3 version insufficient for cname. [ Brooke
0 commit comments