1.0.0 (2024-06-11)
Features Added
- First stable release of the aznamespaces package targeted at API version
2024-06-01
.
Breaking Changes
- Sending and receiving operations have been moved to separate clients (SenderClient and ReceiverClient).
- Method names have been shortened from CloudEvent(s) to Event(s)
- LockTokens for AcknowledgeEvents, RejectEvents and ReleaseEvents are now a positional argument, instead of optional.
- Topic and subscription name are now set at the Client level, as part of
NewSenderClient
orNewReceiverClient
.