2.7.0 (2021-07-20)
Key Bug Fixes
- Fixed
EventHubMessageConverter
to load all system properties ofEventData
and put in the header of org.springframework.messaging.Message.(#22683) - Fix bug of setting message headers repeatedly with different value types. (#22939)
New Features
- Support configuration of
AmqpTransportType
for ServiceBusClientBuilder with property ofspring.cloud.azure.servicebus.transportType
, supported values areAMQP
andAMQP_WEB_SOCKETS
.
Breaking Changes
- Encode message payload with UTF-8 charset instead of default charset of JVM when the payload is String. (#23056)
Dependency Upgrades
- Upgrade to spring-boot-dependencies:2.5.2.
- Upgrade to spring-cloud-dependencies:2020.0.3.