Skip to content

Commit

Permalink
v8.0.2 (#4650)
Browse files Browse the repository at this point in the history
* Upgrade Snowflake connector

Backport to v8 branch of #4567 & #4407.

* Upgrade cassandra-driver to speed up Docker build.

Backport of #4636.

* Update rds-combined-ca-bundle.pem(#4290) (#4304)

Can use rds-ca-2019 and etc
`$ curl https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem \
> redash/query_runner/files/rds-combined-ca-bundle.pem`

* Update version.

* Update CHANGELOG.

Co-authored-by: Kenji Ichihashi <ichihashi@giftee.co>
  • Loading branch information
arikfr and ikenji authored Feb 16, 2020
1 parent cd13c97 commit a9d7ca4
Show file tree
Hide file tree
Showing 6 changed files with 707 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v8.0.2 - 2020-02-16

* Update snowflake-connector version to address issues with Azure dependencies and requests monkey patching.
* Update RDS CA Certificate for the new 2019 one (#4581, #4304).
* Update cassandra-driver to speed up Docker builds.

## v8.0.1 - 2019-11-17

* Fix the DB migration so that the correct key is used for encrypting Data Source credentials. Otherwise direct upgrades from versions older than v7 will not work properly.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redash-client",
"version": "8.0.1",
"version": "8.0.2",
"description": "The frontend part of Redash.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion redash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .query_runner import import_query_runners
from .destinations import import_destinations

__version__ = '8.0.1'
__version__ = '8.0.2'


if os.environ.get("REMOTE_DEBUG"):
Expand Down
Loading

0 comments on commit a9d7ca4

Please sign in to comment.