Skip to content

Releases: babex-group/babex

New features

13 Sep 09:24
2d73428
Compare
Choose a tag to compare

Attention

The release has some breaking changes.

Changelog

  • Add the meta property instead the header property.
  • Add some fixes for the kafka adapter
  • Add an ability for catching errors, and pass them to error chain.

Breaking changes

Meta instead headers

Before:

service.Next(msg, data, map[string]interface{}{})

Now:

service.Next(msg, data, map[string]string{})

Introduction to adapters

30 Aug 13:45
Compare
Choose a tag to compare

Changelog

Babex now is supported different adapters. With this release we added the adapter for Rabbit.

Attention

Please notice that the release has breaking changes.