Releases: kokuwaio/keycloak-event-metrics
Releases · kokuwaio/keycloak-event-metrics
1.0.0
Important changes
- Added extra metrics for sessions/user/client count per realm.
- Changed default value for
replaceIds
.
What's Changed
- Change default value for replaceIds by @sschnabe in #28
- Move event-listener to sub package by @sschnabe in #29
- Replace CDI with Micrometer global by @sschnabe in #30
- Add additional metrics for user/client/session count by @sschnabe in #31
- Refactor test: remove micrometer mocking, micrometer is testable by @sschnabe in #32
- Add unit tests with mockito for metric stats by @sschnabe in #38
- Do not add metrics for clients which never had a session by @sschnabe in #39
Versions
- Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 by @dependabot in #34
- Bump mockito-junit-jupiter from 5.2.0 to 5.3.1 by @dependabot in #35
- Bump checkstyle from 10.9.3 to 10.10.0 by @dependabot in #37
- Bump keycloak-parent from 21.1.0 to 21.1.1 by @dependabot in #36
- Bump keycloak from 21.1.0 to 21.1.1 by @sschnabe in #33
Full Changelog: 0.2.1...1.0.0
0.2.1
What's Changed
- Remove unnecessary event spi by @sschnabe in #10
- Check realm from context for null, fix #25 by @sschnabe in #26
Event#clientId
is alreadyClient#clientId
and notClient#id
, fix #23 by @sschnabe in #24
Build
- Bump maven-install-plugin from 3.1.0 to 3.1.1 by @dependabot in #11
- Bump version.org.apache.maven.plugins.surefire from 3.0.0-M9 to 3.0.0 by @dependabot in #12
- Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 by @dependabot in #13
- Bump mockito-junit-jupiter from 5.1.1 to 5.2.0 by @dependabot in #14
- Bump maven-deploy-plugin from 3.1.0 to 3.1.1 by @dependabot in #15
- Increase pull request limit for dependency updates by @sschnabe in #17
- Bump keycloak-parent from 21.0.1 to 21.0.2 by @dependabot in #18
- Bump checkstyle from 10.8.0 to 10.9.3 by @dependabot in #19
- Bump maven-resources-plugin from 3.3.0 to 3.3.1 by @dependabot in #20
- Bump testcontainers-bom from 1.17.6 to 1.18.0 by @dependabot in #21
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Remove useless delegation from listener to recorder. by @sschnabe in #4
- Add tests using Mockito. by @sschnabe in #5
- Add option to replace model ids with model names, fix #3 by @sschnabe in #6
- Add
why
section to readme by @sschnabe in #7 - Read model names without lookup by using context object by @sschnabe in #8
Full Changelog: 0.1.0...0.2.0