|
1 | 1 | # Change Log
|
2 |
| -- no changes! |
3 | 2 |
|
4 |
| -- no changes! |
| 3 | +## [2.13.1](https://github.com/bakdata/fluent-kafka-streams-tests/tree/2.13.1) (2024-05-03) |
| 4 | +[View commits](https://github.com/bakdata/fluent-kafka-streams-tests/compare/2.13.1...2.13.1) |
5 | 5 |
|
6 |
| -- no changes! |
7 | 6 |
|
8 |
| -- no changes! |
| 7 | +## [2.13.1](https://github.com/bakdata/fluent-kafka-streams-tests/tree/2.13.1) (2024-05-03) |
| 8 | +[View commits](https://github.com/bakdata/fluent-kafka-streams-tests/compare/2.13.0...2.13.1) |
9 | 9 |
|
| 10 | +**Merged pull requests:** |
| 11 | + |
| 12 | +- Add Jackson dependency [\#94](https://github.com/bakdata/fluent-kafka-streams-tests/pull/94) ([@philipp94831](https://github.com/philipp94831)) |
| 13 | + |
| 14 | +## [2.13.0](https://github.com/bakdata/fluent-kafka-streams-tests/tree/2.13.0) (2024-04-17) |
| 15 | +[View commits](https://github.com/bakdata/fluent-kafka-streams-tests/compare/2.12.0...2.13.0) |
| 16 | + |
| 17 | +**Merged pull requests:** |
| 18 | + |
| 19 | +- Add method to convert output topic to List [\#93](https://github.com/bakdata/fluent-kafka-streams-tests/pull/93) ([@JakobEdding](https://github.com/JakobEdding)) |
| 20 | + |
| 21 | +## [2.12.0](https://github.com/bakdata/fluent-kafka-streams-tests/tree/2.12.0) (2024-03-01) |
| 22 | +[View commits](https://github.com/bakdata/fluent-kafka-streams-tests/compare/2.11.5...2.12.0) |
| 23 | + |
| 24 | +**Merged pull requests:** |
| 25 | + |
| 26 | +- Upgrade to Kafka 3.6 [\#90](https://github.com/bakdata/fluent-kafka-streams-tests/pull/90) ([@philipp94831](https://github.com/philipp94831)) |
| 27 | + |
| 28 | +## [2.11.5](https://github.com/bakdata/fluent-kafka-streams-tests/tree/2.11.5) (2024-02-28) |
| 29 | +[View commits](https://github.com/bakdata/fluent-kafka-streams-tests/compare/2.11.4...2.11.5) |
| 30 | + |
| 31 | +**Merged pull requests:** |
| 32 | + |
| 33 | +- Add sources and javadoc to publication [\#89](https://github.com/bakdata/fluent-kafka-streams-tests/pull/89) ([@philipp94831](https://github.com/philipp94831)) |
| 34 | + |
| 35 | +## [2.11.4](https://github.com/bakdata/fluent-kafka-streams-tests/tree/2.11.4) (2024-02-27) |
| 36 | +[View commits](https://github.com/bakdata/fluent-kafka-streams-tests/compare/2.11.3...2.11.4) |
| 37 | + |
| 38 | +**Merged pull requests:** |
| 39 | + |
| 40 | +- Add schema provider to Schema Registry mock JUnit 5 [\#88](https://github.com/bakdata/fluent-kafka-streams-tests/pull/88) ([@raminqaf](https://github.com/raminqaf)) |
| 41 | +- Upgrade to Gradle 8.4 [\#87](https://github.com/bakdata/fluent-kafka-streams-tests/pull/87) ([@philipp94831](https://github.com/philipp94831)) |
| 42 | +- Migrate azure pipeline to GH\-action [\#86](https://github.com/bakdata/fluent-kafka-streams-tests/pull/86) ([@yannick-roeder](https://github.com/yannick-roeder)) |
10 | 43 |
|
11 | 44 | ## [2.11.3](https://github.com/bakdata/fluent-kafka-streams-tests/tree/2.11.3) (2024-01-09)
|
12 | 45 | [View commits](https://github.com/bakdata/fluent-kafka-streams-tests/compare/2.11.2...2.11.3)
|
|
204 | 237 | **Merged pull requests:**
|
205 | 238 |
|
206 | 239 | - Support SchemaProvider [\#51](https://github.com/bakdata/fluent-kafka-streams-tests/pull/51) ([@torbsto](https://github.com/torbsto))
|
207 |
| -- Add optional external SchemaRegistryMock to TestTopology class [\#52](https://github.com/bakdata/fluent-kafka-streams-tests/pull/52) ([@sergialonsaco](https://github.com/sergialonsaco)) |
208 | 240 | - Extract wiremock handler [\#53](https://github.com/bakdata/fluent-kafka-streams-tests/pull/53) ([@torbsto](https://github.com/torbsto))
|
209 | 241 |
|
210 | 242 | ## [2.3.0](https://github.com/bakdata/fluent-kafka-streams-tests/tree/2.3.0) (2021-02-12)
|
|
228 | 260 | **Merged pull requests:**
|
229 | 261 |
|
230 | 262 | - Support topolgies with dynamic output topics [\#47](https://github.com/bakdata/fluent-kafka-streams-tests/pull/47) ([@torbsto](https://github.com/torbsto))
|
231 |
| -- Example with springboot and junit5 [\#44](https://github.com/bakdata/fluent-kafka-streams-tests/pull/44) ([@ghost](https://github.com/ghost)) |
232 | 263 |
|
233 | 264 | ## [2.2.0](https://github.com/bakdata/fluent-kafka-streams-tests/tree/2.2.0) (2020-08-07)
|
234 | 265 | [View commits](https://github.com/bakdata/fluent-kafka-streams-tests/compare/2.1.0...2.2.0)
|
|
303 | 334 | - Bump kafka version to 2.2.0 [\#18](https://github.com/bakdata/fluent-kafka-streams-tests/issues/18)
|
304 | 335 | - Upate Medium Links [\#14](https://github.com/bakdata/fluent-kafka-streams-tests/issues/14)
|
305 | 336 |
|
306 |
| -**Fixed bugs:** |
307 |
| - |
308 |
| -- java.lang.ClassNotFoundException: com.fasterxml.jackson.annotation.JsonMerge [\#23](https://github.com/bakdata/fluent-kafka-streams-tests/issues/23) |
309 |
| - |
310 | 337 | **Merged pull requests:**
|
311 | 338 |
|
312 | 339 | - Pinning jackson version to avoid conflict between wiremock and schema… [\#26](https://github.com/bakdata/fluent-kafka-streams-tests/pull/26) ([@AHeise](https://github.com/AHeise))
|
313 | 340 | - Set java version of SR mock to java 8 [\#24](https://github.com/bakdata/fluent-kafka-streams-tests/pull/24) ([@AHeise](https://github.com/AHeise))
|
314 | 341 | - \(\#19\) Mock subject version endpoints [\#20](https://github.com/bakdata/fluent-kafka-streams-tests/pull/20) ([@OneCricketeer](https://github.com/OneCricketeer))
|
315 | 342 |
|
| 343 | +**Fixed bugs:** |
| 344 | + |
| 345 | +- java.lang.ClassNotFoundException: com.fasterxml.jackson.annotation.JsonMerge [\#23](https://github.com/bakdata/fluent-kafka-streams-tests/issues/23) |
| 346 | + |
316 | 347 | ## [1.0.1](https://github.com/bakdata/fluent-kafka-streams-tests/tree/1.0.1) (2019-02-22)
|
317 | 348 | [View commits](https://github.com/bakdata/fluent-kafka-streams-tests/compare/1.0.0...1.0.1)
|
318 | 349 |
|
|
325 | 356 | ## [1.0.0](https://github.com/bakdata/fluent-kafka-streams-tests/tree/1.0.0) (2019-02-21)
|
326 | 357 | [View commits](https://github.com/bakdata/fluent-kafka-streams-tests/compare/931e1a84bc220c27a44875d3d303fdc02a0ddb52...1.0.0)
|
327 | 358 |
|
328 |
| -**Fixed bugs:** |
329 |
| - |
330 |
| -- Parellel test execution may result in conflicts in the state directory [\#7](https://github.com/bakdata/fluent-kafka-streams-tests/issues/7) |
331 |
| - |
332 | 359 | **Merged pull requests:**
|
333 | 360 |
|
334 | 361 | - Using temp state dir to isolate test execution [\#8](https://github.com/bakdata/fluent-kafka-streams-tests/pull/8) ([@AHeise](https://github.com/AHeise))
|
|
342 | 369 | - Add README [\#1](https://github.com/bakdata/fluent-kafka-streams-tests/pull/1) ([@lawben](https://github.com/lawben))
|
343 | 370 | - Simplified avro example for blog article [\#4](https://github.com/bakdata/fluent-kafka-streams-tests/pull/4) ([@AHeise](https://github.com/AHeise))
|
344 | 371 | - Fix build and badges [\#2](https://github.com/bakdata/fluent-kafka-streams-tests/pull/2) ([@AHeise](https://github.com/AHeise))
|
| 372 | + |
| 373 | +**Fixed bugs:** |
| 374 | + |
| 375 | +- Parellel test execution may result in conflicts in the state directory [\#7](https://github.com/bakdata/fluent-kafka-streams-tests/issues/7) |
0 commit comments