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

build(deps): bump redshift-connector from 2.0.915 to 2.0.918 #1459

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps redshift-connector from 2.0.915 to 2.0.918.

Release notes

Sourced from redshift-connector's releases.

v2.0.918

Thank you to @​rmaxu for their contribution in #199 .

v2.0.917

No release notes provided.

v2.0.916

No release notes provided.

Changelog

Sourced from redshift-connector's changelog.

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 datatypes are sent to Redshift server rather than NumPy datatypes. [Brooke White]

  • Test(Cursor, insert_data_bulk): table_name with and without schema. [Brooke White]

  • Fix(Cursor, __has_valid_columns): replace table_schema by schema_name. resolves unknown column error seen in insert_data_bulk. [Brooke White]

  • Fix(Cursor, __is_valid_table): replace table_schema by schema_name (#199) [Maximiliano Urrutia]

    SVV_ALL_TABLES does not have table_schema column

v2.0.917 (2023-11-20)

  • Chore: lint codebase. [Brooke White]
  • Feat: Adds ability to connect to datashare databases for clusters and serverless workgroups running the PREVIEW_2023 track. [Brooke White]
  • Chore: Removed BrowserIdcAuthPlugin. [Brooke White]

v2.0.916 (2023-11-13)

  • Feat(auth): Added support for Custom Cluster Names (CNAME) for Amazon Redshift Serverless. [Brooke White]
  • Feat(datatype): Added support for IntervalY2M and IntervalD2S. [Brooke White]
  • Docs(paramstyle): expanded descriptions for setting paramstyle on module and cursor level. added more examples of how to set paramstyle. [Brooke White]
  • Feat(auth, iam): allowed use of getClusterCredentials V2 API when IdP Plugin authentication is used and group_federation=True. Previously an unsupported error was thrown. [Brooke White]
  • Fix(connection, logging): cast redshift_types as a str to resolve exceptions seen when using redshift-connector with logbook. [Brooke White]
Commits
  • e457b2e chore: bump version to 2.0.918
  • ededb28 refactor(Connection): explicitly use TLS client protocol for underlying conne...
  • 053ad2b fix(Cursor, write_dataframe): Convert pandas dataframe holding bind parameter...
  • 7bd195f test(Cursor, insert_data_bulk): table_name with and without schema
  • b199bfa fix(Cursor, __has_valid_columns): replace table_schema by schema_name. resolv...
  • f8b2e0c fix(Cursor, __is_valid_table): replace table_schema by schema_name (#199)
  • 083fe9b chore: bump version to 2.0.917
  • a19417e chore: lint codebase
  • 6fbf536 feat: Adds ability to connect to datashare databases for clusters and serverl...
  • d3c9427 chore: Removed BrowserIdcAuthPlugin
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [redshift-connector](https://github.com/aws/amazon-redshift-python-driver) from 2.0.915 to 2.0.918.
- [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.915...v2.0.918)

---
updated-dependencies:
- dependency-name: redshift-connector
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 19, 2024
@lukapeschke lukapeschke merged commit 0335e52 into master Jan 19, 2024
3 checks passed
@lukapeschke lukapeschke deleted the dependabot/pip/redshift-connector-2.0.918 branch January 19, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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