10BC0 chore(deps): bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.28 to 2.2.0 in /app/server by dependabot[bot] · Pull Request #41392 · appsmithorg/appsmith · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@dependabot
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps com.amazon.redshift:redshift-jdbc42 from 2.1.0.28 to 2.2.0.

Release notes

Sourced from com.amazon.redshift:redshift-jdbc42's releases.

v2.2.0

Upgraded from AWS SDK v1 to AWS SDK v2

v2.1.0.34

Release of driver version 2.1.0.34

v2.1.0.33

Release of driver version 2.1.0.33

v2.1.0.32

Release of driver version 2.1.0.32

v2.1.0.30

Release of driver version 2.1.0.30

v2.1.0.29

Release of driver version 2.1.0.29

Changelog

Sourced from com.amazon.redshift:redshift-jdbc42's changelog.

v2.2.0 (2025-10-14)

  • Upgraded to AWS SDK v2
  • Fixed incorrect formatting of timezone-aware timestamp columns (TIMESTAMPTZ/TIMETZ) in edge cases where the cached string representation was null, ensuring timezone offsets are properly displayed.
  • Removed unsupported client/stdin CopyAPI feature implementation that was no longer maintained or supported
  • Build now fails when Javadoc generation encounters errors, ensuring documentation quality and preventing builds with malformed documentation.

v2.1.0.34 (2025-08-07)

  • Added a new statement cancel state IN_QUERY_SUSPENDED to accurately track query suspension status ensuring that suspended queries remain cancellable
  • Fixed an issue where socket timeouts were not being enforced after the initial connection

v2.1.0.33 (2025-05-29)

  • Removed aws-java-sdk dependency from metadata APIs
  • Improved Redshift OID data type handling to support variable byte lengths.
  • Corrected SMALLINT reference type cast to return a Java Short instead of Integer
  • Corrected TINYINT reference type cast to return a Java Byte instead of Integer
  • Added memory allocation limits for multi-SQL statement execution to prevent Out of Memory (OOM) errors when processing large batched queries
  • Added Object Identifier (OID) mapping for information_schema_catalog_name type

v2.1.0.32 (2024-12-23)

  • Added support for an adjustable maximum cap on the total memory allocated for warning notifications from the server, ensuring the driver does not exhaust available memory resources. [Ruei Yang Huang]
  • Updated the logic for retrieving database metadata through the getCatalogs(), getSchemas(), getTables(), getColumns() API method. [Tim Hsu]
  • Updated the SQL data type representation for timetz/timestamptz from Types.TIME/Types.TIMESTAMP to Types.TIME_WITH_TIMEZONE/Types.TIMESTAMP_WITH_TIMEZONE. [Tim Hsu]
  • Fixed an issue in the Driver API's getTime() method, which previously disregarded the second fraction when attempting to retrieve timestamp/timestamptz data with a second fraction in Binary mode. [Tim Hsu]
  • Fixed an issue in the Driver API's getTimestamp() method, which previously truncated the last three digits of the second fraction when attempting to retrieve time/timetz data with six digits of second fraction, affecting both Binary and Text modes. [Tim Hsu]
  • Addressed security issues as detailed in CVE-2024-12744

v2.1.0.31 (2024-11-19)

  • This driver version has been recalled. JDBC Driver version 2.1.0.30 is recommended for use instead.

v2.1.0.30 (2024-07-31)

  • Fixed a data type conversion issue for Redshift, where BigInt was mapped to Big Serial instead of int8 and Integer was mapped to Serial instead of int4, within the getColumnTypeName function. [Tim Hsu]
  • Added support for a new browser authentication plugin called BrowserIdcAuthPlugin to facilitate single-sign-on integration with AWS IAM Identity Center. [James Cai]

v2.1.0.29 (2024-06-05)

  • Limiting DNS queries to CNAME only for improved DNS compatibility since ANY type query may be rejected [Ruei Yang Huang]
  • Fix wrong OID mapping for type cstring from OTHER to VARCHAR to return correct value for command SHOW USE [Tim Hsu]
Commits
  • d9c4d20 fix: interval handling for 8-byte binary format
  • 6289865 Revert "fix: exclude information schema OIDs and add catalog_name type to fix...
  • 8ca53ce chore: make build fails if there are javadoc errors
  • 50ff665 Removed legacy code containing unsupported COPY feature.
  • 2259a46 chore: migrate aws sdk to v2
  • 7ac41bb fix: replace s == null check with calendar == null in RedshiftTimestamp.toStr...
  • 389f896 Update CHANGELOG.md
  • 8c48210 Update README.md
  • bb17b4a feat: Added a new statement cancel state IN_QUERY_SUSPENDED to accurately tra...
  • bcaa0ec fix: socket timeout not being applied after connection establishment
  • 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)

Warning

Tests have not run on the HEAD 8af82f9 yet


Mon, 17 Nov 2025 23:39:44 UTC

Bumps [com.amazon.redshift:redshift-jdbc42](https://github.com/aws/amazon-redshift-jdbc-driver) from 2.1.0.28 to 2.2.0.
- [Release notes](https://github.com/aws/amazon-redshift-jdbc-driver/releases)
- [Changelog](https://github.com/aws/amazon-redshift-jdbc-driver/blob/master/CHANGELOG.md)
- [Commits](aws/amazon-redshift-jdbc-driver@v2.1.0.28...v2.2.0)

---
updated-dependencies:
- dependency-name: com.amazon.redshift:redshift-jdbc42
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 17, 2025
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 17, 2025
@coderabbitai
Copy link
Contributor
coderabbitai bot commented Nov 17, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

0