File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,18 @@ Changelog
2
2
=========
3
3
4
4
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
+
5
17
v2.0.904 (2022-02-07)
6
18
---------------------
7
19
- Docs(readme): clarify pandas df insert. [ 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.904 "
5
+ __version__ = "2.0.905 "
You can’t perform that action at this time.
0 commit comments