1.54.0 (2024-11-01)
Features Added
- Added
HttpLogOptions.getAllowHttpHeaderNames()
,HttpLogOptions.setAllowedHeaderNames(Set<HttpHeaderNames>)
, and
HttpLogOptions.addAllowedHeaderName(HttpHeaderName)
.
Bugs Fixed
- Fixed a bug where
Duration.between
could result in an exception ifOffsetDateTime.MAX
was used.
Other Changes
- Deprecated
String
-based equivalent APIs inHttpLogOptions
for allowed header names. - Deprecated
HttpLogOptions.prettyPrintBody
.
Dependency Updates
- Updated Reactor from
3.4.38
to3.4.41
.