File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,17 @@ Changelog
2
2
=========
3
3
4
4
5
+ v2.0.912 (2023-07-05)
6
+ ---------------------
7
+ - Test(cursor): correct test_insert_data_invalid_column_raises. [ Brooke
8
+ White]
9
+ - Feat(auth): Support Redshift custom domain name. [ Brooke White]
10
+ - Fix(cursor, __ has_valid_columns): raise exception if column validity
11
+ check returns nothing. [ Brooke White]
12
+ - Doc: python 3.11 support. [ Brooke White]
13
+ - Refactor: logging improvements. [ Brooke White]
14
+
15
+
5
16
v2.0.911 (2023-06-05)
6
17
---------------------
7
18
- Docs(tutorials, 001): Add example for Azure Native IDP AD. [ Brooke
Original file line number Diff line number Diff line change 2
2
# 1) we don't load dependencies by storing it in __init__.py
3
3
# 2) we can import it in setup.py for the same reason
4
4
# 3) we can import it into your module module
5
- __version__ = "2.0.911 "
5
+ __version__ = "2.0.912 "
You can’t perform that action at this time.
0 commit comments