Skip to content

Commit 1b4b032

Browse files
committed
chore: bump version to 2.1.0
1 parent ae549ba commit 1b4b032

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

Diff for: CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@ Changelog
22
=========
33

44

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+
532
v2.0.918 (2023-12-14)
633
---------------------
734
- Refactor(Connection): explicitly use TLS client protocol for

Diff for: redshift_connector/version.py

+1-1
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.918"
5+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)