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

Bump com.ing.data:cassandra-jdbc-wrapper from 4.12.0 to 4.13.0 #307

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps com.ing.data:cassandra-jdbc-wrapper from 4.12.0 to 4.13.0.

Release notes

Sourced from com.ing.data:cassandra-jdbc-wrapper's releases.

4.13.0

See changes here.

Changelog

Sourced from com.ing.data:cassandra-jdbc-wrapper's changelog.

[4.13.0] - 2024-07-27

Added

  • Add support for switching execution profiles.
  • Add implementation for the methods CassandraResultSet.getArray(int | String) (see PR #55).
  • Add support for the special CQL command CONSISTENCY [level] in CassandraStatement (inspired by PR #56).
  • Add a method setComplianceMode(String) in CassandraDataSource to specify a specific compliance mode when getting the connection from a DataSource (see issue #68, PR #69).

Changed

  • Update Java Driver for Apache Cassandra® to version 4.18.1.
  • Update Apache Commons Lang to version 3.15.0.
  • Update Jackson dependencies to version 2.17.2.
  • Modify the scale value returned for the type TIMESTAMP (see PR #58).
  • Refactor handling of user-defined types and tuples in CassandraResultSet.getObject(int | String) (see PR #60).
  • Fully implement CassandraDriver.getPropertyInfo(String, Properties) (see issue #66).

Fixed

  • Fix implementation of the methods CassandraStatement.execute(String) and CassandraPreparedStatement.execute() to return true even when the result set is empty (see PR #54).
  • Fix fetching null values in CassandraResultSet.getObject(int | String) (see PR #57).
  • Fix handling of VARINT values in CassandraResultSet.getObject(int | String) and CassandraMetadataResultSet.getObject(int | String) (see PR #59).
  • Fix return value of CassandraDatabaseMetaData.supportsBatchUpdates() (see PR #61).
  • Fix implementation of Statement.executeBatch() (see issue #63) to conform with JDBC specifications:
    • throws a BatchUpdateException when at least one statement in the batch fails or attempts to return a result set.
    • the returned array contains SUCCESS_NO_INFO for successful statements and EXECUTE_FAILED for statements that threw a BatchUpdateException.
  • Fix connection issues to AstraDB when using protocol jdbc:cassandra:dbaas without specifying a hostname (see issue #67).
Commits
  • e84c147 Prepare release 4.13.0
  • 9a19fbe Remove unused 'retries' property
  • 6a9b68b Fully implement Driver.getPropertyInfo method
  • 0d45182 Update changelog after merging PR #69
  • c5c4c43 Add ability to set compliance mode on CassandraDataSource (#69)
  • e787743 Fix #67: connection issues to AstraDB
  • 1941916 Add support for switching execution profiles
  • 0234a2c Update NOTICE.txt
  • 935b7fd Support lowercased 'consistency' command (#64)
  • 26d59a0 Add support for special command CONSISTENCY
  • 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 [com.ing.data:cassandra-jdbc-wrapper](https://github.com/ing-bank/cassandra-jdbc-wrapper) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/ing-bank/cassandra-jdbc-wrapper/releases)
- [Changelog](https://github.com/ing-bank/cassandra-jdbc-wrapper/blob/release/next/CHANGELOG.md)
- [Commits](ing-bank/cassandra-jdbc-wrapper@v4.12.0...v4.13.0)

---
updated-dependencies:
- dependency-name: com.ing.data:cassandra-jdbc-wrapper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor

Label error: This PR is being prevented from merging because you have not added one of the labels: breakingChanges, newContributors, notableChanges, sdou, skipReleaseNotes, TypeBug, TypeEnhancement, TypeTest. You'll need to add it before this PR can be merged.

Copy link

@liquibot liquibot merged commit 260e318 into main Jul 29, 2024
15 of 18 checks passed
Copy link
Contributor

@liquibot liquibot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot deleted the dependabot/maven/com.ing.data-cassandra-jdbc-wrapper-4.13.0 branch July 29, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant