Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 17:05
· 74 commits to main since this release
v1.1.0
71ad0bc

✨ New features

🐛 Bug fixes

📝 Documentation

  • Update interactive queries documentation with window store by @loicgreffier in #250
  • Add documentation about overriding properties in unit tests by @loicgreffier in #251

⬆️ Dependency updates

  • Bump commons-io:commons-io from 2.16.0 to 2.16.1 by @dependabot[bot] in #192
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot[bot] in #193
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot[bot] in #194
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 by @dependabot[bot] in #195
  • Bump mikepenz/release-changelog-builder-action from 4.2.0 to 4.2.2 by @dependabot[bot] in #197
  • Bump org.springframework.boot:spring-boot-dependencies from 3.2.4 to 3.2.5 by @dependabot[bot] in #200
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 by @dependabot[bot] in #199
  • Bump com.puppycrawl.tools:checkstyle from 10.15.0 to 10.16.0 by @dependabot[bot] in #201
  • Bump testcontainers.version from 1.19.7 to 1.19.8 by @dependabot[bot] in #203
  • Bump mockito.version from 5.11.0 to 5.12.0 by @dependabot[bot] in #202
  • Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 by @dependabot[bot] in #205
  • Bump org.springframework.boot:spring-boot-dependencies from 3.2.5 to 3.3.0 by @dependabot[bot] in #207
  • Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0 by @dependabot[bot] in #206
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot[bot] in #208
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #209
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 by @dependabot[bot] in #210
  • Bump org.springframework.boot:spring-boot-dependencies from 3.3.0 to 3.3.1 by @dependabot[bot] in #211
  • Bump junit-jupiter.version from 5.10.2 to 5.10.3 by @dependabot[bot] in #212
  • Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 by @dependabot[bot] in #213
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 by @dependabot[bot] in #214
  • Bump io.confluent:kafka-streams-avro-serde from 7.6.0 to 7.6.2 by @dependabot[bot] in #215
  • Bump testcontainers.version from 1.19.8 to 1.20.0 by @dependabot[bot] in #216
  • Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 by @dependabot[bot] in #217
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot[bot] in #218
  • Bump org.springframework.boot:spring-boot-dependencies from 3.3.1 to 3.3.2 by @dependabot[bot] in #219
  • Bump io.confluent:kafka-streams-avro-serde from 7.6.2 to 7.7.0 by @dependabot[bot] in #221
  • Bump mikepenz/release-changelog-builder-action from 4.2.2 to 5 by @dependabot[bot] in #220
  • Bump testcontainers.version from 1.20.0 to 1.20.1 by @dependabot[bot] in #222
  • Bump org.apache.avro:avro-maven-plugin from 1.11.3 to 1.12.0 by @dependabot[bot] in #223
  • Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 by @dependabot[bot] in #224
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot[bot] in #225
  • Bump junit-jupiter.version from 5.10.3 to 5.11.0 by @dependabot[bot] in #226
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #227
  • Upgrade Confluent Platform to 7.7.0 in Testcontainers by @loicgreffier in #228
  • Bump org.springframework.boot:spring-boot-dependencies from 3.3.2 to 3.3.3 by @dependabot[bot] in #231
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.4.0 to 3.5.0 by @dependabot[bot] in #230
  • Bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.0 by @dependabot[bot] in #229
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot[bot] in #232
  • Bump mockito.version from 5.12.0 to 5.13.0 by @dependabot[bot] in #234
  • Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 by @dependabot[bot] in #233
  • Bump com.puppycrawl.tools:checkstyle from 10.18.0 to 10.18.1 by @dependabot[bot] in #235
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot[bot] in #236
  • Bump io.confluent:kafka-streams-avro-serde from 7.7.0 to 7.7.1 by @dependabot[bot] in #238
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by @dependabot[bot] in #239
  • Bump commons-io:commons-io from 2.16.1 to 2.17.0 by @dependabot[bot] in #241
  • Bump org.springframework.boot:spring-boot-dependencies from 3.3.3 to 3.3.4 by @dependabot[bot] in #242
  • Bump junit-jupiter.version from 5.11.0 to 5.11.1 by @dependabot[bot] in #248
  • Bump mockito.version from 5.13.0 to 5.14.1 by @dependabot[bot] in #247
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 by @dependabot[bot] in #246
  • Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2 by @dependabot[bot] in #245