Releases: micronaut-projects/micronaut-kafka
Releases · micronaut-projects/micronaut-kafka
Micronaut Kafka v5.0.0-M2
What's Changed
Dependency updates 🚀
GraalVM 🏆
- Add graal native testing and upgrade to core 4 M2 by @graemerocher in #696
Full Changelog: v5.0.0-M1...v5.0.0-M2
Micronaut Kafka 4.5.3
v4.5.3 (2023-03-31)
Fixed bugs:
* This Changelog was automatically generated by github_changelog_generator
Micronaut Kafka 5.0.0-M1
What's Changed
Bug Fixes 🐞
- fix: Fix the bug of losing events in the case of multiple partitions while error happening by @JevanWu in #639
Improvements ⭐
- GH-604: Introduce exponential backoff for ErrorStrategy retry delay by @breader124 in #644
Dependency updates 🚀
- fix(deps): update dependency org.apache.kafka:kafka-clients to v3 by @renovate in #582
- chore(deps): update plugin io.micronaut.build.shared.settings to v6.0.2 by @renovate in #597
- fix(deps): update managed-kafka to v3 (major) by @renovate in #583
- chore(deps): update slsa-framework/slsa-github-generator action to v1.3.0 by @renovate in #628
- chore(deps): update plugin io.micronaut.build.shared.settings to v6.1.0 by @renovate in #627
- chore(deps): update mikepenz/action-junit-report action to v3.6.1 by @renovate in #626
- chore(deps): update dependency gradle to v7.6 by @renovate in #625
- chore(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v3.6.5 by @renovate in #623
- fix(deps): update managed-kafka to v3.3.2 by @renovate in #650
- fix(deps): update dependency io.zipkin.brave:brave-instrumentation-kafka-clients to v5.15.0 by @renovate in #655
- chore(deps): update plugin io.micronaut.build.shared.settings to v6.2.1 by @renovate in #651
- fix(deps): update dependency org.apache.kafka:kafka-clients to v3.4.0 by @renovate in #649
- fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v3.7.0 by @renovate in #643
- chore(deps): update plugin io.micronaut.build.shared.settings to v6.2.2 by @renovate in #659
- fix(deps): update managed-kafka to v3.4.0 by @renovate in #660
- chore(deps): update dependency org.graalvm.sdk:graal-sdk to v22.3.1 by @renovate in #558
Other Changes 💡
- Upgrade to Micronaut 4 snapshot by @wetted in #617
- Remove OpenTracing and add upgrade notes by @graemerocher in #621
- Fix Kafka Stream Build Failures by @graemerocher in #622
- Migrate to build plugins 6.1.1, update version catalog and dependencies to correspond to changed bom/platform architecture, misc build fixes. by @wetted in #641
- Improve docs for
@KafkaClient
/@KafkaListener
behavior by @MT-Jacobs in #657 - Add support to infer kafka key and value deserializer types when batch is enabled by @dhofftgt in #598
- Fix graalvm issues with micronaut-kafka not working (4.5.x) by @oliverbestmann in #658
- fix deprecation warnings by @graemerocher in #672
- use milestone dependencies by @sdelamo in #679
- docs(OffsetStrategy): align with docs and implementation by @NickHackman in #680
- ci: GraalvM Dev CI and micrometer M1 by @sdelamo in #685
New Contributors
- @breader124 made their first contribution in #644
- @JevanWu made their first contribution in #639
- @MT-Jacobs made their first contribution in #657
- @dhofftgt made their first contribution in #598
- @oliverbestmann made their first contribution in #658
- @NickHackman made their first contribution in #680
Full Changelog: v4.5.0...v5.0.0-M1
Micronaut Kafka 4.5.2
What's Changed
Docs 📖
- Migrate to new configuration asciidoc macro and build plugin 5.4.6 by @wetted in #656
- Update kafkaClientBatch.adoc by @rdnt42 in #670
Other Changes 💡
- Skip string metrics (like these: 'kafka.producer.commit-id', 'version', 'commitId', 'applicationId', 'topologyDescription') by @altro3 in #668
New Contributors
Full Changelog: v4.5.1...v4.5.2
Micronaut Kafka 4.5.1
What's Changed
Bug Fixes 🐞
- fix: Fix the bug of losing events in the case of multiple partitions while error happening by @JevanWu in #639
Improvements ⭐
- GH-604: Introduce exponential backoff for ErrorStrategy retry delay by @breader124 in #644
Other Changes 💡
- Fix graalvm issues with micronaut-kafka not working (4.5.x) by @oliverbestmann in #658
New Contributors
- @breader124 made their first contribution in #644
- @JevanWu made their first contribution in #639
- @oliverbestmann made their first contribution in #658
Full Changelog: v4.5.0...v4.5.1
Micronaut Kafka v4.5.0
What's Changed
New Features 🎉
- GH 347 kafka streams metrics by @graemerocher in #616
- Error Strategy retry on specifics exceptions by @adelanoe in #592
Bug Fixes 🐞
- fix(#607): Kafka Listener committing whole batch on shutdown by @PonzaMatteo in #615
- use the original group id for loading consumer configuration first by @phanx164 in #591
Improvements ⭐
- [#610] Dont pause unassigned TopicPartitions by @npetryk in #612
- GH-227 adds all tags available from kafka metrics by @timyates in #513
- KAFKA-527 FEAT Allow overriding of producer creation by @graemerocher in #619
Dependency updates 🚀
- chore(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v3.6.4 by @renovate in #594
- fix(deps): update dependency io.zipkin.brave:brave-instrumentation-kafka-clients to v5.14.1 by @renovate in #593
- chore(deps): update plugin io.micronaut.build.shared.settings to v5.3.15 by @renovate in #599
Other Changes 💡
- Upgrade to Micronaut 3.7.x and target 3.8 branch by @graemerocher in #614
New Contributors
- @PonzaMatteo made their first contribution in #615
- @npetryk made their first contribution in #612
- @phanx164 made their first contribution in #591
- @adelanoe made their first contribution in #592
Full Changelog: v4.4.1...v4.5.0
Micronaut Kafka 4.4.1
What's Changed
Bug Fixes 🐞
- Fix kafka consumer shutdown by @racevedoo in #602
Docs 📖
- Update kafkaErrors.adoc by @georgeharley in #605
Other Changes 💡
- Injecting kafka producer beans using @KafkaClient doesn't use the configuration on the annotation (#247) by @msupic in #589
- Switch to 3.7.x branch for patch release by @timyates in #606
New Contributors
Full Changelog: v4.4.0...v4.4.1
Micronaut Kafka 4.4.0
What's Changed
Bug Fixes 🐞
Dependency updates 🚀
- chore(deps): update managed-kafka to v2.8.1 by @renovate in #544
- chore(deps): update dependency io.zipkin.brave:brave-instrumentation-kafka-clients to v5.13.9 by @renovate in #535
- chore(deps): update dependency io.zipkin.brave:brave-instrumentation-kafka-clients to v5.13.10 by @renovate in #561
Other Changes 💡
- Not start KafkaStreams if using TopologyTestDriver by @Usy in #555
- Pin Graal to a java 8 version by @timyates in #573
- test: use cp-kafka 7.0.4 by @sdelamo in #577
- Roll back to kafka 2.8.1, set version for minor switch to 3.6.x branch by @timyates in #576
✅ Tests
- Add Retry to flakey KafkaPartitionedErrorsSpec by @graemerocher in #552
- Add retry to flakey KafkaConsumerMetricsSpec by @graemerocher in #553
⚙️ BUILD
- chore(deps): update dependency gradle to v7.5 by @renovate in #569
- Duplicate managed-kafka depenedency for core compatibility by @timyates in #562
- build: bump io.micronaut.build.shared.settings from 5.3.0 to 5.3.1 by @dependabot in #517
- chore(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v3.4.0 by @renovate in #534
- chore(deps): update plugin io.micronaut.build.shared.settings to v5.3.10 by @renovate in #538
- chore(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v3.5.1 by @renovate in #551
⚙️ CI
- update to micronaut build 5.3.10 by @sdelamo in #565
- Integrate renovate by @dstepanov in #533
- build: on binaryCompatibility & build to 5.3.14 by @sdelamo in #579
- chore(deps): update mikepenz/action-junit-report action to v3.1.0 by @renovate in #560
- chore(deps): update mikepenz/action-junit-report action to v3.2.0 by @renovate in #570
- build: bump peter-evans/create-pull-request from 3.14.0 to 4 by @dependabot in #518
- build: bump mikepenz/action-junit-report from 3.0.1 to 3.0.2 by @dependabot in #529
- chore(deps): update mikepenz/action-junit-report action to v3.0.3 by @renovate in #541
New Contributors
Full Changelog: v4.3.0...v4.4.0
Micronaut Kafka 4.3.1
v4.3.1 (2022-07-11)
What's Changed
Dependency updates 🚀
- build: bump io.micronaut.build.shared.settings from 5.3.0 to 5.3.1 by @dependabot in #517
- build: bump peter-evans/create-pull-request from 3.14.0 to 4 by @dependabot in #518
- build: bump mikepenz/action-junit-report from 3.0.1 to 3.0.2 by @dependabot in #529
- chore(deps): update managed-kafka to v2.8.1 by @renovate in #544
- chore(deps): update mikepenz/action-junit-report action to v3.0.3 by @renovate in #541
- chore(deps): update dependency io.zipkin.brave:brave-instrumentation-kafka-clients to v5.13.9 by @renovate in #535
- chore(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v3.4.0 by @renovate in #534
- chore(deps): update plugin io.micronaut.build.shared.settings to v5.3.10 by @renovate in #538
Other Changes 💡
- Integrate renovate by @dstepanov in #533
- Add Retry to flakey KafkaPartitionedErrorsSpec by @graemerocher in #552
- Add retry to flakey KafkaConsumerMetricsSpec by @graemerocher in #553
- build: pin graal-sdk by @sdelamo in #564
Full Changelog: v4.3.0...v4.3.1
Micronaut Kafka 4.3.0
v4.3.0 (2022-03-22)
- Adds BOM Module
- Bump up to Micronaut 3.4.0
Closed issues:
- Publish a BOM module #509
Merged pull requests:
- [kafka] Update common files for branch master #511 (@micronaut-build)
- Add a BOM to the Kafka project #510 (@timyates)
- build: bump actions/cache from 2.1.7 to 3 #508 (@dependabot[bot])
- build: bump io.micronaut.build.shared.settings from 5.2.3 to 5.3.0 #507 (@dependabot[bot])
* This Changelog was automatically generated by github_changelog_generator
- Add a BOM to the Kafka project (#510)