Skip to content

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

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

1.6.2

13 Jul 23:28
Compare
Choose a tag to compare
Rewrite remote to use GITHUB_TOKEN