1.21.0 (2021-10-01)
Features Added
- Added
ResponseError
which represents a general error response. - Added
HttpResponse.getBodyAsInputStream
to retrieve theHttpResponse
body as anInputStream
. - Added
HttpHeaders.add
to add an individual header to theHttpHeaders
. - Added
setTenantId
andgetTenantId
methods toTokenRequestContext
class that allows to configure TenantId Challenges. - Added additional logging when an
HttpClientProvider
is loaded from the classpath.
Breaking Changes
- Deprecated annotation
ResumeOperation
as it was no longer used. - Deprecated
JacksonAdapter.simpleMapper
andJacksonAdapter.serializer
as they should no longer be used. - Deprecated
CoreUtils.extractAndFetch
as it was no longer used.
Other Changes
Dependency Updates
- Upgraded Jackson from
2.12.4
to2.12.5
. - Upgraded Reactor from
3.4.9
to3.4.10
.