v1.5.0
Additions:
- Assignment API support
- Mechanism to allow publishing with headers (Fixes #48)
- Batch publishing of messages (Fixes #30)
- Exposed callback functions for throttling and error events (Fixes #33)
Fixes:
- Previously consumption logic would result in thread starvation if consuming a large group of messages. exposure of
MaxMsgsPerPoll
and changes to underlying function calling mechanism have removed this issue. (Fixes #37)