Skip to content

Releases: chenggangpro/reactive-mybatis-support

v3.0.6

06 Feb 08:33
Compare
Choose a tag to compare

Refactor

  • Refactor R2dbcDatabaseIdProvider
  • Throw helpful error instead of IndexOutOfBoundsException when there are not enough columns for constructor auto-mapping
  • Add configuration customizer to generator
  • Add evictionListener and removalListener to Placeholder Cache

Dependency

  • Update mybatis to 3.5.19
  • Update byte-buddy to 1.15.11

v2.0.3

06 Feb 08:31
Compare
Choose a tag to compare

Refactor

  • Refactor R2dbcDatabaseIdProvider
  • Throw helpful error instead of IndexOutOfBoundsException when there are not enough columns for constructor auto-mapping
  • Add configuration customizer to generator
  • Add evictionListener and removalListener to Placeholder Cache

Dependency

  • Update mybatis to 3.5.19

v3.0.5

07 Nov 08:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4.RELEASE.20240612...v3.0.5.RELEASE.20241107

v2.0.2

07 Nov 08:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1.RELEASE.20240612...v2.0.2.RELEASE.20241107

v3.0.4

12 Jun 03:59
Compare
Choose a tag to compare
    1. fix annotation import error in GeneratedModelCustomizer

Full Changelog: v3.0.3.RELEASE.20240520...v3.0.4.RELEASE.20240612

v2.0.1

12 Jun 03:59
Compare
Choose a tag to compare
    1. Add R2dbcAutoConfiguration into AutoConfigureBefore Configuration #156
    1. fix annotation import error in GeneratedModelCustomizer

Full Changelog: v2.0.0.RELEASE.20240125...v2.0.1.RELEASE.20240612

v3.0.3

20 May 09:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2.RELEASE.20240515...v3.0.3.RELEASE.20240520

v3.0.2

15 May 03:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1.RELEASE.20240411...v3.0.2.RELEASE.20240515

v3.0.1

11 Apr 09:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0.RELEASE.20240125...v3.0.1.RELEASE.20240411

v3.0.0

25 Jan 09:43
Compare
Choose a tag to compare

Feature

  • Compatible with r2dbc-spi(1.0.0.RELEASE).
  • Support IN/OUT/INOUT parameters of r2dbc-spi.
  • Support dynamic database routing with spring boot.
  • Update result handler process behaviour.
  • Update spring-boot to 3.x.x baseline.

Bug fixed

  • fix mapper interface with@Repository error in mybatis-r2dbc-mybatis.
  • catch up mybatis's fixed bug PR.
  • other optimizations.