Skip to content

Releases: chenggangpro/reactive-mybatis-support

v1.2.0.RELEASE

19 Jul 03:08

Choose a tag to compare

Feature

  • Adapted to spring-boot 2.7.x #80
  • Update ConnectionPoolConfiguration's configurable properties #80

Dependency Upgrades

  • Spring Boot upgrade to 2.7.1 #76
  • Reactor Bom upgrade to 2020.0.21 #78
  • byte-buddy upgrade to 1.12.12 #77

v1.1.2.RELEASE

19 Jul 03:04

Choose a tag to compare

Dependency Upgrades

  • Spring Boot upgrade to 2.6.9 #79
  • Reactor Bom upgrade to 2020.0.21 #79
  • byte-buddy upgrade to 1.12.12 #79

v1.1.1.RELEASE

26 May 09:23

Choose a tag to compare

Feature

  • Add support about Argument name based constructor auto-mapping #66

Dependency Upgrades

  • Spring Boot upgrade to 2.6.8
  • Mybatis upgrade to 3.5.10 #65
  • Reactor Bom upgrade to 2020.0.19 #62

v1.1.0.RELEASE

03 May 05:03

Choose a tag to compare

Optimization

  • Check the keyColumn settings when using useGeneratedKeys="true" #56

Dependency Upgrades

  • Byte Buddy upgrade to 1.12.10 #57

Bug fix

  • fix: execute many rollback implementation error #58
  • fix: the bug of inconsistency between the returned results and handled results #58

v1.0.9.RELEASE

25 Apr 10:57

Choose a tag to compare

Optimization

  • Using caffeine cache to refactor sql dialect placeholder

Dependency Upgrades

  • Reactor upgrade to 2020.0.18
  • Spring Boot upgrade to 2.6.7

v1.0.8.RELEASE

27 Mar 02:35

Choose a tag to compare

Optimization

  • adapt mybatis-r2dbc-generator with mybatis-dynamic-sql(1.4.0) and mybatis-generator(1.4.1)

Dependency Upgrades

  • R2DBC upgrade to Arabba-SR13
  • Reactor upgrade to 2020.0.17
  • Mybatis Dynamic Sql upgrade to 1.4.0
  • Spring Boot upgrade to 2.6.5
  • Mybatis Generator Core upgrade to 1.4.1
  • Byte Buddy upgrade to 1.12.8

v1.0.7.RELEASE

10 Feb 10:55

Choose a tag to compare

Bug fix

  • Filter out null values when the query returns a null record

v1.0.6.RELEASE

10 Feb 05:07

Choose a tag to compare

Optimization

  • mybatis-r2dbc-generator remove generated unused import Mybatis3Utils

Bug fix

  • fix placeholder formatter cached key conflict with different sql

v1.0.5.RELEASE

09 Feb 08:12

Choose a tag to compare

Optimization

  • add placeholder dialect to adapt placeholders for different r2dbc drivers

v1.0.4.RELEASE

28 Jan 06:26

Choose a tag to compare

Optimization

  • Enriching the original mybatis-spring configuration properties
  • reformat code and java doc