Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jklingsporn committed Aug 25, 2022
1 parent cb56572 commit 78a7213
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78a7213

Please sign in to comment.