Skip to content

Release protocol/nats/v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 17:24
485e6f8

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 for IsUndelivered, fixed in #559

Kafka:

  • Bumped sarama to v1.15.0 (#548)
  • Added WithMessageKey to add the key to a producer message (#549)