Releases: micrometer-metrics/micrometer
Releases · micrometer-metrics/micrometer
1.12.1
🐞 Bug Fixes
- Duplicate publishing of data if registry closes within one step #4357
🔨 Dependency Upgrades
- Bump com.gradle.enterprise from 3.15.1 to 3.16 #4481
- Bump com.tngtech.archunit:archunit-junit5 from 1.2.0 to 1.2.1 #4472
- Bump com.netflix.spectator:spectator-reg-atlas from 1.7.3 to 1.7.4 #4471
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.593 to 1.12.608 #4468
- Bump com.netflix.nebula:nebula-release-plugin from 18.0.4 to 18.0.8 #4466
- Bump software.amazon.awssdk:cloudwatch from 2.21.27 to 2.21.41 #4459
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.2.3 #4434
- Bump com.github.charithe:kafka-junit from 4.2.7 to 4.2.10 #4433
- Bump org.apache.maven:maven-resolver-provider from 3.9.5 to 3.9.6 #4431
- Bump com.signalfx.public:signalfx-java from 1.0.36 to 1.0.37 #4430
- Bump testcontainers from 1.19.2 to 1.19.3 #4428
- Bump ch.qos.logback:logback-classic from 1.2.12 to 1.2.13 #4427
- Bump maven-resolver from 1.9.16 to 1.9.18 #4426
- Bump com.netflix.spectator:spectator-reg-atlas from 1.7.2 to 1.7.3 #4401
- Bump software.amazon.awssdk:cloudwatch from 2.21.26 to 2.21.27 #4399
- Bump io.projectreactor:reactor-bom from 2022.0.12 to 2022.0.13 #4389
- Bump software.amazon.awssdk:cloudwatch from 2.21.20 to 2.21.26 #4385
- Bump spring from 5.3.30 to 5.3.31 #4384
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.586 to 1.12.592 #4376
- Bump uk.org.webcompere:system-stubs-jupiter from 2.1.4 to 2.1.5 #4371
- Bump spring-javaformat from 0.0.39 to 0.0.40 #4369
- Bump testcontainers from 1.19.1 to 1.19.2 #4366
- Bump org.apache.tomcat.embed:tomcat-embed-core from 8.5.95 to 8.5.96 #4361
📝 Tasks
- Sync ModifiedClassPathClassLoader from Spring Boot #4402
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.11.7
🐞 Bug Fixes
- Duplicate publishing of data if registry closes within one step #4357
🔨 Dependency Upgrades
- Bump com.gradle.enterprise from 3.15.1 to 3.16 #4480
- Bump dropwizard-metrics from 4.2.22 to 4.2.23 #4469
- Bump com.netflix.nebula:nebula-release-plugin from 18.0.4 to 18.0.8 #4467
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.593 to 1.12.608 #4461
- Bump ch.qos.logback:logback-classic from 1.2.12 to 1.2.13 #4452
- Bump org.apache.maven:maven-resolver-provider from 3.9.5 to 3.9.6 #4451
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.2.3 #4449
- Bump com.signalfx.public:signalfx-java from 1.0.36 to 1.0.37 #4448
- Bump maven-resolver from 1.9.16 to 1.9.18 #4447
- Bump com.github.charithe:kafka-junit from 4.2.7 to 4.2.10 #4446
- Bump testcontainers from 1.19.2 to 1.19.3 #4444
- Bump uk.org.webcompere:system-stubs-jupiter from 2.1.4 to 2.1.5 #4394
- Bump io.projectreactor:reactor-bom from 2020.0.37 to 2020.0.38 #4393
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.586 to 1.12.592 #4391
- Bump org.apache.tomcat.embed:tomcat-embed-core from 8.5.95 to 8.5.96 #4381
- Bump testcontainers from 1.19.1 to 1.19.2 #4380
- Bump spring-javaformat from 0.0.39 to 0.0.40 #4368
- Bump spring from 5.3.30 to 5.3.31 #4364
📝 Tasks
- Sync ModifiedClassPathClassLoader from Spring Boot #4402
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.12.0
⭐ New Features
- Support Jetty 12 in JettyConnectionMetrics #4324
- Support generational ZGC #4258
- Remove native-image.properties from micrometer-core #4245
- Add Observation instrumentation for Jakarta JMS #4007
- Move Jakarta JMS instrumentation to micrometer-jakarta9 #4201
- Add shortcut to assign dynamic tags to Meters #535
- Support new CSP auth method for Wavefront (AOA) #4054
- Add hasAnObservationWithAKeyValue() variant with KeyValue #4040
- Add xxxKeyValue() variants with KeyValue to ObservationContextAssert #4038
- Add a timestamp to Event in Observation #4032
- Dynatrace Registry: Export units and descriptions #3979
- Provide a way to make decisions based on the parent in ObservationPredicate #3678
- Add exemplar support to _count #3996
- Configurable base time unit for OTLP registry #3870
- Instrumentations for Apache HttpComponents do not meter errors and leak memory #3800
📔 Documentation
- Deprecate Apache HttpComponents 4.x instrumentation #3932
🐞 Bug Fixes
- [Dynatrace v2] Only serialize metadata when set on the meter #4247
- Async log4j2 log events are not counted accurately #2176
- log4j2 2.21.0 or later is required for this fix
- Transitive Guava dependency in Stackdriver module is causing build failures #4010
- HttpRequestTags depends on both jakarta and javax Servlet variants #3804
🔨 Dependency Upgrades
- [Dynatrace v2] Update to utils library v2 #4064
- Bump com.tngtech.archunit:archunit-junit5 from 1.1.0 to 1.2.0 #4348
- Bump org.mockito:mockito-core from 5.6.0 to 5.7.0 #4347
- Bump junit from 5.10.0 to 5.10.1 #4346
- Bump org.mongodb:mongodb-driver-sync from 4.11.0 to 4.11.1 #4345
- Bump dropwizard-metrics from 4.2.21 to 4.2.22 #4344
- Bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final #4343
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.573 to 1.12.586 #4342
- Bump org.junit.platform:junit-platform-launcher from 1.10.0 to 1.10.1 #4341
- Bump software.amazon.awssdk:cloudwatch from 2.21.7 to 2.21.20 #4340
- Bump com.netflix.spectator:spectator-reg-atlas from 1.7.0 to 1.7.2 #4339
- Bump io.javalin:javalin from 5.6.2 to 5.6.3 #4304
- Bump com.netflix.spectator:spectator-reg-atlas from 1.6.11 to 1.7.0 #4297
- Bump com.wavefront:wavefront-sdk-java from 3.4.2 to 3.4.3 #4296
- Bump activemq-artemis from 2.31.0 to 2.31.2 #4294
- Bump software.amazon.awssdk:cloudwatch from 2.21.5 to 2.21.7 #4281
- Bump com.google.cloud:google-cloud-monitoring from 3.29.0 to 3.30.0 #4280
- Bump org.apache.logging.log4j:log4j-core from 2.21.0 to 2.21.1 #4278
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.571 to 1.12.573 #4276
- Bump com.dynatrace.metric.util:dynatrace-metric-utils-java from 2.0.0 to 2.0.1 #4267
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.566 to 1.12.571 #4266
- Bump software.amazon.awssdk:cloudwatch from 2.21.1 to 2.21.5 #4265
- Bump jersey2 from 2.40 to 2.41 #4264
- Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.21.0 #4253
- Bump software.amazon.awssdk:cloudwatch from 2.21.0 to 2.21.1 #4252
- Bump io.micrometer:context-propagation to 1.1.0 #4244
- Bump io.projectreactor:reactor-bom from 2022.0.11 to 2022.0.12 #4241
- Bump com.wavefront:wavefront-sdk-java from 3.4.1 to 3.4.2 #4240
- Bump software.amazon.awssdk:cloudwatch from 2.20.162 to 2.21.0 #4239
- Bump dropwizard-metrics from 4.2.20 to 4.2.21 #4236
- Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3 #4231
- Bump com.signalfx.public:signalfx-java from 1.0.35 to 1.0.36 #4230
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.565 to 1.12.566 #4226
- Bump com.google.cloud:google-cloud-monitoring from 3.28.0 to 3.29.0 #4220
- Bump org.mongodb:mongodb-driver-sync from 4.10.2 to 4.11.0 #4216
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.11.6
🐞 Bug Fixes
- osgi-test artifact is no longer published but is still in the bom #4350
- PushMeterRegistry metrics lost on close if scheduled publish is in progress #3872
- Current step data is not published on shutdown when publishing is in progress #3846
🔨 Dependency Upgrades
- Bump uk.org.webcompere:system-stubs-jupiter from 2.1.3 to 2.1.4 #4338
- Bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final #4337
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.573 to 1.12.586 #4336
- Bump dropwizard-metrics from 4.2.21 to 4.2.22 #4335
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.571 to 1.12.573 #4275
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.566 to 1.12.571 #4268
- Pin io.micrometer:context-propagation to 1.0.6 #4243
- Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3 #4238
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.565 to 1.12.566 #4234
- Bump dropwizard-metrics from 4.2.20 to 4.2.21 #4233
- Bump com.signalfx.public:signalfx-java from 1.0.35 to 1.0.36 #4227
- Bump io.netty:netty-bom from 4.1.99.Final to 4.1.100.Final #4215
- Bump jetty from 9.4.52.v20230823 to 9.4.53.v20231009 #4214
- Bump org.apache.tomcat.embed:tomcat-embed-core from 8.5.93 to 8.5.94 #4213
- Bump io.projectreactor:reactor-bom from 2020.0.36 to 2020.0.37 #4212
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.10.13
🐞 Bug Fixes
- Add WARN message when OtlpMeterRegistry fails to publish metrics #4271
🔨 Dependency Upgrades
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.573 to 1.12.586 #4334
- Bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final #4333
- Bump uk.org.webcompere:system-stubs-jupiter from 2.1.3 to 2.1.4 #4332
- Bump dropwizard-metrics from 4.2.21 to 4.2.22 #4331
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.571 to 1.12.573 #4274
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.566 to 1.12.571 #4269
- Bump org.apache.tomcat.embed:tomcat-embed-core from 8.5.94 to 8.5.95 #4248
- Pin io.micrometer:context-propagation to 1.0.6 #4242
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.565 to 1.12.566 #4237
- Bump dropwizard-metrics from 4.2.20 to 4.2.21 #4235
- Bump com.signalfx.public:signalfx-java from 1.0.35 to 1.0.36 #4229
- Bump org.apache.tomcat.embed:tomcat-embed-core from 8.5.93 to 8.5.94 #4211
- Bump io.netty:netty-bom from 4.1.99.Final to 4.1.100.Final #4210
- Bump jetty from 9.4.52.v20230823 to 9.4.53.v20231009 #4209
- Bump io.projectreactor:reactor-bom from 2020.0.36 to 2020.0.37 #4208
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.9.17
🔨 Dependency Upgrades
- Bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final #4330
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.573 to 1.12.586 #4329
- Bump dropwizard-metrics from 4.2.21 to 4.2.22 #4328
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.571 to 1.12.573 #4279
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.566 to 1.12.571 #4270
- Bump org.apache.tomcat.embed:tomcat-embed-core from 8.5.94 to 8.5.95 #4250
- Bump com.signalfx.public:signalfx-java from 1.0.35 to 1.0.36 #4232
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.565 to 1.12.566 #4228
- Bump dropwizard-metrics from 4.2.20 to 4.2.21 #4225
- Bump jetty from 9.4.52.v20230823 to 9.4.53.v20231009 #4207
- Bump org.apache.tomcat.embed:tomcat-embed-core from 8.5.93 to 8.5.94 #4206
- Bump io.projectreactor:reactor-bom from 2020.0.36 to 2020.0.37 #4205
- Bump io.netty:netty-bom from 4.1.99.Final to 4.1.100.Final #4204
1.12.0-RC1
⭐ New Features
- Move Jakarta JMS instrumentation to micrometer-jakarta9 #4201
- Add shortcut to assign dynamic tags to Meters #535
- [Dynatrace v2] Update to utils library v2 #4064
- Support new CSP auth method for Wavefront (AOA) #4054
🐞 Bug Fixes
- ObservationRegistry.NOOP is null #4096
- ConcurrentModificationException on Observation$Context.computeIfAbsent #3874
🔨 Dependency Upgrades
- Upgrade to context-propagation 1.1.0-RC1 #4200
- Bump software.amazon.awssdk:cloudwatch from 2.20.161 to 2.20.162 #4197
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.564 to 1.12.565 #4193
- Bump org.mockito:mockito-core from 5.5.0 to 5.6.0 #4192
- Bump org.hsqldb:hsqldb from 2.5.2 to 2.7.2 #4184
- Bump com.google.auth:google-auth-library-oauth2-http from 1.16.1 to 1.20.0 #4183
- Bump org.aspectj:aspectjweaver from 1.8.14 to 1.9.20.1 #4182
- Bump com.google.cloud:google-cloud-monitoring from 3.15.0 to 3.28.0 #4162
- Bump org.junit.platform:junit-platform-launcher from 1.9.3 to 1.10.0 #4159
- Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 #4120
- Bump org.jsr107.ri:cache-ri-impl from 1.0.0 to 1.1.1 #4118
- Bump dagger from 2.11 to 2.48.1 #4114
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.11.5
🐞 Bug Fixes
- ObservationRegistry.NOOP is null #4096
- ConcurrentModificationException on Observation$Context.computeIfAbsent #3874
🔨 Dependency Upgrades
- Bump com.netflix.spectator:spectator-reg-atlas from 1.6.10 to 1.6.11 #4196
- Bump software.amazon.awssdk:cloudwatch from 2.20.161 to 2.20.162 #4191
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.564 to 1.12.565 #4190
- Bump org.apache.felix:org.apache.felix.scr from 2.2.2 to 2.2.6 #4168
- Bump com.fasterxml.jackson.core:jackson-databind from 2.15.0 to 2.15.2 #4151
- Bump software.amazon.awssdk:cloudwatch from 2.20.143 to 2.20.161 #4149
- Bump org.apache.maven:maven-resolver-provider from 3.9.1 to 3.9.5 #4122
- Bump maven-resolver from 1.9.7 to 1.9.16 #4112
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.10.12
🐞 Bug Fixes
- ObservationRegistry.NOOP is null #4096
- ConcurrentModificationException on Observation$Context.computeIfAbsent #3874
🔨 Dependency Upgrades
- Upgrade to context-propagation 1.0.6 #4199
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.564 to 1.12.565 #4189
- Bump org.postgresql:postgresql from 42.5.0 to 42.5.4 #4177
- Bump org.jetbrains.kotlin.jvm from 1.7.21 to 1.7.22 #4175
- Bump com.fasterxml.jackson.core:jackson-databind from 2.14.2 to 2.14.3 #4148
- Bump org.apache.tomcat.embed:tomcat-embed-core from 8.5.82 to 8.5.93 #4141
- Bump jetty from 9.4.49.v20220914 to 9.4.52.v20230823 #4139
- Bump org.hibernate:hibernate-entitymanager from 5.6.12.Final to 5.6.15.Final #4134
- Bump com.squareup.okhttp3:okhttp from 5.0.0-alpha.10 to 5.0.0-alpha.11 #4133
- Bump com.signalfx.public:signalfx-java from 1.0.34 to 1.0.35 #4129
- Bump dropwizard-metrics from 4.2.19 to 4.2.20 #4128
- Bump com.github.charithe:kafka-junit from 4.2.1 to 4.2.7 #4119
- Bump org.ehcache:ehcache from 3.10.2 to 3.10.8 #4115
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.9.16
🔨 Dependency Upgrades
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.564 to 1.12.565 #4188
- Bump io.netty:netty-bom from 4.1.97.Final to 4.1.99.Final #4174
- Bump org.apache.httpcomponents:httpclient from 4.5.13 to 4.5.14 #4173
- Bump io.rest-assured:rest-assured from 5.3.0 to 5.3.2 #4172
- Bump io.projectreactor:reactor-bom from 2020.0.35 to 2020.0.36 #4171
- Bump jetty from 9.4.48.v20220622 to 9.4.52.v20230823 #4169
- Bump org.jooq:jooq from 3.14.15 to 3.14.16 #4166
- Bump com.github.charithe:kafka-junit from 4.2.1 to 4.2.7 #4165
- Bump org.apache.tomcat.embed:tomcat-embed-core from 8.5.78 to 8.5.93 #4164
- Bump spring from 5.3.29 to 5.3.30 #4163
- Bump com.signalfx.public:signalfx-java from 1.0.34 to 1.0.35 #4161
- Bump maven-resolver from 1.8.1 to 1.8.2 #4160
- Bump org.ehcache:ehcache from 3.10.0 to 3.10.8 #4153
- Bump org.hibernate:hibernate-entitymanager from 5.6.8.Final to 5.6.15.Final #4150
- Bump com.fasterxml.jackson.core:jackson-databind from 2.13.2.2 to 2.13.5 #4145
- Bump com.hazelcast:hazelcast from 3.12.12 to 3.12.13 #4142
- Bump io.javalin:javalin from 4.5.0.RC0 to 4.5.0 #4136
- Bump dropwizard-metrics from 4.2.19 to 4.2.20 #4135
- Bump com.squareup.okhttp3:okhttp from 5.0.0-alpha.6 to 5.0.0-alpha.11 #4132
- Bump kafka from 2.8.1 to 2.8.2 #4131
- Bump org.apache.maven:maven-resolver-provider from 3.8.6 to 3.8.8 #4130
- Bump testcontainers from 1.19.0 to 1.19.1 #4127
- Bump com.h2database:h2 from 2.2.222 to 2.2.224 #4124
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.546 to 1.12.564 #4123
- Bump uk.org.webcompere:system-stubs-jupiter from 2.0.2 to 2.0.3 #4116
- Bump org.postgresql:postgresql from 42.3.3 to 42.3.8 #4113
- Bump com.gradle.enterprise from 3.14.1 to 3.15 #4090
❤️ Contributors
Thank you to all the contributors who worked on this release: