New features:
- Kafka: Added WithMessageKey to add the key to a producer message (#549)
Bug Fixes:
- Client.Request was not wrapping the result result into the Receipt, fixed in #550
- Field errors were being skipped on event validation, fixed in #555
- HTTP Binary messages became invalid if a transformer deleted an extension, fixed in #557
- Client was checking for
!IsACK
for response parsing, should have been looking forIsUndelivered
, fixed in #559 - Bumped sarama to v1.15.0 (#548)