Releases: michelin/kstreamplify
Releases · michelin/kstreamplify
v1.3.0
🐛 Bug fixes
- Ensure topic prefixes are applied in tests with TopicWithSerde API by @AnkurSinhaaa in #348
📝 Documentation
- Fix error in TopicWithSerde API by @loicgreffier in #347
⬆️ Dependency updates
- Bump testcontainers.version from 1.20.4 to 1.20.5 by @dependabot[bot] in #325
- Bump ncipollo/release-action from 1.15.0 to 1.16.0 by @dependabot[bot] in #330
- Bump mockito.version from 5.15.2 to 5.16.0 by @dependabot[bot] in #329
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot[bot] in #327
- Bump org.springframework.boot:spring-boot-dependencies from 3.4.2 to 3.4.3 by @dependabot[bot] in #328
- Bump io.confluent:kafka-streams-avro-serde from 7.8.1 to 7.9.0 by @dependabot[bot] in #331
- Bump com.puppycrawl.tools:checkstyle from 10.21.2 to 10.21.4 by @dependabot[bot] in #332
- Bump testcontainers.version from 1.20.5 to 1.20.6 by @dependabot[bot] in #333
- Bump mockito.version from 5.16.0 to 5.16.1 by @dependabot[bot] in #338
- Upgrade to Palantir 2.58.0 by @loicgreffier in #339
- Bump and fix Junit Jupiter 5.12.1 by @loicgreffier in #340
- Bump org.springframework.boot:spring-boot-dependencies from 3.4.3 to 3.4.4 by @dependabot[bot] in #341
- Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.5 to 2.8.6 by @dependabot[bot] in #342
- Bump org.projectlombok:lombok from 1.18.36 to 1.18.38 by @dependabot[bot] in #345
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot[bot] in #344
💚 CI/CD
- Remove unused module key by @loicgreffier in #324
- Migrate from Checkstyle to Spotless by @loicgreffier in #336
- Add grype scan by @loicgreffier in #343
- Fix Spotless multi-modules build by @loicgreffier in #350
v1.2.0
✨ New features
🐛 Bug fixes
⚡ Improvements
- Remove deprecated TopicUtils by @loicgreffier in #310
📝 Documentation
- Add documentation about topic remapping by @SouquieresAdam in #304
- Fix typo in SerdesUtils documentation by @loicgreffier in #309
- Expose Kafka and Spring Boot versions in use by @loicgreffier in #311
⬆️ Dependency updates
- Bump org.springframework.boot:spring-boot-dependencies from 3.4.1 to 3.4.2 by @dependabot[bot] in #307
- Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.21.2 by @dependabot[bot] in #306
- Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.3 to 2.8.4 by @dependabot[bot] in #305
- Update interactive queries API according to KIP-992 and bump to Kafka v3.8.1 by @loicgreffier in #308
- Bump com.google.code.gson:gson from 2.11.0 to 2.12.1 by @dependabot[bot] in #312
- Bump io.confluent:kafka-streams-avro-serde from 7.8.0 to 7.8.1 by @dependabot[bot] in #315
- Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.4 to 2.8.5 by @dependabot[bot] in #322
🧪 Tests
- Enhance processing result tests and Java documentation by @loicgreffier in #318
💚 CI/CD
- Rework interactive queries integration tests by @loicgreffier in #314
- Add Maven cache by @loicgreffier in #316
- Prevent SonarQube running on fork by @loicgreffier in #320
- Update variable used to skip Sonar job on fork by @loicgreffier in #321
v1.1.4
📝 Documentation
- Add documentation about TopicWithSerde by @loicgreffier in #290
- Use a better quality gif to introduce Kstreamplify by @loicgreffier in #296
- Add new logo by @loicgreffier in #300
⬆️ Dependency updates
- Bump commons-io:commons-io from 2.17.0 to 2.18.0 by @dependabot[bot] in #286
- Bump org.springframework.boot:spring-boot-dependencies from 3.3.5 to 3.4.0 by @dependabot[bot] in #285
- Bump testcontainers.version from 1.20.3 to 1.20.4 by @dependabot[bot] in #284
- Bump io.confluent:kafka-streams-avro-serde from 7.7.1 to 7.8.0 by @dependabot[bot] in #288
- Bump com.puppycrawl.tools:checkstyle from 10.20.1 to 10.20.2 by @dependabot[bot] in #287
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot[bot] in #289
- Bump org.springframework.boot:spring-boot-dependencies from 3.4.0 to 3.4.1 by @dependabot[bot] in #293
- Bump com.puppycrawl.tools:checkstyle from 10.20.2 to 10.21.0 by @dependabot[bot] in #292
- Bump junit-jupiter.version from 5.11.3 to 5.11.4 by @dependabot[bot] in #291
- Bump com.puppycrawl.tools:checkstyle from 10.21.0 to 10.21.1 by @dependabot[bot] in #294
- Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.6.0 to 2.8.1 by @dependabot[bot] in #297
- Bump mockito.version from 5.14.2 to 5.15.2 by @dependabot[bot] in #298
- Bump ncipollo/release-action from 1.14.0 to 1.15.0 by @dependabot[bot] in #301
- Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.1 to 2.8.3 by @dependabot[bot] in #302
💚 CI/CD
- Improve checkstyle with license header and import rules by @loicgreffier in #299
v1.1.3
🐛 Bug fixes
- Restore RocksDb config and mark as deprecated by @loicgreffier in #282
v1.0.3
⚡ Improvements
- Do not expose full configuration in the logs to avoid to leak secrets by @loicgreffier in #280
⬆️ Dependency updates
- Bump Kafka Stream to v3.6.2 to avoid KAFKA-16017 issue by @loicgreffier in #279
v1.1.2
🐛 Bug fixes
- Remove deprecated usage of KafkaContainer by @loicgreffier in #260
⚡ Improvements
- Add applicationId in KafkaError schema by @BastienBigue in #272
- Do not expose full configuration in the logs to avoid to leak secrets. by @SouquieresAdam in #277
- Give properties when building the topology by @sebastienviale in #274
📝 Documentation
- Fix references to SerdesUtils by @loicgreffier in #270
⬆️ Dependency updates
- Bump mockito.version from 5.14.1 to 5.14.2 by @dependabot[bot] in #258
- Bump junit-jupiter.version from 5.11.2 to 5.11.3 by @dependabot[bot] in #259
- Bump testcontainers.version from 1.20.2 to 1.20.3 by @dependabot[bot] in #261
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0 by @dependabot[bot] in #262
- Bump org.springframework.boot:spring-boot-dependencies from 3.3.4 to 3.3.5 by @dependabot[bot] in #264
- Bump com.puppycrawl.tools:checkstyle from 10.18.2 to 10.19.0 by @loicgreffier in #265
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot[bot] in #269
- Bump com.puppycrawl.tools:checkstyle from 10.19.0 to 10.20.0 by @dependabot[bot] in #268
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 by @dependabot[bot] in #267
- Bump mikepenz/action-junit-report from 4 to 5 by @dependabot[bot] in #266
- Bump com.puppycrawl.tools:checkstyle from 10.20.0 to 10.20.1 by @dependabot[bot] in #271
- Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 by @dependabot[bot] in #275
- Bump Kafka Stream to v3.6.2 to avoid KAFKA-16017 issue by @SouquieresAdam in #278
v1.1.1
🐛 Bug fixes
- Restore create topic methods for unit tests by @loicgreffier in #257
⚡ Improvements
- Remove forRemoval warnings on deprecation by @loicgreffier in #256
⬆️ Dependency updates
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot[bot] in #252
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot[bot] in #254
- Bump junit-jupiter.version from 5.11.1 to 5.11.2 by @dependabot[bot] in #255
- Bump testcontainers.version from 1.20.1 to 1.20.2 by @dependabot[bot] in #253
v1.1.0
✨ New features
- Add interactive queries for Key-Value stores by @loicgreffier in #204
- Add Springdoc to generate OpenAPI and Swagger UI by @loicgreffier in #240
- Give the possibility to override the properties in KafkaStreamsStarterTest by @FredLive in #244
- Add interactive queries for Window stores by @loicgreffier in #243
🐛 Bug fixes
- Fix topology path customization and add integration tests by @loicgreffier in #237
📝 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
v1.0.2
✨ New features
- Add OpenTelemetry integration by @loicgreffier in #161
- Ensure Java 21 compatibility by @loicgreffier in #166
- Add the possibility to customize the uncaught exception handler by @higv2000 in #178
🐛 Bug fixes
- Update ProbeService.java ready only if running by @Jsebayhi in #133
- Fix Spring Boot null resource attributes for Open Telemetry by @loicgreffier in #177
- Add logical types for JSON to Avro converters by @sebastienviale in #187
⚡ Improvements
- Use window stores in deduplication processors by @sebastienviale in #134
📝 Documentation
- Update tests gif with new implementation by @qjoignaud in #126
- Update LICENSE owner by @loicgreffier in #159
- Add documentation about stream deduplication #130 by @sebastienviale in #151
- Enable copy/paste from README by @loicgreffier in #160
- Fix typo in exception handler documentation by @loicgreffier in #191
⬆️ Dependency updates
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot[bot] in #127
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 by @dependabot[bot] in #128
- Bump io.confluent:kafka-streams-avro-serde from 7.5.1 to 7.5.2 by @dependabot[bot] in #129
- Bump testcontainers.version from 1.19.1 to 1.19.2 by @dependabot[bot] in #131
- Bump com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5 by @dependabot[bot] in #132
- Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 by @dependabot[bot] in #138
- Bump testcontainers.version from 1.19.2 to 1.19.3 by @dependabot[bot] in #137
- Bump mockito.version from 5.7.0 to 5.8.0 by @dependabot[bot] in #146
- Bump commons-io:commons-io from 2.15.0 to 2.15.1 by @dependabot[bot] in #145
- Bump actions/setup-java from 3 to 4 by @dependabot[bot] in #143
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot[bot] in #144
- Upgrade to Spring Boot 3.2.0 by @loicgreffier in #142
- Bump com.puppycrawl.tools:checkstyle from 10.12.5 to 10.12.6 by @dependabot[bot] in #147
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot[bot] in #149
- Bump org.springframework.boot:spring-boot-dependencies from 3.2.0 to 3.2.1 by @dependabot[bot] in #152
- Bump io.confluent:kafka-streams-avro-serde from 7.5.2 to 7.5.3 by @dependabot[bot] in #153
- Bump com.puppycrawl.tools:checkstyle from 10.12.6 to 10.12.7 by @dependabot[bot] in #154
- Bump mikepenz/release-changelog-builder-action from 4.1.0 to 4.1.1 by @dependabot[bot] in #155
- Bump mockito.version from 5.8.0 to 5.9.0 by @dependabot[bot] in #157
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot[bot] in #156
- Bump org.springframework.boot:spring-boot-dependencies from 3.2.1 to 3.2.2 by @dependabot[bot] in #158
- Bump mockito.version from 5.9.0 to 5.10.0 by @dependabot[bot] in #162
- Bump com.puppycrawl.tools:checkstyle from 10.12.7 to 10.13.0 by @dependabot[bot] in #164
- Bump junit-jupiter.version from 5.10.1 to 5.10.2 by @dependabot[bot] in #165
- Bump ncipollo/release-action from 1.13.0 to 1.14.0 by @dependabot[bot] in #169
- Bump io.confluent:kafka-streams-avro-serde from 7.5.3 to 7.6.0 by @dependabot[bot] in #168
- Bump testcontainers.version from 1.19.3 to 1.19.5 by @dependabot[bot] in #167
- Bump com.puppycrawl.tools:checkstyle from 10.12.7 to 10.13.0 by @dependabot[bot] in #170
- Bump testcontainers.version from 1.19.5 to 1.19.6 by @dependabot[bot] in #172
- Bump org.springframework.boot:spring-boot-dependencies from 3.2.2 to 3.2.3 by @dependabot[bot] in #173
- Bump mikepenz/release-changelog-builder-action from 4.1.1 to 4.2.0 by @dependabot[bot] in #174
- Bump mockito.version from 5.10.0 to 5.11.0 by @dependabot[bot] in #175
- Bump com.puppycrawl.tools:checkstyle from 10.13.0 to 10.14.0 by @dependabot[bot] in #176
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by @dependabot[bot] in #181
- Bump com.puppycrawl.tools:checkstyle from 10.14.0 to 10.14.1 by @dependabot[bot] in #180
- Bump testcontainers.version from 1.19.6 to 1.19.7 by @dependabot[bot] in #179
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by @dependabot[bot] in #183
- Bump com.puppycrawl.tools:checkstyle from 10.14.1 to 10.14.2 by @dependabot[bot] in #182
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot[bot] in #186
- Bump org.springframework.boot:spring-boot-dependencies from 3.2.3 to 3.2.4 by @dependabot[bot] in #185
- Bump org.projectlombok:lombok from 1.18.30 to 1.18.32 by @dependabot[bot] in #184
- Bump commons-io:commons-io from 2.15.1 to 2.16.0 by @dependabot[bot] in #190
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 by @dependabot[bot] in #188
- Bump com.puppycrawl.tools:checkstyle from 10.14.2 to 10.15.0 by @dependabot[bot] in #189
v1.0.1
🐛 Bug fixes
- Fix Dlq production exception handler unit tests by @loicgreffier in #123
- Fix Issue with the import of slf4j-simple with standard scope 🥶
- 🧹 Removed slf4j-simple dependency by @clvacher in #119
📝 Documentation
- Add Javadoc in README by @loicgreffier in #105
- Update README with test count and sonatype badges by @loicgreffier in #106
- Improve checkstyle section on contributing guide by @loicgreffier in #107
⬆️ Dependency updates
- Bump com.puppycrawl.tools:checkstyle from 10.12.3 to 10.12.4 by @dependabot[bot] in #108
- Bump commons-io:commons-io from 2.13.0 to 2.14.0 by @dependabot[bot] in #109
- Bump testcontainers.version from 1.19.0 to 1.19.1 by @dependabot[bot] in #110
- Bump io.confluent:kafka-streams-avro-serde from 7.5.0 to 7.5.1 by @dependabot[bot] in #111
- Bump mockito.version from 5.5.0 to 5.6.0 by @dependabot[bot] in #112
- Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot[bot] in #113
- Bump mikepenz/release-changelog-builder-action from 4.0.0 to 4.0.1 by @dependabot[bot] in #114
- Bump spring-boot.version from 3.1.4 to 3.1.5 by @dependabot[bot] in #115
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 by @dependabot[bot] in #118
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by @dependabot[bot] in #116
- Bump commons-io:commons-io from 2.14.0 to 2.15.0 by @dependabot[bot] in #117
- Bump mikepenz/release-changelog-builder-action from 4.0.1 to 4.1.0 by @dependabot[bot] in #122
- Bump mockito.version from 5.6.0 to 5.7.0 by @dependabot[bot] in #120
- Bump junit-jupiter.version from 5.10.0 to 5.10.1 by @dependabot[bot] in #121