Skip to content

Releases: kokuwaio/keycloak-event-metrics

1.0.0

02 May 08:40
1.0.0
f005be4
Compare
Choose a tag to compare

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

Full Changelog: 0.2.1...1.0.0

0.2.1

24 Apr 12:39
0.2.1
2ed645b
Compare
Choose a tag to compare

What's Changed

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

13 Mar 14:11
0.2.0
9b549fe
Compare
Choose a tag to compare

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

0.1.0

13 Mar 14:06
0.1.0
37c1fa3
Compare
Choose a tag to compare