Skip to content

Commit

Permalink
Prepare release 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevw committed Jul 27, 2024
1 parent 9a19fbe commit e84c147
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [4.13.0] - 2024-07-27
### Added
- Add support for switching execution profiles.
- Add implementation for the methods `CassandraResultSet.getArray(int | String)` (see PR
Expand All @@ -16,7 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
PR [#69](https://github.com/ing-bank/cassandra-jdbc-wrapper/pull/69)).
### Changed
- Update Java Driver for Apache Cassandra® to version 4.18.1.
- Update Jackson dependencies to version 2.17.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](https://github.com/ing-bank/cassandra-jdbc-wrapper/pull/58)).
- Refactor handling of user-defined types and tuples in `CassandraResultSet.getObject(int | String)` (see PR
Expand Down Expand Up @@ -293,6 +294,7 @@ For this version, the changelog lists the main changes comparatively to the late
- Fix logs in `CassandraConnection` constructor.

[original project]: https://github.com/adejanovski/cassandra-jdbc-wrapper/
[4.13.0]: https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.12.0...v4.13.0
[4.12.0]: https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.11.1...v4.12.0
[4.11.1]: https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.11.0...v4.11.1
[4.11.0]: https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.10.2...v4.11.0
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.ing.data</groupId>
<artifactId>cassandra-jdbc-wrapper</artifactId>
<version>4.12.0</version>
<version>4.13.0</version>
<packaging>jar</packaging>

<name>Cassandra JDBC Wrapper</name>
Expand Down Expand Up @@ -118,20 +118,20 @@
<cassandra-driver-krb5.version>3.0.0</cassandra-driver-krb5.version>
<commons-collections.version>4.4</commons-collections.version>
<commons-io.version>2.16.1</commons-io.version>
<commons-lang3.version>3.14.0</commons-lang3.version>
<commons-lang3.version>3.15.0</commons-lang3.version>
<java.driver.version>4.18.1</java.driver.version>
<jackson.version>2.17.1</jackson.version>
<jackson.version>2.17.2</jackson.version>
<javax-jsr305.version>3.0.2</javax-jsr305.version>
<semver4j.version>5.3.0</semver4j.version>
<!-- Versions for test dependencies -->
<hamcrest.version>2.2</hamcrest.version>
<junit5.version>5.10.2</junit5.version>
<junit-platform.version>1.10.2</junit-platform.version>
<lombok.version>1.18.32</lombok.version>
<junit5.version>5.10.3</junit5.version>
<junit-platform.version>1.10.3</junit-platform.version>
<lombok.version>1.18.34</lombok.version>
<mockito.version>3.12.4</mockito.version>
<slf4j.version>1.7.36</slf4j.version>
<testcontainers.version>1.19.8</testcontainers.version>
<astra-sdk.version>1.2.7</astra-sdk.version>
<testcontainers.version>1.20.0</testcontainers.version>
<astra-sdk.version>1.2.8</astra-sdk.version>
<!-- Versions for plugins -->
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
<maven-clean-plugin.version>3.3.2</maven-clean-plugin.version>
Expand Down

0 comments on commit e84c147

Please sign in to comment.