-
Notifications
You must be signed in to change notification settings - Fork 14
v1.2 and v2.0 Release Notes
Tadaya Tsuyukubo edited this page Mar 19, 2026
·
1 revision
v1.2 and v2.0 are functionally equivalent releases.
-
v1.2targets Spring Boot3.x -
v2.0targets Spring Boot4.x
v2.0 is introduced to support Spring Boot 4.0 and later.
Datasource Micrometer now better supports Open Session in View (OSIV) by shortening the observation scope for JDBC connections. (#82)
Previously, when OSIV was enabled, the observation scope for a JDBC Connection could remain open due to delayed connection closing.
With this change, the observation scope for the connection is shortened so that long-lived connections (caused by OSIV) do not cause observations to extend beyond appropriate boundaries.