Skip to content

v2.7.1

Latest

Choose a tag to compare

@tomix26 tomix26 released this 19 Nov 19:26
· 1 commit to master since this release

Bugfix Release

This release fixes a critical issue in version 2.7.0 where the library failed at runtime with ClassNotFoundException: io.zonky.test.db.shaded.com.google.common.util.concurrent.internal.InternalFutureFailureAccess.

Fixed:

  • Fixed missing dependency issue that caused ClassNotFoundException (#310)

Changes from 2.7.0:

  • 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)