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

chore(deps): bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.16 to 2.1.0.23 #191

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2023

Bumps com.amazon.redshift:redshift-jdbc42 from 2.1.0.16 to 2.1.0.23.

Release notes

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

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

v2.1.0.19

Release of driver version 2.1.0.19

v2.1.0.18

Release of driver version 2.1.0.18

v2.1.0.17

Release of driver version 2.1.0.17

Changelog

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

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]

v2.1.0.19 (2023-09-11)

  • Added Identity Center authentication support with new plugins [Bhavik Shah]
  • Increased HTTP server backlog size to 2 to account for Google Chrome's preloading causing HTTP requests to fail occasionally when logging in using BrowserSamlCredentialsProvider PR#95 [ Jimmy Do]
  • Fix error message shown when value provided for maxResultBuffer property cannot be parsed [Bhavik Shah]
  • Improvements for logging [Bhavik Shah]
  • Improvements for XML parsing [Bhavik Shah]

v2.1.0.18 (2023-08-01)

  • Added feature to detect region automatically for IAM connections if not provided by user [Bhavik Shah]
  • Fixed a bug where ring buffer was growing beyond expected limits issue#88 [Bhavik Shah]
  • Fixed NULLABLE and IS_NULLABLE definition in metadata for external datasharing objects [Bhavik Shah]
  • Removed a restriction that was preventing calls to the getClusterCredentialsWithIAM API in the AWS SDK. This allows the user to authenticate with IAM group federation on clusters [Bhavik Shah]

v2.1.0.17 (2023-07-05)

  • Support for Custom Cluster Names [Bhavik Shah]
  • Fix to close suspended portal when ringbuffer queue is closed [Bhavik Shah]
  • Bump Jackson dependencies from 2.14.2 to 2.15.0 issue#91 [Bhavik Shah]
  • Bump AWS Java SDK dependencies from 1.12.408 to 1.12.493 [Bhavik Shah]
Commits

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 [com.amazon.redshift:redshift-jdbc42](https://github.com/aws/amazon-redshift-jdbc-driver) from 2.1.0.16 to 2.1.0.23.
- [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.16...v2.1.0.23)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependency-upgrade Dependency upgrade is needed label Dec 9, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2023

Superseded by #200.

@dependabot dependabot bot closed this Dec 18, 2023
@dependabot dependabot bot deleted the dependabot/gradle/com.amazon.redshift-redshift-jdbc42-2.1.0.23 branch December 18, 2023 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-upgrade Dependency upgrade is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants