File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,20 @@ Changelog
22=========
33
44
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+
519v2.0.882 (2021-06-23)
620---------------------
721- Refactor(redshift-property, ssl_insecure): use ssl_insecure rather
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.882 "
5+ __version__ = "2.0.883 "
You can’t perform that action at this time.
0 commit comments