File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,33 @@ Changelog
2
2
=========
3
3
4
4
5
+ v2.1.0 (2024-02-20)
6
+ -------------------
7
+ - Fix(execute): fixed a bug which resulted in Pandas Timestamp datatype
8
+ to be sent to Redshift as the DATE instead of TIMESTAMP/TIMESTAMPTZ
9
+ when statements are executed using bind parameters. issue #206 .
10
+ [ Brooke White]
11
+ - Test(datatype): Enable intervaly2m, intervald2s integration tests.
12
+ Correct numeric integration tests. [ Brooke White]
13
+ - Feat(auth, AdfsCredentialsProvider): Add support for connection
14
+ parameter loginToRp in AdfsCredentialsProvider. This parameter
15
+ specifies a custom relying party trust to use for ADFS authentication.
16
+ Default behavior remains unchanged and backwards compatibility with
17
+ previous versions is maintained The loginToRp parameter can be used to
18
+ define a custom relying party trust used for authenticating with ADFS.
19
+ [ Brooke White]
20
+ - Doc(README): adjusts connection parameter table formatting. [ Brooke
21
+ White]
22
+ - Fix(datatype): Fix data ingestion to properly handle NUMERIC data
23
+ types when using the binary transfer protocol to prevent incorrect
24
+ results. issue #207 . [ Brooke White]
25
+ - Fix(cursor, execute): log underlying connection state using class
26
+ variables when exception is raised. resolves db-api extension warnings
27
+ #204 . [ Brooke White]
28
+ - Test: re-enable datatype integration tests. [ Brooke White]
29
+ - Test: disable or adjust flaky integration tests. [ Brooke White]
30
+
31
+
5
32
v2.0.918 (2023-12-14)
6
33
---------------------
7
34
- Refactor(Connection): explicitly use TLS client protocol for
Original file line number Diff line number Diff line change 2
2
# 1) we don't load dependencies by storing it in __init__.py
3
3
# 2) we can import it in setup.py for the same reason
4
4
# 3) we can import it into your module module
5
- __version__ = "2.0.918 "
5
+ __version__ = "2.1.0 "
You can’t perform that action at this time.
0 commit comments