Skip to content

Commit

Permalink
Prepare for release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkasimovskiy committed Nov 16, 2023
1 parent 969a90b commit 060b995
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Ivan Bannikov
Ivan Sopov
Dmitry Voronkov
anatennis
Nikolay Belonogov
valery1707

NOTE: If you can commit a change to this list, please do not hesitate
to add your name to it.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

## [Unreleased]

### Bugfixes

- Fix Instant converter to parse 8 bytes datetime ([#408](https://github.com/tarantool/cartridge-java/issues/408))
- Fix infinite loop when retrying to get a connection ([#440](https://github.com/tarantool/cartridge-java/issues/440))
## [0.13.0] - 2023-11-16

### Internal and API changes

Expand All @@ -15,6 +12,11 @@
- Change using of proxy client parameters (`mode`, `rollback_on_error`, `stop_on_error`) with enum classes ([#419](https://github.com/tarantool/cartridge-java/issues/419))
- Change using of option names with the String type in the internal API to using with the ProxyOption enum class ([#420](https://github.com/tarantool/cartridge-java/issues/420))

### Bugfixes

- Fix Instant converter to parse 8 bytes datetime ([#408](https://github.com/tarantool/cartridge-java/issues/408))
- Fix infinite loop when retrying to get a connection ([#440](https://github.com/tarantool/cartridge-java/issues/440))

## [0.12.1] - 2023-08-04

### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you use this code in another project don't forget to add a `cartridge-driver`
<dependency>
<groupId>io.tarantool</groupId>
<artifactId>cartridge-driver</artifactId>
<version>0.12.1</version>
<version>0.13.0</version>
</dependency>
```
## Advanced usage
Expand Down

0 comments on commit 060b995

Please sign in to comment.