-
Notifications
You must be signed in to change notification settings - Fork 9
/
CHANGELOG
50 lines (39 loc) · 1.13 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Datasource Micrometer Changelog
================================
1.0.6
------------------
* Upgrade to datasource-proxy 1.10.1 (#52)
1.0.5
------------------
* Ensure to always populate datasource in the connection context #44
1.0.4
------------------
* Upgrade to datasource-proxy 1.10 #42
* Fix NPE for DataSource#getConnection failure #40
1.0.3
------------------
* Upgrade dependencies #32
* NPE in DataSourceObservationListener #22
* Populate QueryContext with the list of queries before creating observation #19
1.0.2
------------------
* Fix "jdbc.includes" to control observation creation #15
1.0.1
------------------
* Flatten the producing pom #11
* Always create an observation for ResultSet #9
1.0.0
------------------
* Upgrade Spring Boot 3.0.0
* Upgrade Micrometer Bom 1.10.2
* Upgrade datasource-proxy 1.8.1
1.0.0.RC1
------------------
* Fix query param writing for no params #7
* Use database catalog name as datasource name #8
* Apply micrometer name change - DocumentedObservation to ObservationDocumentation
* Upgrade micrometer bom to 1.10.0-RC1
* Upgrade Spring Boot to 3.0.0-RC1
1.0.0.M1
------------------
* Inception