schemacrawler / SchemaCrawler

Free database schema discovery and comprehension tool
http://www.schemacrawler.com/
Other
1.58k stars 198 forks source link

Bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.19 to 2.1.0.24 #1380

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps com.amazon.redshift:redshift-jdbc42 from 2.1.0.19 to 2.1.0.24.

Release notes

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

v2.1.0.24

Release of driver version 2.1.0.24

v2.1.0.23

Release of driver version 2.1.0.23

v2.1.0.22

Release of driver version 2.1.0.22

v2.1.0.21

Release of driver version 2.1.0.21

v2.1.0.20

Release of driver version 2.1.0.20

Changelog

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

v2.1.0.24 (2023-12-14)

  • Fixed a bug where connection setup would fail if compression was explicitly turned off in both the driver and the server [Bhavik Shah]
  • Improved driver performance when closing statements with partially read results [Bhavik Shah]
  • Removed unnecessary loading of Redshift CA certs into default truststore [Bhavik Shah]

v2.1.0.23 (2023-11-20)

  • Feature: Added ability to connect to datashare databases for clusters and serverless workgroups running the PREVIEW_2023 track [Bhavik Shah]
  • Removed BrowserIdcAuthPlugin [Bhavik Shah]

v2.1.0.22 (2023-11-09)

  • Added support for Custom Cluster Names (CNAME) for Amazon Redshift Serverless [Bhavik Shah]
  • Added support for IntervalY2M and IntervalD2S data types, which are mapped to the java.sql type Types.OTHER [Bhavik Shah]
  • Improved XML parsing [Bhavik Shah]
  • Fixed a bug where driver threw an error if connection options were not provided as a string object [Bhavik Shah]
  • Added the ability to set session level timezone to local JVM timezone or Redshift server timezone using new connection option ‘ConnectionTimezone’. By default, the session level timezone is set to local timezone [Bhavik Shah]
  • Driver now throws an error if timestamp data retrieved from queries is invalid [Bhavik Shah]
  • Fixed a bug where closing a statement explicitly introduced performance latency issue#100 [Bhavik Shah]
  • Bump AWS Java SDK dependencies from 1.12.493 to 1.12.577 [Bhavik Shah]

v2.1.0.21 (2023-10-23)

  • Fixed a bug where the check for token/credentials expiration time was incorrect [Bhavik Shah]

v2.1.0.20 (2023-10-16)

  • Added support for lz4 compression over wire protocol communication between Redshift server and the client/driver. Compression is turned on by default and can be set using new connection parameter compression=off or compression=lz4 [Bhavik Shah]
  • Fixed a bug where closing a statement with partially read results could lead to errors in subsequent statements on the same connection [Bhavik Shah]
  • Improved driver performance when closing statements with partially read results [Bhavik Shah]
  • Fixed a bug where the cancellation of a query could lead to an unexpected connection close by the server [Bhavik Shah]
Commits
  • da2bbad Update README.md
  • dd50df5 Update CHANGELOG.md
  • a504374 Removed unnecessary loading of Redshift CA certs into default truststore
  • ff8264d Fix a bug where connection setup would fail if compression was turned off in ...
  • befa7de Improved driver performance when closing statements with partially read results
  • 3c5fcf8 Update CHANGELOG.md
  • 924280c Update README.md
  • 6c100e0 Update CHANGELOG.md
  • 6cc1473 improve plugin support
  • 954dc88 Adds ability to connect to datashare databases for clusters and serverless wo...
  • 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 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)
dependabot[bot] commented 7 months ago

The following labels could not be found: dependencies.

dependabot[bot] commented 7 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.