File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,39 @@ Changelog
2
2
=========
3
3
4
4
5
+ v2.0.878 (2021-04-19)
6
+ ---------------------
7
+
8
+ Fix
9
+ ~~~
10
+ - Running code in windows environment (#30) [HuaHsin Lu]
11
+
12
+ * running code in windows environment
13
+
14
+ I was getting file not found error, as it turned out the path to the redshift-ca-bundle.crt was incorrectly constructed on MS Windows platform
15
+
16
+ * Revert "running code in windows environment"
17
+
18
+ This reverts commit efcf32bf7bc97fc7657a05d1e5a7fcdc20c6a17c.
19
+
20
+ * docs: running code in MS Windows
21
+
22
+ Other
23
+ ~~~~~
24
+ - Chore: apply pre-commit. [Brooke White]
25
+ - Test(idp, JwtCredentialsProvider): derive db_user from jwt response.
26
+ [Brooke White]
27
+ - Fix(idp, JwtCredentialsProvider): derive db_user from jwt token.
28
+ [Brooke White]
29
+ - Test(connection, startup): support new startup message properties.
30
+ [Brooke White]
31
+ - Fix(connection, startup): support new startup message properties.
32
+ [Brooke White]
33
+ - Dev(pre-commit): bump hook versions. [Brooke White]
34
+ - Fix(idp, ping): utilize sessions for retrieving SAML (#29) [Dalton
35
+ Conley, Dalton Conley]
36
+
37
+
5
38
v2.0.877 (2021-03-29)
6
39
---------------------
7
40
- Fix(dependency): bump requests, beautifulsoup4, pytz. [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.877 "
5
+ __version__ = "2.0.878 "
You can’t perform that action at this time.
0 commit comments