File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,18 @@ Changelog
22=========
33
44
5+ v2.0.905 (2022-03-07)
6+ ---------------------
7+ - Fix(idp, BrowserAzureCredentialsProvider): remove client_secret
8+ parameter. [ Brooke White]
9+ - Test(auth): sha256 password. [ Brooke White]
10+ - Feat(auth): support sha256 password. [ Brooke White]
11+ - Docs(readme): add native auth connection params. [ Brooke White]
12+ - Test(native-auth): manual, unit tests and fixture. [ Brooke White]
13+ - Feat: support Redshift native authentication, Add Azure Oauth2 IdP.
14+ [ Brooke White]
15+
16+
517v2.0.904 (2022-02-07)
618---------------------
719- Docs(readme): clarify pandas df insert. [ 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.904 "
5+ __version__ = "2.0.905 "
You can’t perform that action at this time.
0 commit comments