Releases: evolution-gaming/skafka
Releases · evolution-gaming/skafka
v11.15.0
v15.0.1
v15.0.0
What's Changed
- Update cats-effect, cats-effect-std to 3.4.8 by @scala-steward in #322
- Upgrade kafka-client to 3.4.0 by @Z1kkurat in #325
Notable changes
Please see the list of notable changes in Kafka documentation. In particular, the default values of producer configuration have been changed following the changes in kafka-clients
:
acks
toall
idempotence
totrue
Full Changelog: v14.1.3...v15.0.0
v11.14.0
v14.0.0
v11.12.0
v13.0.0
IMPORTANT: please, do NOT use this version as it contains a bug that causes clientRack
to be missing from ConsumerConfig
.
#260 move clientRack from CommonConfig to ProducerConfig
Full Changelog: v12.2.2...v13.0.0
v12.2.1
v11.10.1
v12.2.0
What's Changed
- Trim too large records on producer failures by @Z1kkurat in #255.
When producing a record fails withRecordTooLargeException
, a string representation of the record's value will be trimmed. By default first 1024 chars are taken. This can be overridden by using another overload ofProducerOps#withLogging
that accepts a newcharsToTrim
parameter.
Full Changelog: v12.1.3...v12.2.0