@@ -2,6 +2,45 @@ Changelog
2
2
=========
3
3
4
4
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
+
5
44
v2.0.883 (2021-07-19)
6
45
---------------------
7
46
- Docs(Connection, handle_DATA_ROW): add doc-string. [ Brooke White]
0 commit comments