Skip to content

v1.8.0

Choose a tag to compare

@k-raina k-raina released this 05 Jan 12:22
80053e8

v1.8.0 is a feature release. It is supported for all usage.

Enhancements

  1. References librdkafka v2.13.0. Refer to the librdkafka v2.13.0 release notes for more information.
  2. Export CelExecutor/CelFieldExecutor in schemaregistry index.ts (#412).
  3. Minor improvement to rule failure message (#419).
  4. Prevent a condition that causes fetch failures when max
    batch size is set or the default one and there's a low consumption
    rate (#418 Lucio Franco (@LucioFranco), #424).

Fixes

  1. fix(deps): update dependency validator to v13.15.22 [security] (#413).
  2. Prevent max message cache size reaching zero by having a minimum of 1 message per worker after the round up (#424).