File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,23 @@ Changelog
22=========
33
44
5+ v2.0.911 (2023-06-05)
6+ ---------------------
7+ - Docs(tutorials, 001): Add example for Azure Native IDP AD. [ Brooke
8+ White]
9+ - Fix(cursor, write_dataframe): respect paramstyle. [ Brooke White]
10+ - Fix(cursor, execute): bind param parsing for multiline comments, colon
11+ character issue. [ Brooke White]
12+ - Fix(cursor, execute): remove unnecessary bind param parsing. [ Brooke
13+ White]
14+ - Docs(tutorial): clarify connection methods for IdP and Auth_profile
15+ (#144 ) [ jiezhen-chen]
16+
17+ * clarify connection methods for IdP and Auth_profile
18+
19+ * improve tutorial
20+
21+
522v2.0.910 (2023-01-25)
623---------------------
724- Fix(metadata): views when cast null. [ Brooke White]
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.910 "
5+ __version__ = "2.0.911 "
You can’t perform that action at this time.
0 commit comments