5.16.0 (2023-09-22)
Features Added
- Added support for a Function<String, EventPosition> that maps a partition id to EventPosition in EventProcessorClientBuilder. (#36485)
- Added support for tracing options and configuration. (#33600)
- Aligned with OpenTelemetry messaging semantic conventions (when latest azure-core-tracing-opentelemetry package is used). (#33600)
Bugs Fixed
- Fixed exception when attempting to populate trace context on received
EventData
. (#33594) - Fixed
NullPointerException
when ending span whenAmqpException
is thrown, but itsAmqpErrorCondition
isnull
.
(#35299) - Handles errors thrown from user-called code when invoking
PartitionProcessor
'sprocessError
orclose
methods. #36891
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.42.0
to version1.43.0
. - Upgraded
azure-core-amqp
from2.8.8
to version2.8.9
.