Releases: felleslosninger/eid-log-event
Releases · felleslosninger/eid-log-event
0.0.15
What's Changed
- Bump spring-boot-dependencies from 2.7.0 to 2.7.1 by @dependabot in #116
- Bump spring-boot-dependencies from 2.7.1 to 2.7.2 by @dependabot in #125
- AOS-157 aktiviteter back from the dead by @digdirerik in #126
- Bump curator-test from 5.2.1 to 5.3.0 by @dependabot in #119
- Bump log4j-core from 2.17.2 to 2.18.0 by @dependabot in #120
- Bump avro.version from 1.11.0 to 1.11.1 by @dependabot in #127
- Bump confluent.version from 7.1.1 to 7.2.1 by @dependabot in #124
- Bump junit-jupiter from 5.8.2 to 5.9.0 by @dependabot in #128
Full Changelog: 0.0.13...0.0.15
0.0.14 - Dependency upgrades and default aktiviteter topic
What's Changed
- Bump spring-boot-dependencies from 2.7.0 to 2.7.1 by @dependabot in #116
- Bump spring-boot-dependencies from 2.7.1 to 2.7.2 by @dependabot in #125
- AOS-157 aktiviteter back from the dead by @digdirerik in #126
- Bump curator-test from 5.2.1 to 5.3.0 by @dependabot in #119
- Bump log4j-core from 2.17.2 to 2.18.0 by @dependabot in #120
- Bump avro.version from 1.11.0 to 1.11.1 by @dependabot in #127
- Bump confluent.version from 7.1.1 to 7.2.1 by @dependabot in #124
- Bump junit-jupiter from 5.8.2 to 5.9.0 by @dependabot in #128
Full Changelog: 0.0.13...0.0.14
0.0.13- When enabled=false, no other config is now necessary
What's Changed
- Bump mockito-junit-jupiter from 4.6.0 to 4.6.1 by @dependabot in #114
- When enabled=false, no other config is now necessary by @digdirerik in #115
Full Changelog: 0.0.12...0.0.13
0.0.12 - Make TokenScope Public Again
What's Changed
- Bump mockito-junit-jupiter from 4.5.1 to 4.6.0 by @dependabot in #111
Full Changelog: 0.0.10...0.0.12
0.0.11 - Bump Mockito dependency
What's Changed
- Bump mockito-junit-jupiter from 4.5.1 to 4.6.0 by @dependabot in #111
Full Changelog: 0.0.10...0.0.11
0.0.10 - Refactor library and modify Maskinporten events
What's Changed
- AOS-138 Improved names of the standard idporten-log-event by @digdirerik in #108
- Bump spring-boot-dependencies from 2.6.7 to 2.7.0 by @dependabot in #110
- Bump jackson-databind from 2.13.2.2 to 2.13.3 by @dependabot in #109
- GH-70 Refactor library and modify Maskinporten events by @digdirerik in #113
Full Changelog: 0.0.9...0.0.10
0.0.9 - Removed Kafka keys + dependency upgrades
What's Changed
- GH-102: upgrades and consecutive adaptations by @kons-jaf in #103
- Bump mockito-junit-jupiter from 4.4.0 to 4.5.0 by @dependabot in #101
- Bump spring-boot-dependencies from 2.6.6 to 2.6.7 by @dependabot in #106
- Bump mockito-junit-jupiter from 4.5.0 to 4.5.1 by @dependabot in #107
- Removed Kafka key by @digdirerik in #104
Full Changelog: 0.0.8...0.0.9
v0.0.8 - New keys for Kafka
Major change:
- Keys for EventRecords has been changed from PID to all the dimensions of the EventRecord.
What's Changed
- Bump kafka.version from 7.0.1-ce to 7.1.0-ce by @dependabot in #91
- Bump lombok from 1.18.22 to 1.18.24 by @dependabot in #95
- #93 Change the kafkaKey from PID to all "dimensions" of the eventReco… by @digdirerik in #94
- Bump confluent.version from 7.0.1 to 7.1.0 by @dependabot in #92
- Modified the .gitignore as suggested by IntelliJ by @digdirerik in #96
- Disabled EventLoggingIntegrationTest by @digdirerik in #97
- Using shared workflows by @digdirerik in #98
Full Changelog: v0.0.7...0.0.8
SpringShell fix
Version upgrades.
Import the library with Maven; for the core:
<dependency>
<groupId>no.idporten.logging</groupId>
<artifactId>idporten-log-event</artifactId>
<version>0.0.7</version>
</dependency>
For the Spring Boot Starter:
<dependency>
<groupId>no.idporten.logging</groupId>
<artifactId>idporten-log-event-spring-boot-starter</artifactId>
<version>0.0.7</version>
</dependency>
SCRAM authentication for Strimzi
PlainLoginModule replaced with ScramLoginModule and SASL mechanism for Strimzi