Skip to content

Bump redshift-connector from 2.1.4 to 2.1.14#208

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/redshift-connector-2.1.14
Open

Bump redshift-connector from 2.1.4 to 2.1.14#208
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/redshift-connector-2.1.14

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Bumps redshift-connector from 2.1.4 to 2.1.14.

Release notes

Sourced from redshift-connector's releases.

v2.1.14

Full Changelog: aws/amazon-redshift-python-driver@v2.1.13...v2.1.14

v2.1.13

No release notes provided.

v2.1.12

No release notes provided.

v2.1.11

chore: bump version to 2.1.11

v2.1.10

chore: bump version to 2.1.10

v2.1.9

chore: bump version to 2.1.9

v2.1.8

chore: bump version to 2.1.8

v2.1.7

chore: bump version to 2.1.7

v2.1.6

chore: bump version to 2.1.6

v2.1.5

Thank you to @​timm4205 for their contributions to this release.

Changelog

Sourced from redshift-connector's changelog.

v2.1.14 (2026-05-18)

  • Raised minimum supported Python version from 3.7 to 3.8
  • Added support for pg_catalog internal data types in the getFunctionColumns and getProcedureColumns metadata APIs.
  • Addressed security issue as detailed in CVE-2026-41066
  • Addressed security issue as detailed in CVE-2026-8838

v2.1.13 (2026-03-30)

  • Raised minimum supported Python version from 3.6 to 3.7
  • Fixed prepared statement cache desync causing KeyError after DDL/ROLLBACK
  • Raised lxml upper bound from <6.0.0 to <=6.0.2 to unblock Python 3.14 support
  • Bumped beautifulsoup4 minimum version from 4.7.0 to 4.13.5 to fix lxml 6.0 parsing bug with curly braces
  • Fixed Python 3.7/3.8 type hint compatibility in Metadata API

v2.1.12 (2026-03-04)

  • Added support for Identity Enhanced Credentials authentication
  • Fixed metadata retrieval to sanitize invalid negative and None values in metadataAPIHelper

v2.1.11 (2026-02-09)

  • Fixed build failure when using setuptools version 72 or later by replacing deprecated TestCommand with generic Command base class

v2.1.10 (2025-11-18)

  • Added the idp_partition parameter which allows users to authenticate against Azure Active Directory across different Microsoft cloud environments (e.g., Global, US Gov, China)
  • Added warning messages when DEBUG or TRACE log levels are enabled
  • Enhanced database metadata retrieval logic in get_catalogs, get_schemas, get_tables, get_columns, get_primary_keys, get_procedures API methods to enable data sharing capabilities
  • Added database metadata API’s get_imported_keys, get_exported_keys, get_best_row_identifier, get_column_privileges, get_table_privileges, get_procedure_columns, get_functions, get_function_columns metadata APIs to enable data sharing capabilities
  • Removed unsupported PostgreSQL replication features
  • Fixed IDC authentication redirect URL for China regions

v2.1.9 (2025-10-14)

  • Removed unsupported client/stdin COPY protocol implementation that was no longer maintained or supported
  • Added LRU (Least Recently Used) cache for prepared statements to improve memory management

v2.1.8 (2025-07-01)

  • Added support for TCP keepalive properties tcp_keepalive_idle, tcp_keepalive_interval, and tcp_keepalive_count. This allows users to configure TCP keepalive settings, helping to maintain and verify the integrity of long-running database connections
  • Added version constraint for lxml dependency to maintain compatibility and prevent breaking changes introduced in lxml 6.0.0

... (truncated)

Commits
  • 2b83976 Update CHANGELOG
  • fbb64e5 Version bump to 2.1.14
  • b084970 Addressed security issue as detailed in CVE-2026-41066
  • 69a69df Replaced eval() usage in vector_in() type handler with integer parsing
  • 2c1dd5b Added support for pg_catalog internal data types in the getFunctionColumns an...
  • e4c0d72 Added test for IDP token auth integration
  • f034099 Update CHANGELOG.md
  • 537001f chore: bump version to 2.1.13
  • 356583b chore: Raised lxml upper bound from <6.0.0 to <=6.0.2 to unblock Python 3.14 ...
  • a0527a8 fix: Fixed Python 3.7/3.8 type hint compatibility in Metadata API
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [redshift-connector](https://github.com/aws/amazon-redshift-python-driver) from 2.1.4 to 2.1.14.
- [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.1.4...v2.1.14)

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

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 May 29, 2026
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.

0 participants