1.1.0 (2025-02-24)
Features Added
- Migrated serialization to
azure-json
which offers implementation agnostic serialization, providing support for
more serialization frameworks than just Jackson.
Breaking Changes
- Removed Jackson annotations from models and removed custom serializer for raw JSON fields.
Bugs Fixed
- Fixes issue where text spanning more than a single WebSocketFrame are ignored. #44130
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.54.1
to version1.55.2
. - Upgraded
netty-codec-http
from4.1.115.Final
to version4.1.118.Final
.