Breaking changes
Note
Properties deprecated in v1.10.0 were removed in this release (#132).
If you're using properties decorator.datasource.flexy-pool.acquiring-strategy.*
, please migrate to the new namespace decorator.datasource.flexy-pool.acquisition-strategy.*
Improvements
- Migrate threshold to use Duration instead of seconds by @gavlyukovskiy in #130
- Add configuration property for 'excludecategories' by @gavlyukovskiy in #133
- Add note about concrete return type on custom datasource beans by @gavlyukovskiy in #134
Chores
- Make internal fields lowercase after accidental renaming by @gavlyukovskiy in #114
- Cleanup tracing related properties removed in 1.9.0 by @gavlyukovskiy in #131
- Bump net.ttddyy:datasource-proxy from 1.10 to 1.10.1 by @dependabot in #115
- Update Gradle Wrapper from 8.10 to 8.12.1 by @github-actions in #122
- Update Gradle Wrapper from 8.12.1 to 8.13 by @github-actions in #127
- Bump spring-boot from 3.3.5 to 3.4.0 by @dependabot in #117
- Bump spring-boot from 3.4.0 to 3.4.1 by @dependabot in #120
- Bump spring-boot from 3.4.1 to 3.4.2 by @dependabot in #123
- Bump spring-boot from 3.4.2 to 3.4.4 by @dependabot in #129
New Contributors
- @github-actions made their first contribution in #122
Full Changelog: v1.10.0...v1.11.0