Skip to content

v2.7.0

Choose a tag to compare

@tomix26 tomix26 released this 14 Nov 23:41
· 28 commits to master since this release
58e8868

⚠️ Important Notice

This version contains a critical bug and should not be used. Please upgrade to version 2.7.1.

The library fails at runtime with ClassNotFoundException for InternalFutureFailureAccess due to a missing dependency. This has been fixed in version 2.7.1.

See issue #310 for details.


Changes:

  • Added support for Spring Framework 7 (#298)
  • Added support for database initialization using SQL scripts (#275)
  • Fixed connection closing issue when using JDBC streams with try-with-resources (#301)
  • Added support for advanced PostgreSQL configuration via data directory customizer (#307)
    • Can be used to configure shared_preload_libraries for extensions (#235)
    • Can be used to set database timezone and other server settings (#233)