Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

v0.3.1

Compare
Choose a tag to compare
@garciparedes garciparedes released this 30 Nov 08:38
· 72 commits to main since this release
ca4c525

Changelog

  • Add identifier: UUID and headers: dict[str, str] attributes to BrokerMessage.
  • Remove saga: Optional[UUID] and service_name: str attributes from BrokerMessage.
  • Now BrokerPublisher.send returns the BrokerMessage identifier instead of the entry identifier on the Producer's queue.
  • Add REQUEST_HEADERS_CONTEXT_VAR.
  • Rename USER_CONTEXT_VAR and REPLY_TOPIC_CONTEXT_VAR as REQUEST_USER_CONTEXT_VAR and REQUEST_REPLY_TOPIC_CONTEXT_VAR respectively.