Skip to content

Version 3.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 08:55
· 127 commits to master since this release

This patch release brings a couple of small improvements:

  • Resolving schemas from Iglu registries is more resilient. Failed lookups (caused by network issues like EOF) are now retried.
  • In case of an enrichment misconfiguration, log contains the name of invalid enrichment making a message more descriptive.

Changelog

  • common: show the name of the misconfigured enrichment (#683)
  • common-fs2: retry EOF errors in blaze http client (#692)