Skip to content

Commit 1958459

Browse files
committed
chore: bump version to 2.0.884
1 parent d89b68a commit 1958459

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

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

44

5+
v2.0.884 (2021-08-02)
6+
---------------------
7+
- Refactor(iam-helper): allow IAM keys and profile when auth_profile is
8+
used. [Brooke White]
9+
- Test(connection, auth-profile): auth via redshift authentication
10+
profile. [Brooke White]
11+
- Build(dependency): add packaging. [Brooke White]
12+
- Docs(tutorials, 001): redshift auth profile. [Brooke White]
13+
- Feat(connection, auth-profile): support Redshift authentication
14+
profile. [Brooke White]
15+
- Docs(connection-parameters): add endpoint_url, auth_profile. [Brooke
16+
White]
17+
- Docs(connection-parameters): reflect change to use all optional
18+
params. [Brooke White]
19+
- Refactor(docs): alphabetize connection parameters. [Brooke White]
20+
- Refactor(redshift-property): kwargs check. [Brooke White]
21+
- Refactor(Connection): alphabetize setting definitions. [Brooke White]
22+
- Refactor(test, iam_helper): rework for optional connection param
23+
change. [Brooke White]
24+
- Refactor(Connection): make all parameters optional. [Brooke White]
25+
- Docs(connection): add iam_disable_cache. [Brooke White]
26+
- Test(IamHelper, iam_disable_cache): validate fetch from server when
27+
cache disable. [Brooke White]
28+
- Feat(connection, iam_disable_cache): add new connection option.
29+
[Brooke White]
30+
- Chore: apply linting. [Brooke White]
31+
- Test(credentials-holder, is_expired): get current datetime inside
32+
test. [Brooke White]
33+
- Fix(credentials-holder): check credentials expiration in localtime.
34+
[ivica.kolenkas]
35+
- Chore(code-style): 'black-ifies' `test_credentials_holder`
36+
[ivica.kolenkas]
37+
- Fix(tests): adds 'testpaths' config key. [ivica.kolenkas]
38+
39+
according to https://docs.pytest.org/en/6.2.x/customize.html#setup-cfg it should
40+
be a path to where tests are. without it running `pytest test/unit` fails
41+
- Chore(code-style): 'black-ifies' code. [ivica.kolenkas]
42+
43+
544
v2.0.883 (2021-07-19)
645
---------------------
746
- Docs(Connection, handle_DATA_ROW): add doc-string. [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.883"
5+
__version__ = "2.0.884"

0 commit comments

Comments
 (0)