Releases: aerogear/keycloak-metrics-spi
Releases · aerogear/keycloak-metrics-spi
7.0.0
What's Changed
- Build against Keycloak 26.0.0 by @hexa2k9 in #217
- aerogear-214 : Fixes IndexOutOfBounds issue by @jbentley6 in #218
- fix grafana dashboard for keycloak 23.0.7 / keycloak-spi-metrics 5.0.0 by @ptrovatelli in #196
New Contributors
- @hexa2k9 made their first contribution in #217
- @jbentley6 made their first contribution in #218
- @ptrovatelli made their first contribution in #196
Full Changelog: 6.0.0...7.0.0
6.0.0
What's Changed
- Keycloak 25 compatibility by @jannickherrmann in #204
- AEROGEAR-10381: in case of 404 or redirection response do not record the uri by @bionarkos in #207
- bump version by @pb82 in #208
New Contributors
- @jannickherrmann made their first contribution in #204
- @bionarkos made their first contribution in #207
Full Changelog: 5.0.0...6.0.0
5.0.0
What's Changed
- Fix Gradle build for v4.0.0 and Keycloak 22 by @sirkrypt0 in #175
- Add optional basic auth for pushgateway by @hashworks in #172
- Compatiblity with Keycloak 23 by @cturkalj in #184
- Change keycloak_logins to keycloak_logins_total in README.md by @spidersouleater in #181
- Add root-slash for rm by @SebastianThorn in #177
- prepare release v5.0.0 by @pb82 in #188
New Contributors
- @sirkrypt0 made their first contribution in #175
- @hashworks made their first contribution in #172
- @cturkalj made their first contribution in #184
- @spidersouleater made their first contribution in #181
- @SebastianThorn made their first contribution in #177
Full Changelog: 4.0.0...5.0.0
4.0.0
3.0.0
- feat: adds support for Keycloak 21 (thanks @ghenadiibatalski )
- fix: realm names are now shown again instead of ids (thanks @diversit )
- other fixes and improvements (thanks @claudiunicolaa , @douph1 , @uberspot)
2.5.3
- compatibility with Keycloak 15+, thanks @thomasdarimont
2.5.1
2.5.0
- Update to Gradle v7. Thanks @gmodzelewski
- Optional details in request duration metrics that can be enabled via an env var (
URI_METRICS_ENABLED
). Thanks @CathalOConnorRH