Skip to content

Releases: micronaut-projects/micronaut-kafka

Micronaut Kafka v5.0.0-M2

20 Apr 16:36
Compare
Choose a tag to compare
Pre-release

What's Changed

Dependency updates 🚀

  • chore(deps): update dependency gradle to v8.1 by @renovate in #694

GraalVM 🏆

Full Changelog: v5.0.0-M1...v5.0.0-M2

Micronaut Kafka 4.5.3

31 Mar 14:45
Compare
Choose a tag to compare

v4.5.3 (2023-03-31)

Full Changelog

Fixed bugs:

  • Added config for native build with OAuthBearer and SCRAM security protocols #688 (@altro3)

* This Changelog was automatically generated by github_changelog_generator

Micronaut Kafka 5.0.0-M1

28 Mar 05:19
Compare
Choose a tag to compare
Pre-release

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 ⭐

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

Full Changelog: v4.5.0...v5.0.0-M1

Micronaut Kafka 4.5.2

03 Mar 12:00
Compare
Choose a tag to compare

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

09 Feb 15:37
Compare
Choose a tag to compare

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 ⭐

Other Changes 💡

New Contributors

Full Changelog: v4.5.0...v4.5.1

Micronaut Kafka v4.5.0

16 Nov 11:01
Compare
Choose a tag to compare

What's Changed

New Features 🎉

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 ⭐

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 💡

New Contributors

Full Changelog: v4.4.1...v4.5.0

Micronaut Kafka 4.4.1

26 Oct 10:59
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Docs 📖

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

28 Jul 05:48
Compare
Choose a tag to compare

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

⚙️ 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

  • @Usy made their first contribution in #555

Full Changelog: v4.3.0...v4.4.0

Micronaut Kafka 4.3.1

11 Jul 09:56
Compare
Choose a tag to compare

v4.3.1 (2022-07-11)

Full Changelog

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 💡

Full Changelog: v4.3.0...v4.3.1

Micronaut Kafka 4.3.0

22 Mar 15:11
Compare
Choose a tag to compare

v4.3.0 (2022-03-22)

Full Changelog

  • Adds BOM Module
  • Bump up to Micronaut 3.4.0

Closed issues:

  • Publish a BOM module #509

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

  • Add a BOM to the Kafka project (#510)