File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,23 @@ Changelog
2
2
=========
3
3
4
4
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
+
5
22
v2.0.910 (2023-01-25)
6
23
---------------------
7
24
- Fix(metadata): views when cast null. [ Brooke White]
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.910 "
5
+ __version__ = "2.0.911 "
You can’t perform that action at this time.
0 commit comments