Skip to content

Commit

Permalink
chore: bump version to 2.0.878
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke-white committed Apr 19, 2021
1 parent 53499c9 commit f3597cb
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@ Changelog
=========


v2.0.878 (2021-04-19)
---------------------

Fix
~~~
- Running code in windows environment (#30) [HuaHsin Lu]
* running code in windows environment
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
* Revert "running code in windows environment"
This reverts commit efcf32bf7bc97fc7657a05d1e5a7fcdc20c6a17c.
* docs: running code in MS Windows
Other
~~~~~
- Chore: apply pre-commit. [Brooke White]
- Test(idp, JwtCredentialsProvider): derive db_user from jwt response.
[Brooke White]
- Fix(idp, JwtCredentialsProvider): derive db_user from jwt token.
[Brooke White]
- Test(connection, startup): support new startup message properties.
[Brooke White]
- Fix(connection, startup): support new startup message properties.
[Brooke White]
- Dev(pre-commit): bump hook versions. [Brooke White]
- Fix(idp, ping): utilize sessions for retrieving SAML (#29) [Dalton
Conley, Dalton Conley]
v2.0.877 (2021-03-29)
---------------------
- Fix(dependency): bump requests, beautifulsoup4, pytz. [Brooke White]
Expand Down
2 changes: 1 addition & 1 deletion redshift_connector/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = "2.0.877"
__version__ = "2.0.878"

0 comments on commit f3597cb

Please sign in to comment.