Releases: babex-group/babex
Releases · babex-group/babex
New features
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
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.