Skip to content

AsyncAPI Toolkit v0.7.0

Compare
Choose a tag to compare
@abelgomez abelgomez released this 05 May 14:36
· 13 commits to master since this release
f3feecd

Major release with small but incompatible changes:

  • Change the way payloads and headers are managed in protocols that support it.
    Now, headers are managed as a separate entity from the payload, and are not embedded as part of the payload if the protocol does not support headers (e.g., MQTT).
  • Change the IMessage interface, which now always has getHeaders and getPayload methods, returning an Optional.