Skip to content

Releases: gavlyukovskiy/spring-boot-data-source-decorator

v.1.10.0

08 Nov 19:48
d1aca35
Compare
Choose a tag to compare

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

v1.9.2

24 Aug 23:02
Compare
Choose a tag to compare

What's Changed

Chores

Full Changelog: v1.9.1...v1.9.2

v1.9.1

02 Dec 00:12
Compare
Choose a tag to compare

What's Changed

  • Explicitly mention the latest Spring Boot 2 compatible version by @scordio in #92
  • Add a new configuration that will format the SQL by @rvullriede in #89

New Contributors

Full Changelog: 1.9.0...v1.9.1

1.9.0

09 Feb 21:25
Compare
Choose a tag to compare

⭐ New Features

  • #77 Spring Boot 3 Support

🐞 Bug fixes

  • none

1.8.1

15 Sep 10:30
5f8fb26
Compare
Choose a tag to compare

⭐ New Features

  • #73 Optional decoration of AbstractRoutingDataSource

🐞 Bug fixes

  • none

1.8.0

19 Dec 20:33
Compare
Choose a tag to compare

⭐ New Features

  • Delegation of instrumentation to Spring Cloud Sleuth when both are on classpath
  • #65 Add support for @DataJpaTest

🐞 Bug fixes

  • #61 DataSource decorator with HikariDataSourcePoolMetadata
  • #64 BeanDefinitionOverrideException using sleuth-3.1.0-RC1

1.7.1

05 Apr 16:43
Compare
Choose a tag to compare

⭐ New Features

  • #59 Set the dataSourceName as remoteServiceName in TracingListenerStrategy

🐞 Bug fixes

  • none

1.7.0

15 Mar 22:58
Compare
Choose a tag to compare

⭐ New Features

  • #56 Compatibility with Spring Boot 2.4 and Spring Cloud Sleuth 3.x - thanks to @chadlwilson

🐞 Bug fixes

  • none

1.6.4

14 Mar 11:15
Compare
Choose a tag to compare

⭐ New Features

  • none

🐞 Bug fixes

  • #55 ClassNotFoundException: com.p6spy.engine.spy.appender.FormattedLogger after update to 1.6.3

1.6.3

10 Jan 13:26
9970845
Compare
Choose a tag to compare