Skip to content

v.1.10.0

Latest
Compare
Choose a tag to compare
@gavlyukovskiy gavlyukovskiy released this 08 Nov 19:48
· 2 commits to master since this release
d1aca35

Breaking Changes

FlexyPool has been updated from version 2.2.3 to 3.0.2, introducing some class renamings (details: vladmihalcea/flexy-pool#73).

Key Impacts:

  1. Application Properties:
    If your application uses application.properties (.yaml) to configure FlexyPool (decorator.datasource.flexy-pool.*), note that some properties have been renamed.
    However, the old property names remain functional and will continue to work at least until the next minor release (1.11.0).
  2. Direct Class Usage:
    If your application references FlexyPool property classes or uses custom factories directly, code migration is required to align with the new class names.

What's Changed

New Contributors

Full Changelog: v1.9.2...v1.10.0