8000 Releases · fd4s/fs2-kafka · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: fd4s/fs2-kafka

v3.8.0

26 May 20:19
v3.8.0
b42325f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.7.0...v3.8.0

v3.7.0

02 Apr 18:48
v3.7.0
37f2d8b
Compare
Choose a tag to compare

There was an issue earlier today which prevented v3.7.0 from being released properly.
The issue has now been fixed. Please enjoy the original release notes by @aartigao.


This release includes internal changes to KafkaConsumer brought by @biochimia and @rodrigo-molina (thank you very much for your contributions! 🎉 ) as well as some bug fixes (welcome @ex-ratt and @eugkhp as new collaborators 🫂).

We've released two candidates that, after running some time in our production systems, we think we're in safe position for a new release 🥳 🚀

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.7.0

fs2-kafka v3.7.0-RC2

28 Mar 06:37
cf7e0c9
Compare
Choose a tag to compare
fs2-kafka v3.7.0-RC2 Pre-release
Pre-release

What's Changed

Full Changelog: v3.7.0-RC1...v3.7.0-RC2

fs2-kafka v3.7.0-RC1

15 Mar 19:36
ed7716b
Compare
Choose a tag to compare
fs2-kafka v3.7.0-RC1 Pre-release
Pre-release

This is a pre-release for testing internal changes around KafkaConsumer introduced by @biochimia / @rodrigo-molina.

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.7.0-RC1

fs2-kafka v3.6.0

19 Nov 10:35
182e028
Compare
Choose a tag to compare

It's been a while since v3.6.0-RC1 was released for the community to test and I think we're in a safe position for a new release 🚀

Most of the changes included here are dependency updates but the most important feature is the changes around KafkaProducer fail-fast scenarios (thanks @rodrigo-molina for your contribution! 🎉) and the bump of Scala versions.

What's Changed

New Contributors

Full Changelog: v3.5.1...v3.6.0

fs2-kafka v3.6.0-RC1

09 Oct 12:54
860d850
Compare
Choose a tag to compare
fs2-kafka v3.6.0-RC1 Pre-release
Pre-release

This pre-release is done mainly to test changes around KafkaProducer fail-fast but also includes the bump of Scala versions.

What's Changed

New Contributors

Full Changelog: v3.5.1...v3.6.0-RC1

fs2-kafka v3.5.1

25 Apr 07:32
81bee4e
Compare
Choose a tag to compare

Important Notice: Producer performance regression fixed ⚠️

Changes introduced in #1126 cause a significant performance drop in Producer (you can find more details with some nice graphs in #1321).

Users are encouraged to use v3.5.1 and avoid v3.5.0 for this reason.

Many thanks to @atnoya for noticing and seeking the root cause 🎉 (and mention to @abestel for confirming he was experiencing the same issues).

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.5.1

Contributors

atnoya, aartigao, and abestel
Loading

fs2-kafka v3.5.0

18 Apr 04:22
fb082a0
Compare
Choose a tag to compare

Important Notice: Memory leak found 🐛

A leak in the fetch loop caused by a misuse of the CE Fiber API has been found and fixed (more info in #1318). Of course, all users are encouraged to upgrade ⬆️

All credits to @abestel who took the time to investigate the root cause a propose a fix for it! 🙇🏽 🥇 Awesome contribution! 🎉

Depending on the usage, the leak advances slowly or faster. As an example, here's the graph of one of our services for the last 12h in Staging (with the SNAPSHOT that includes #1318) and Prod (with v3.4.0) (both envs share exactly the same load) 👇🏽

Staging

image

Prod

image

Relevant Changes

Other Changes

Full Changelog: v3.4.0...v3.5.0

fs2-kafka v3.4.0

18 Mar 18:20
f16b999
Compare
Choose a tag to compare

This release contains mostly version bumps for the library dependencies, but some of them are important enough to create a minor version 👇🏽

Relevant changes

  • Latest Scala libs for 2.12, 2.13 and 3.3
  • Latest Kafka Clients 3.7.x lineage (updated from 3.6.x in previous versions)
  • Latest Kafka Avro Serializer 7.6.x lineage (updated from 7.5.x in previous versions)

What's Changed

Full Changelog: v3.3.1...v3.4.0

fs2-kafka v3.3.1

16 Feb 15:50
849906f
Compare
Choose a tag to compare

Important Notice: Binary Incompatibilities ⚠️

This release fixes v3.3.0 by bringing back the binary incompatible changes.

Users are encouraged to use v3.3.1 and avoid v3.3.0 for this reason.

What's Changed

Full Changelog: v3.3.0...v3.3.1

0