Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update redshift-connector requirement from !=2.0.914,<2.1.1,>=2.0.913 to >=2.0.913,!=2.0.914,<2.1.3 #877

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2024

Updates the requirements on redshift-connector to permit the latest version.

Changelog

Sourced from redshift-connector's changelog.

v2.1.2 (2024-06-19)

  • Temporarily reverted the following commit which caused connection failure for some Docker containers when SSL was enabled: “refactor(Connection): explicitly use TLS protocol for underlying connection socket. previously TLS protocol was used by default. resolves deprecation warnings in Python 3.11" [Brooke White]

v2.1.1 (2024-04-10)

  • Fix(auth, AdfsCredentialsProvider): Fixes a login issue that did not allow the loginToRp connection parameter in the AdfsCredentialsProvider to be set. [Brooke White]

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 underlying connection socket. previously TLS protocol was used by default. resolves deprecation warnings in Python 3.11. [Brooke White]
  • Fix(Cursor, write_dataframe): Convert pandas dataframe holding bind parameters to Python list before query execution. Ensures Python

... (truncated)

Commits
  • 1f1c28b chore: bump version to 2.1.2
  • 462964a Temporarily reverted the following commit which caused connection failure for...
  • 0cc68a9 chore: bump version to 2.1.1
  • be87d47 fix(auth, AdfsCredentialsProvider): Fixes a login issue that did not allow th...
  • 1b4b032 chore: bump version to 2.1.0
  • ae549ba fix(execute): fixed a bug which resulted in Pandas Timestamp datatype to be s...
  • 550006e test(datatype): Enable intervaly2m, intervald2s integration tests. Correct nu...
  • 97b2993 feat(auth, AdfsCredentialsProvider): Add support for connection parameter log...
  • 819aee1 doc(README): adjusts connection parameter table formatting
  • 8eacb12 fix(datatype): Fix data ingestion to properly handle NUMERIC data types when ...
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [redshift-connector](https://github.com/aws/amazon-redshift-python-driver) to permit the latest version.
- [Release notes](https://github.com/aws/amazon-redshift-python-driver/releases)
- [Changelog](https://github.com/aws/amazon-redshift-python-driver/blob/master/CHANGELOG.md)
- [Commits](aws/amazon-redshift-python-driver@v2.0.913...v2.1.2)

---
updated-dependencies:
- dependency-name: redshift-connector
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 19, 2024 19:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 19, 2024
@cla-bot cla-bot bot added the cla:yes label Jul 19, 2024
Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-redshift contributing guide.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2024

A newer version of redshift-connector exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant