File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,20 @@ Changelog
2
2
=========
3
3
4
4
5
+ v2.0.883 (2021-07-19)
6
+ ---------------------
7
+ - Docs(Connection, handle_DATA_ROW): add doc-string. [ Brooke White]
8
+ - Docs(tutorials, BrowserAzureCredentialsProvider): fix bug in tutorial.
9
+ [ Brooke White]
10
+ - Docs: update doc-strings, fix typo. [ Brooke White]
11
+ - Docs(readme): update connection params table, pandas usage. [ Brooke
12
+ White]
13
+ - Test(idp, browser-azure): display close window message after auth with
14
+ IdP. [ Brooke White]
15
+ - Fix(idp, browser): display close window message after auth with IdP.
16
+ [ Brooke White]
17
+
18
+
5
19
v2.0.882 (2021-06-23)
6
20
---------------------
7
21
- Refactor(redshift-property, ssl_insecure): use ssl_insecure rather
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.882 "
5
+ __version__ = "2.0.883 "
You can’t perform that action at this time.
0 commit comments