1.27.0 (2022-04-01)
Features Added
- Added support for strongly-typed HTTP header objects to be deserialized lazily on a per-field basis rather than all
at once during construction. - Added
Context
support forDefaultPollingStrategy
,OperationResourcPollingStrategy
andLocationPollingStrategy
.
Other Changes
- Reduced usage of reflection when sending requests and receiving responses in
RestProxy
. - Improved handling for catching and rethrowing exceptions to reduce wrapping exceptions and to not wrap
Error
s.
Dependency Updates
- Upgraded Jackson from
2.13.2
to2.13.2.1
.