1.13.0 (2021-02-05)
New Features
- Added
setPollInterval
toPollerFlux
andSyncPoller
to allow mutating how often a long-running request is polled. - Added
HttpClientOptions
to allow for reusableHttpClient
configurations to be passed into SPIs and client builders. - Added
CoreUtils.getApplicationId
as a convenience method to determine application ID fromClientOptions
orHttpLogOptions
. - Added additional convenience methods to
HttpHeaders
andHttpHeader
to better support multi-value headers. - Added support for claims in
TokenRequestContext
. - Added the ability to disable tracing for individual network requests.
Deprecations
- Deprecated
HttpHeaders.put
and replaced withHttpHeaders.set
.