Releases: micronaut-projects/micronaut-micrometer
Releases · micronaut-projects/micronaut-micrometer
Micronaut Micrometer 4.7.2
What's Changed
Dependency Upgrades 🚀
- fix(deps): update dependency io.dropwizard.metrics:metrics-core to v4.2.15 (#479)
- fix(deps): update managed-micrometer to v1.10.3 (#484)
Docs 📖
Build 🐘
Full Changelog: v4.7.1...v4.7.2
Micronaut Micrometer 4.7.1
Micronaut Micrometer 4.7.0
What's Changed
Dependency updates 🚀
- build: Micronaut 3.7.5
- fix(deps): update dependency io.grpc:grpc-api to v1.51.1 (#477)
- fix(deps): update dependency io.dropwizard.metrics:metrics-core to v4.2.13 (#468)
🐘 Build
- build: Micronaut Build Plugin to 5.3.16
- chore(deps): update dependency gradle to v7.6 (#471)
⚙️ CI
- chore(deps): update mikepenz/action-junit-report action to v3.7.0 (#475)
- chore(deps): update slsa-framework/slsa-github-generator action to v1.4.0 (#474)
Full Changelog: v4.6.1...v4.7.0
Micronaut Micrometer 4.6.1
What's Changed
Dependency updates 🚀
- fix(deps): update dependency io.micronaut.serde:micronaut-serde-jackson to v1.3.2 by @renovate in #445
- fix(deps): update dependency org.codehaus.groovy:groovy-json to v3.0.13 by @renovate in #450
- fix(deps): update managed-micrometer to v1.9.4 by @renovate in #449
- fix(deps): update micronaut to v3.6.3 by @renovate in #446
- fix(deps): update dependency io.dropwizard.metrics:metrics-core to v4.2.12 by @renovate in #447
CI ⚙️
Full Changelog: v4.6.0...v4.6.1
Micronaut Micrometer 4.6.0
What's Changed
Docs 📖
Dependency updates 🚀
- fix(deps): update dependency io.grpc:grpc-api to v1.49.0 by @renovate in #443
- fix(deps): update micronaut to v3.6.1 by @renovate in #440
CI ⚙️
New Contributors
Full Changelog: v4.5.0...v4.6.0
Micronaut Micrometer 4.4.0
v4.4.0 (2022-07-27)
What's Changed
Dependency updates 🚀
- fix(deps): update dependency org.codehaus.groovy:groovy-json to v3.0.12 by @renovate in #408
- fix(deps): update dependency io.dropwizard.metrics:metrics-core to v4.2.10 by @renovate in #414
- fix(deps): update managed-micrometer to v1.9.2 by @renovate in #413
Build 🐘
- Migration to Gradle Version Catalog by @donbeave in #389
- Build cleanup by @burtbeckwith in #402
- Manage micrometer-core in the catalog by @timyates in #418
CI ⚙️
- chore(deps): update plugin io.micronaut.build.shared.settings to v5.3.10 by @renovate in #409
- chore(deps): update dependency gradle to v7.5 by @renovate in #420
- chore(deps): update plugin io.micronaut.build.shared.settings to v5.3.14 by @renovate in #419
- chore(deps): update mikepenz/action-junit-report action to v3.2.0 by @renovate in #416
- build: bump up to Micronaut 3.5.3 by @sdelamo in #425
New Contributors
Full Changelog: v4.3.0...v4.4.0
- Manage micrometer-core in the catalog (#418)
Micronaut Micrometer 4.3.0
v4.3.0 (2022-05-23)
Closed issues:
- ByteBufAllocatorMetricsBinder is causing exceptions #281
Merged pull requests:
- ci: sync GitHub action release.yml #400 (@micronaut-build)
- Cleanup #399 (@burtbeckwith)
- [micrometer] Update common files for branch master #398 (@micronaut-build)
- chore(deps): update dependency io.micronaut.test:micronaut-test-spock to v3.2.0 #395 (@renovate[bot])
- chore(deps): update plugin io.micronaut.build.shared.settings to v5.3.9 #394 (@renovate[bot])
- chore(deps): update mikepenz/action-junit-report action to v3.0.3 #393 (@renovate[bot])
- chore(deps): update micrometerversion to v1.9.0 #392 (@renovate[bot])
- chore(deps): update dependency org.codehaus.groovy:groovy-json to v3.0.10 #391 (@renovate[bot])
- chore(deps): update dependency io.micronaut.serde:micronaut-serde-jackson to v1.1.0 #390 (@renovate[bot])
- [micrometer] Update common files for branch master #386 (@micronaut-build)
- build: bump mikepenz/action-junit-report from 3.0.1 to 3.0.2 #385 (@dependabot[bot])
- Configuring R2DBC metrics binder #384 (@Xicks)
- [micrometer] Update common files for branch master #383 (@micronaut-build)
- Fix #281 #375 (@n0tl3ss)
- build: bump io.micronaut.build.shared.settings from 5.2.3 to 5.3.2 #373 (@dependabot[bot])
- Dependency upgrades #366 (@micronaut-build)
- [micrometer] Update common files for branch master #365 (@micronaut-build)
- build: bump metrics-core from 4.2.8 to 4.2.9 #363 (@dependabot[bot])
* This Changelog was automatically generated by github_changelog_generator
Micronaut Micrometer 4.2.1
v4.2.1 (2022-03-21)
Closed issues:
- micrometer RxJava interceptors #337
- Additional metrics tags like Common tags in Actuator #310
- http metrics are reported as summary in prometheus, which is incompatible with distributed applications #288
Merged pull requests:
- Add common tags feature to metrics. Resolves #310 #364 (@n0tl3ss)
- Fix 337 Mono and Flux are now generated from Publishers #362 (@n0tl3ss)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Micrometer 4.2.0
v4.2.0 (2022-03-09)
- upgrade to Micronaut 3.3.x #360 (@graemerocher)
- Add support for micronaut serialization and fix 356 #358 (@n0tl3ss)
- build: micrometer from 1.8.0 to 1.8.3 #347 (@micronaut-build)
- build: bump metrics-core from 4.2.7 to 4.2.8 #346 (@dependabot[bot])
- Issue 288 Percentile configuration added to http server and client metrics #338 (@umutkocasarac)
- build: bump logback-classic from 1.2.7 to 1.2.10 #336 (@dependabot[bot])
- build: bump metrics-core from 4.2.4 to 4.2.7 #334 (@dependabot[bot])
Closed issues:
- Serialization exception for Metrics endpoint #356
Merged pull requests:
- upgrade to Micronaut 3.3.x #360 (@graemerocher)
- build: update build plugin to 5.2.3 #359 (@sdelamo)
- Add support for micronaut serialization and fix 356 #358 (@n0tl3ss)
- ci: checkout v3 #355 (@micronaut-build)
- build: bump peter-evans/create-pull-request from 3.12.1 to 3.14.0 #352 (@dependabot[bot])
- build: update logback-classic from 1.2.10 to 1.2.11 #351 (@micronaut-build)
- build: bump io.micronaut.build.shared.settings from 5.1.2 to 5.2.1 #350 (@dependabot[bot])
- ci: sonarqube #349 (@micronaut-build)
- build: micrometer from 1.8.0 to 1.8.3 #347 (@micronaut-build)
- build: bump metrics-core from 4.2.7 to 4.2.8 #346 (@dependabot[bot])
- build: bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 #344 (@dependabot[bot])
- build: bump io.micronaut.build.shared.settings from 5.1.0 to 5.1.2 #343 (@dependabot[bot])
- Add Gradle Enterprise badge #342 (@alextu)
- ci: GraalVM 22.0.0.2 #340 (@micronaut-build)
- Use official GraalVM GitHub Action #339 (@micronaut-build)
- Issue 288 Percentile configuration added to http server and client metrics #338 (@umutkocasarac)
- build: bump logback-classic from 1.2.7 to 1.2.10 #336 (@dependabot[bot])
- build: bump io.micronaut.build.shared.settings from 4.2.6 to 5.1.0 #335 (@dependabot[bot])
- build: bump metrics-core from 4.2.4 to 4.2.7 #334 (@dependabot[bot])
- [micrometer] Update common files for branch master #325 (@micronaut-build)
- Upgrade to build tools 5.0.x #324 (@melix)
- Fix GraalVM warnings #323 (@ilopmar)
- build: bump actions/cache from 2.1.6 to 2.1.7 #322 (@dependabot[bot])
* This Changelog was automatically generated by github_changelog_generator
Micronaut Micrometer 4.1.1
v4.1.1 (2021-11-29)
Merged pull requests:
- Fix WebMetricsPublisher to prevent loss of reactor context #319 (@jameskleeh)
* This Changelog was automatically generated by github_changelog_generator