Releases: michelin/kstreamplify
Releases · michelin/kstreamplify
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
v1.0.0
✨ New features
- Topic with Serde implementation by @clvacher in #47
- Implement deduplication utils by @clvacher in #54
- Add SonarCloud analysis by @loicgreffier in #66
- Provide Kafka Streams instance on startup hook by @loicgreffier in #74
- Add Check Style by @loicgreffier in #92
- Added onStart method by @adriencalime in #15
- Add TopicWithSerde helper method in StarterTest class by @clvacher in #49
🐛 Bug fixes
- Property loading fixes and code cleanup by @clvacher in #40
- Fixed kafka properties loading in case of SpringBoot implementation by @sebastienviale in #43
- Reorder DLQ loading for topic with serde by @clvacher in #56
- Fix Spring Boot properties initialisation by @loicgreffier in #60
- Fix missing handling of generic record containing Instants in GSON converter by @clvacher in #82
- Fix pom update in tag job by @loicgreffier in #104
- Prefixing unification by @clvacher in #72
- Record contains info and not the context by @clvacher in #89
⚡ Improvements
- Split Core and Spring modules by @clvacher in #25
- Rename library to Kstreamplify by @loicgreffier in #26
- Remove unecessary Avro module by @loicgreffier in #41
- Rename main artifact to Kstreamplify by @loicgreffier in #46
- Update all package namespaces to com.michelin by @clvacher in #51
- Fix packages in Avro to com.michelin by @loicgreffier in #53
- Implement deduplication utils by @clvacher in #54
- Improve Sonar metrics by @loicgreffier in #67
- Change way of working on DlqDeserializationExceptionHandler. by @mlmomplot in #75
- Add unit tests coverage by @adriencalime in #62
- Improve unit tests coverage by @loicgreffier in #97
- Add Kafka integration tests with Testcontainers by @loicgreffier in #98
- Add passphrase for tagging by @loicgreffier in #103
- Removed unnecessary static keyword by @sebastienviale in #44
- Dlq topic definition in tests by @clvacher in #73
- Implement silent error on statestore directory deletion by @clvacher in #76
- Revert and add custom directory for each service by @clvacher in #77
- Switch to abstract implementation of starter by @clvacher in #86
📝 Documentation
- Remove Spring Kafka Streams in documentation by @loicgreffier in #27
- Javadoc error cleanup by @clvacher in #57
- Improve Javadoc by @loicgreffier in #59
- Add on start documentation by @loicgreffier in #85
- Improve javadoc (#36) by @sebastienviale in #68
- Add documentation for interactive queries by @loicgreffier in #91
- Improve README with gif animations by @qjoignaud in #93
⬆️ Dependency updates
- Bump spring-boot-starter-parent from 3.0.5 to 3.0.6 by @dependabot[bot] in #14
- Bump junit-jupiter from 5.9.2 to 5.9.3 by @dependabot[bot] in #16
- Bump kafka-streams-avro-serde from 7.3.3 to 7.4.0 by @dependabot[bot] in #19
- Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot[bot] in #18
- Bump mikepenz/release-changelog-builder-action from 3.7.1 to 3.7.2 by @dependabot[bot] in #17
- Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot[bot] in #22
- Bump commons-io from 2.11.0 to 2.12.0 by @dependabot[bot] in #21
- Bump spring-boot-starter-parent from 3.0.6 to 3.1.0 by @dependabot[bot] in #20
- Bump lombok from 1.18.26 to 1.18.28 by @dependabot[bot] in #23
- Bump commons-io from 2.12.0 to 2.13.0 by @dependabot[bot] in #24
- Bump spring-boot.version from 3.1.0 to 3.1.1 by @dependabot[bot] in #45
- Bump avro.version from 1.11.1 to 1.11.2 by @dependabot[bot] in #50
- Bump kafka-streams-avro-serde from 7.4.0 to 7.4.1 by @dependabot[bot] in #58
- Bump spring-boot.version from 3.1.1 to 3.1.2 by @dependabot[bot] in #64
- Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by @dependabot[bot] in #63
- Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 by @dependabot[bot] in #70
- Bump spring-boot.version from 3.1.2 to 3.1.3 by @dependabot[bot] in #78
- Bump io.confluent:kafka-streams-avro-serde from 7.4.1 to 7.5.0 by @dependabot[bot] in #79
- Bump ncipollo/release-action from 1.12.0 to 1.13.0 by @dependabot[bot] in #80
- Bump actions/checkout from 3 to 4 by @dependabot[bot] in #84
- Bump mikepenz/release-changelog-builder-action from 3.7.2 to 4.0.0 by @dependabot[bot] in #83
- Bump crazy-max/ghaction-import-gpg from 5 to 6 by @dependabot[bot] in #95
- Bump mikepenz/action-junit-report from 3 to 4 by @dependabot[bot] in #94
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot[bot] in #96
- Bump org.projectlombok:lombok from 1.18.28 to 1.18.30 by @dependabot[bot] in #102
- Bump org.apache.avro:avro-maven-plugin from 1.11.2 to 1.11.3 by @dependabot[bot] in #101
- Bump mockito.version from 5.4.0 to 5.5.0 by @dependabot[bot] in #100
- Bump spring-boot.version from 3.1.3 to 3.1.4 by @dependabot[bot] in #99