File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,21 @@ Changelog
22=========
33
44
5+ v2.0.903 (2022-01-10)
6+ ---------------------
7+ - Feat(datatype, abstime): support abstime. [ Brooke White]
8+ - Chore(tests): enable system table query tests in CI. [ Brooke White]
9+ - Docs: add integrations, exception handling, resources. [ Brooke White]
10+ - Chore: disable manual serverless tests. [ Brooke White]
11+ - Feat(datatype, interval): support interval, timedelta. [ Brooke White]
12+ - Feat(connection): support redshift serverless. [ Brooke White]
13+ - Chore(deps): update requests requirement (#83 ) [ dependabot[ bot]]
14+ - Fix(connection): load system certificates (#76 ) [ Brooke White]
15+
16+ fix(connection): load system certificates
17+ - Load system certificates in addition to redshift's cert. [ evgenyx00]
18+
19+
520v2.0.902 (2021-12-14)
621---------------------
722- Docs(paramstyle, named): fix example. [ Brooke White]
Original file line number Diff line number Diff line change 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.902 "
5+ __version__ = "2.0.903 "
You can’t perform that action at this time.
0 commit comments