File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,13 @@ A [jOOQ](http://www.jooq.org/)-CodeGenerator to create [vertx](http://vertx.io/)
33Perform all CRUD-operations asynchronously and convert your POJOs from/into a ` io.vertx.core.json.JsonObject ` using the API and
44driver 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
You can’t perform that action at this time.
0 commit comments