Skip to content

Latest commit

 

History

History
201 lines (160 loc) · 17.6 KB

CHANGELOG.md

File metadata and controls

201 lines (160 loc) · 17.6 KB

Changelog

v2.0.0-rc3 (2024-06-22)

Full Changelog

Implemented enhancements:

  • Make java17 is the baseline #216

Merged pull requests:

Full Changelog

Full Changelog

Implemented enhancements:

  • Support jooq 3.19.* #174

Fixed bugs:

  • DataTypeMapper does not work correctly since jOOQ3.18 #235

v2.0.0-rc.1 (2024-03-16)

Full Changelog

Implemented enhancements:

  • Add DML shortcut #154

Full Changelog

v2.0.0-rc1 (2023-01-11)

Full Changelog

Breaking changes:

  • Move SQLResultAdapter is close to RowDecoder #115
  • Breaking change to jooqx v2 #101
  • JSON serialization SPI #12

Implemented enhancements:

  • Able to execute multiple statements in one connection #137
  • Add shortcut for fetchJsonObject/fetchJsonArray #133
  • Add shortcut for fetchOne/fetchMany/fetchExists/fetchCount into jooqx #129
  • Refactor code generation for rxify #103
  • Support SQL block #98
  • Support plain SQL #97
  • Support mutiny #83
  • Support Rx3 #82
  • Remove lombok dependency #65
  • Support DDL #51
  • Introduce jooqx SPI provider #49
  • Rxify for JooqxBuilder #38
  • Support plain JDBC in Vertx reactive mode #33
  • Support SQL Procedure #25
  • Integrate with RQL #8

Fixed bugs:

  • MySQL select count #124
  • Unable convert data by Select #107
  • Wrong jooqx-core-test-fixtures on Nexus #53

Closed issues:

  • vertx-junit5 > 4.2.5 always failed to open SQL connection #146

Merged pull requests:

Full Changelog

Closed issues:

  • Document & usage #24
  • Vertx gen to Rxify #18
  • Test with complex query that return join result to ensure VertxJooqRecord can handle #11
  • Add some useful basic SQL query as DAO function #10
  • Convert result from VertxJooqRecord to Table record or Table pojo #9
  • Support SQL transaction #7
  • Data type converter between Vertx SQL and jOOQ #6
  • Error handling #5
  • Support batch DML #3

Merged pull requests:

This Changelog was automatically generated by github_changelog_generator

* This Changelog was automatically generated by github_changelog_generator