diff --git a/README.md b/README.md index 4d176a40..ed53cdd4 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,13 @@ A [jOOQ](http://www.jooq.org/)-CodeGenerator to create [vertx](http://vertx.io/) Perform all CRUD-operations asynchronously and convert your POJOs from/into a `io.vertx.core.json.JsonObject` using the API and driver of your choice. -## latest release 6.5.4 - -- Add modules for [mutiny-API](https://github.com/jklingsporn/vertx-jooq/issues/197)! -- Fix [Reactive QueryExecutor transaction rollback fails to close connection](https://github.com/jklingsporn/vertx-jooq/issues/197). -- Make `commit()` and `rollback()` return a failed `Future` / `Completable` instead of throwing an `Exception` in case of failure -for the reactive QueryExecutors. -- Fix insertReturning with MySQL-Reactive driver for Mutiny and RXJava-APIs. -- Fix parameter binding issues for the reactive drivers. -- Fix string primary key with reactive mysql [#203](https://github.com/jklingsporn/vertx-jooq/issues/203) -- Fix Invalid JSON object: null [#206](https://github.com/jklingsporn/vertx-jooq/issues/206) +## latest release 6.5.5 + +- Fix Use enum literal instead of toString for datatype conversion [#209](https://github.com/jklingsporn/vertx-jooq/issues/209) +- Update to jooq 3.17.3 +- Update to vertx 4.3.3 +- Update mutiny dependencies +- Update rx dependencies ## different needs, different apis