Releases: kokuwaio/keycloak-event-metrics
Releases · kokuwaio/keycloak-event-metrics
1.1.0
What's Changed
- Add docu for dashboard, fix #2 by @sschnabe in #67
- Add more sophisticated docker example, rel #76 by @sschnabe in #77
- Collect all unknown client ids as UNKNOWN. Fix #100 by @sschnabe in #105
Versions
- Bump keycloak-quarkus-server from 21.1.1 to 21.1.2 by @dependabot in #52
- Bump keycloak-quarkus-server from 21.1.2 to 22.0.0 by @dependabot in #53
- Bump keycloak-quarkus-server from 22.0.0 to 22.0.1 by @dependabot in #54
- Bump io.kokuwa.maven:maven-parent from 0.6.10 to 0.6.12 by @dependabot in #55
- Bump org.keycloak:keycloak-quarkus-server from 22.0.1 to 22.0.2 by @dependabot in #56
- Bump org.keycloak:keycloak-quarkus-server from 22.0.2 to 22.0.3 by @dependabot in #57
- Bump actions/checkout from 3 to 4 by @dependabot in #59
- Bump crazy-max/ghaction-import-gpg from 5 to 6 by @dependabot in #58
- Bump org.keycloak:keycloak-quarkus-server from 22.0.3 to 22.0.4 by @dependabot in #60
- Bump io.kokuwa.maven:maven-parent from 0.6.12 to 0.6.13 by @dependabot in #61
- Bump org.keycloak:keycloak-quarkus-server from 22.0.4 to 22.0.5 by @dependabot in #62
- Bump org.keycloak:keycloak-quarkus-server from 22.0.5 to 23.0.0 by @dependabot in #64
- Bump org.keycloak:keycloak-quarkus-server from 23.0.0 to 23.0.1 by @dependabot in #65
- Bump actions/setup-java from 3 to 4 by @dependabot in #66
- Bump org.keycloak:keycloak-quarkus-server from 23.0.1 to 23.0.3 by @dependabot in #68
- Bump io.kokuwa.maven:maven-parent from 0.6.13 to 0.6.14 by @dependabot in #69
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #70
- Bump org.keycloak:keycloak-quarkus-server from 23.0.3 to 23.0.4 by @dependabot in #71
- Bump org.keycloak:keycloak-quarkus-server from 23.0.4 to 23.0.5 by @dependabot in #72
- Bump org.keycloak:keycloak-quarkus-server from 23.0.5 to 23.0.6 by @dependabot in #73
- Bump io.kokuwa.maven:maven-parent from 0.6.14 to 0.6.15 by @dependabot in #74
- Bump org.keycloak:keycloak-quarkus-server from 23.0.6 to 23.0.7 by @dependabot in #75
- Bump org.keycloak:keycloak-quarkus-server from 23.0.7 to 24.0.0 by @dependabot in #78
- Bump org.keycloak:keycloak-quarkus-server from 24.0.0 to 24.0.1 by @dependabot in #79
- add dependabot automerge for minor changes by @monotek in #81
- Bump actions/checkout from 2 to 4 by @dependabot in #82
- Bump org.keycloak:keycloak-quarkus-server from 24.0.1 to 24.0.2 by @dependabot in #80
- Bump org.keycloak:keycloak-quarkus-server from 24.0.2 to 24.0.3 by @dependabot in #83
- Bump org.keycloak:keycloak-quarkus-server from 24.0.3 to 24.0.4 by @dependabot in #84
- Bump org.keycloak:keycloak-quarkus-server from 24.0.4 to 24.0.5 by @dependabot in #85
- Bump org.keycloak:keycloak-quarkus-server from 24.0.5 to 25.0.1 by @dependabot in #87
- Bump org.keycloak:keycloak-quarkus-server from 25.0.1 to 25.0.2 by @dependabot in #91
- Bump docker/login-action from 3.2.0 to 3.3.0 by @dependabot in #92
- Bump org.keycloak:keycloak-quarkus-server from 25.0.2 to 25.0.4 by @dependabot in #93
- Bump io.kokuwa.maven:maven-parent from 0.6.16 to 0.6.17 by @dependabot in #94
- Bump org.keycloak:keycloak-quarkus-server from 25.0.4 to 25.0.5 by @dependabot in #95
- Bump org.keycloak:keycloak-quarkus-server from 25.0.5 to 25.0.6 by @dependabot in #96
- Bump org.keycloak:keycloak-quarkus-server from 25.0.6 to 26.0.2 by @dependabot in #99
- Bump org.keycloak:keycloak-quarkus-server from 26.0.2 to 26.0.7 by @dependabot in #106
New Contributors
Full Changelog: 1.0.0...1.1.0
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