File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,17 @@ Changelog
22=========
33
44
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+
516v2.0.911 (2023-06-05)
617---------------------
718- Docs(tutorials, 001): Add example for Azure Native IDP AD. [ Brooke
Original file line number Diff line number Diff line change 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.911 "
5+ __version__ = "2.0.912 "
You can’t perform that action at this time.
0 commit comments