Skip to content

Releases: spring-projects/spring-data-r2dbc

1.3.4

12 Aug 09:39
04e98bc
Compare
Choose a tag to compare

📗 Links

🪲 Bug Fixes

  • Cannot retrieve simple type from ReactiveCrudRepository query method #612

📔 Documentation

  • Clarify that @Modifying should be omitted for DELETE FROM ... RETURNING ... @Query's #629

1.2.12

12 Aug 08:38
843e2f8
Compare
Choose a tag to compare

📗 Links

📔 Documentation

  • Clarify that @Modifying should be omitted for DELETE FROM ... RETURNING ... @Query's #629

1.4.0-M1

16 Jul 12:22
0d77fb5
Compare
Choose a tag to compare
1.4.0-M1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Introduce OutboundRow.clone() method #620

🪲 Bug Fixes

  • Dynamic projection skipped if projection type not already registered with MappingContext #607
  • Saving Enum-typed Collection-like properties set to null are not translated to String[] #593
  • Entity callbacks not fired for String-based queries or named query methods #591
  • MySQL dialect converts all byte properties to boolean #589
  • PreparedOperationBindableQuery.bindNull(…) calls GenericExecuteSpec.bind(…) instead of bindNull(…) #587
  • Custom converter for constructor creation no longer applied #585
  • Spring R2DBC should support camel case columns in Postgresql out of the box or should provide configuration for supporting it. #483

📔 Documentation

  • Document default NamingStrategy and explain configuration options #616

🔨 Dependency Upgrades

  • Upgrade to R2DBC Arabba SR10 #597
  • Upgrade to MySQL 8.0 for testing #594

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

1.3.3

16 Jul 09:52
c448459
Compare
Choose a tag to compare

📗 Links

📔 Documentation

  • Document default NamingStrategy and explain configuration options #616

1.2.11

16 Jul 08:46
1c7fdf6
Compare
Choose a tag to compare

📗 Links

📔 Documentation

  • Document default NamingStrategy and explain configuration options #616

1.3.2

22 Jun 14:05
0f04112
Compare
Choose a tag to compare

📗 Links

🪲 Bug Fixes

  • Dynamic projection skipped if projection type not already registered with MappingContext #607
  • MySQL dialect converts all byte properties to boolean #589
  • Spring R2DBC should support camel case columns in Postgresql out of the box or should provide configuration for supporting it. #483

1.2.10

22 Jun 13:29
b8dd7f2
Compare
Choose a tag to compare

📗 Links

🪲 Bug Fixes

  • Dynamic projection skipped if projection type not already registered with MappingContext #607
  • MySQL dialect converts all byte properties to boolean #589
  • Spring R2DBC should support camel case columns in Postgresql out of the box or should provide configuration for supporting it. #483

1.3.1

14 May 10:36
e389bb5
Compare
Choose a tag to compare

📗 Links

🪲 Bug Fixes

  • Saving Enum-typed Collection-like properties set to null are not translated to String[] #593
  • PreparedOperationBindableQuery.bindNull(…) calls GenericExecuteSpec.bind(…) instead of bindNull(…) #587
  • Custom converter for constructor creation no longer applied #585

🔨 Dependency Upgrades

  • Upgrade to R2DBC Arabba SR10 #597
  • Upgrade to MySQL 8.0 for testing #594

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

1.2.9

14 May 10:05
f902c9f
Compare
Choose a tag to compare

📗 Links

🪲 Bug Fixes

  • Saving Enum-typed Collection-like properties set to null are not translated to String[] #593
  • PreparedOperationBindableQuery.bindNull(…) calls GenericExecuteSpec.bind(…) instead of bindNull(…) #587
  • Custom converter for constructor creation no longer applied #585

🔨 Dependency Upgrades

  • Upgrade to R2DBC Arabba SR10 #597
  • Upgrade to MySQL 8.0 for testing #594

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

1.3.0

14 Apr 12:37
ad749c7
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Add r2dbc-postgresql Interval to simple types #573

📔 Documentation

  • Include Entity-state detection documentation snipped from Commons #579