Skip to content

Releases: felleslosninger/eid-log-event

0.0.15

11 Aug 10:18
99f78e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.13...0.0.15

0.0.14 - Dependency upgrades and default aktiviteter topic

11 Aug 10:02
99f78e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.13...0.0.14

0.0.13- When enabled=false, no other config is now necessary

21 Jun 08:06
4922eb1
Compare
Choose a tag to compare

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

01 Jun 21:39
Compare
Choose a tag to compare

What's Changed

0.0.11 - Bump Mockito dependency

01 Jun 10:29
ad76d53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.10...0.0.11

0.0.10 - Refactor library and modify Maskinporten events

01 Jun 10:25
fb4d28e
Compare
Choose a tag to compare

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

16 May 07:24
d3784a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.8...0.0.9

v0.0.8 - New keys for Kafka

19 Apr 12:59
23559e7
Compare
Choose a tag to compare

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

01 Apr 08:53
Compare
Choose a tag to compare
SpringShell fix Pre-release
Pre-release

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

14 Jan 12:24
Compare
Choose a tag to compare
Pre-release

PlainLoginModule replaced with ScramLoginModule and SASL mechanism for Strimzi