5.9.0 (2021-07-09)
Features Added
- Add additional fields to
EventData
.getContentType()
,getCorrelationId()
,getMessageId()
and the corresponding setters were added. - Add
EventData.getRawAmqpMessage()
. Data inEventData.getSystemProperties()
is backed byAmqpAnnotatedMessage
but are read-only.
Dependency Updates
- Update
azure-core
dependency to1.18.0
. - Update
azure-core-amqp
dependency to2.3.0
.