Skip to content

Commit 78a7213

Browse files
committed
updated readme
1 parent cb56572 commit 78a7213

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@ A [jOOQ](http://www.jooq.org/)-CodeGenerator to create [vertx](http://vertx.io/)
33
Perform all CRUD-operations asynchronously and convert your POJOs from/into a `io.vertx.core.json.JsonObject` using the API and
44
driver of your choice.
55

6-
## latest release 6.5.4
7-
8-
- Add modules for [mutiny-API](https://github.com/jklingsporn/vertx-jooq/issues/197)!
9-
- Fix [Reactive QueryExecutor transaction rollback fails to close connection](https://github.com/jklingsporn/vertx-jooq/issues/197).
10-
- Make `commit()` and `rollback()` return a failed `Future` / `Completable` instead of throwing an `Exception` in case of failure
11-
for the reactive QueryExecutors.
12-
- Fix insertReturning with MySQL-Reactive driver for Mutiny and RXJava-APIs.
13-
- Fix parameter binding issues for the reactive drivers.
14-
- Fix string primary key with reactive mysql [#203](https://github.com/jklingsporn/vertx-jooq/issues/203)
15-
- Fix Invalid JSON object: null [#206](https://github.com/jklingsporn/vertx-jooq/issues/206)
6+
## latest release 6.5.5
7+
8+
- Fix Use enum literal instead of toString for datatype conversion [#209](https://github.com/jklingsporn/vertx-jooq/issues/209)
9+
- Update to jooq 3.17.3
10+
- Update to vertx 4.3.3
11+
- Update mutiny dependencies
12+
- Update rx dependencies
1613

1714

1815
## different needs, different apis

0 commit comments

Comments
 (0)