Skip to content

Commit f3597cb

Browse files
committed
chore: bump version to 2.0.878
1 parent 53499c9 commit f3597cb

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@ Changelog
22
=========
33

44

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+
538
v2.0.877 (2021-03-29)
639
---------------------
740
- Fix(dependency): bump requests, beautifulsoup4, pytz. [Brooke White]

redshift_connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
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.877"
5+
__version__ = "2.0.878"

0 commit comments

Comments
 (0)