Skip to content

Latest commit

 

History

History
110 lines (56 loc) · 5.72 KB

CHANGELOG.md

File metadata and controls

110 lines (56 loc) · 5.72 KB

effect-kafka

0.7.0

Minor Changes

0.6.0

Minor Changes

  • #29 d3c8fc0 Thanks @floydspace! - define UnknownProducerError and use it as fallback for all errors happend in producer engine

Patch Changes

0.5.2

Patch Changes

0.5.1

Patch Changes

0.5.0

Minor Changes

  • #22 42f2df9 Thanks @floydspace! - Improve build configuration, expose sub packages and fix optional peer dependencies bug, closes #21

0.4.3

Patch Changes

0.4.2

Patch Changes

  • 0ef48b3 Thanks @floydspace! - forward rdkafka logs, use Logger.withMinimumLogLevel to enable desired log levels, closes #11

0.4.1

Patch Changes

  • b72be89 Thanks @floydspace! - fix bug when message offered to the queue was not suspended in case of back pressure

  • b72be89 Thanks @floydspace! - add layerConfig for kafka instance implementations

0.4.0

Minor Changes

  • 4783992 Thanks @floydspace! - rename producer send as sendScoped, and define different send signature

Patch Changes

0.3.2

Patch Changes

0.3.1

Patch Changes

0.3.0

Minor Changes

  • c2902e0 Thanks @floydspace! - - rename MessagePayload to ConsumerRecord similar how it is named in zio-kafka

    • handle message batches manually
  • #4 f5d97d2 Thanks @floydspace! - implement stream consumer allow handling commits manually

0.2.0

Minor Changes

0.1.0

Minor Changes