schemacrawler / SchemaCrawler

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

Bump com.ing.data:cassandra-jdbc-wrapper from 4.8.0 to 4.10.2 #1327

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps com.ing.data:cassandra-jdbc-wrapper from 4.8.0 to 4.10.2.

Release notes

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

4.10.2

See changes here.

4.10.1

See changes here.

4.10.0

See changes here.

4.9.1

See changes here.

4.9.0

See changes here.

Changelog

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

[4.10.2] - 2023-11-01

Fixed

  • Fix issue #33 to handle VARBINARY and LONGVARBINARY types with either ByteArrayInputStream or byte[] in the methods CassandraPreparedStatement.setObject().
  • Fix issue #35: configuration of the local datacenter using the one from the configuration file when such a file is used.

[4.10.1] - 2023-10-07

Changed

  • Update Apache Commons IO to version 2.14.0.
  • Harmonize logging.

Fixed

  • Fix multiple issues related to the method findColumn(String) of CassandraResultSet and CassandraMetadataResultSet:
    • Fix issue #31 to return a 1-based index value.
    • Return a result even if there's no row in the result set but the column exist in the statement.
    • Fix the exception thrown by the method when the given column name does not exist in the result set (was an IllegalArgumentException instead of an SQLException.

[4.10.0] - 2023-09-30

Added

  • Add support for new vector CQL type defined in CEP-30. Also see PR #27.
  • Implement the method getWarnings() in CassandraResultSet.
  • Implement the following methods of CassandraDatabaseMetaData: getBestRowIdentifier(String, String, String, int, boolean) and getAttributes(String, String, String, String).

Changed

  • Update DataStax Java Driver for Apache Cassandra® to version 4.17.0.
  • Update Apache Commons IO to version 2.13.0.
  • Update Apache Commons Lang to version 3.13.0.
  • Update Jackson dependencies to version 2.15.2.
  • Packages refactoring: utility classes, types and database metadata management have been moved to dedicated packages.

Removed

  • Remove the legacy package org.apache.cassandra2.cql.jdbc: only com.ing.data.cassandra.jdbc.CassandraDriver should be used now as java.sql.Driver implementation.

[4.9.1] - 2023-09-03

Fixed

  • Fix issue #25 causing failure when running with Liquibase. The fix includes several changes:
    • fixes result sets and statements closing.
    • introduces a new behaviour in Liquibase compliance mode to run multiple queries in the same statement synchronously (by default, they are executed asynchronously).
    • returns the schema name instead of null when the method CassandraConnection.getCatalog() is called in Liquibase compliance mode.
    • does not throw SQLFeatureNotSupportedException when CassandraConnection.rollback() is called in Liquibase compliance mode.

... (truncated)

Commits
  • 71546e6 Fix issues #33 and #35
  • 5f9fda7 Merge branch 'release/next'
  • 0e20066 Prepare version 4.10.1
  • c1d6329 Fix multiple issues related to the method findColumn(String) in ResultSets
  • 9cc93b3 Fix issue #25 (#26)
  • 137bd42 JDBC ResultSet should count columns from 1 and not 0 (#32)
  • b07d136 Prepare version 4.10.0
  • 20a2264 Prepare version 4.10.0
  • 7b4c5b8 Fix Vector Support and add Samples for DBaas and Dse (#27)
  • 99ade34 Implement CassandraDatabaseMetaData.getAttributes()
  • 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 10 months ago

The following labels could not be found: dependencies.

dependabot[bot] commented 9 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.