This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
v0.3.1
Changelog
- Add
identifier: UUID
andheaders: dict[str, str]
attributes toBrokerMessage
. - Remove
saga: Optional[UUID]
andservice_name: str
attributes fromBrokerMessage
. - Now
BrokerPublisher.send
returns theBrokerMessage
identifier instead of the entry identifier on theProducer
's queue. - Add
REQUEST_HEADERS_CONTEXT_VAR
. - Rename
USER_CONTEXT_VAR
andREPLY_TOPIC_CONTEXT_VAR
asREQUEST_USER_CONTEXT_VAR
andREQUEST_REPLY_TOPIC_CONTEXT_VAR
respectively.