Skip to content

Commit

Permalink
chore: bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke-white committed Feb 20, 2024
1 parent ae549ba commit 1b4b032
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@ Changelog
=========


v2.1.0 (2024-02-20)
-------------------
- Fix(execute): fixed a bug which resulted in Pandas Timestamp datatype
to be sent to Redshift as the DATE instead of TIMESTAMP/TIMESTAMPTZ
when statements are executed using bind parameters. issue #206.
[Brooke White]
- Test(datatype): Enable intervaly2m, intervald2s integration tests.
Correct numeric integration tests. [Brooke White]
- Feat(auth, AdfsCredentialsProvider): Add support for connection
parameter loginToRp in AdfsCredentialsProvider. This parameter
specifies a custom relying party trust to use for ADFS authentication.
Default behavior remains unchanged and backwards compatibility with
previous versions is maintained The loginToRp parameter can be used to
define a custom relying party trust used for authenticating with ADFS.
[Brooke White]
- Doc(README): adjusts connection parameter table formatting. [Brooke
White]
- Fix(datatype): Fix data ingestion to properly handle NUMERIC data
types when using the binary transfer protocol to prevent incorrect
results. issue #207. [Brooke White]
- Fix(cursor, execute): log underlying connection state using class
variables when exception is raised. resolves db-api extension warnings
#204. [Brooke White]
- Test: re-enable datatype integration tests. [Brooke White]
- Test: disable or adjust flaky integration tests. [Brooke White]


v2.0.918 (2023-12-14)
---------------------
- Refactor(Connection): explicitly use TLS client protocol for
Expand Down
2 changes: 1 addition & 1 deletion redshift_connector/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = "2.0.918"
__version__ = "2.1.0"

0 comments on commit 1b4b032

Please sign in to comment.