1.26.0 (2022-03-04)
Features Added
- Added
FluxUtil.writeToOutputStream
which provides an optimized way to write a stream ofFlux<ByteBuffer>
to an
OutputStream
with minimal overhead. (#26821)
Bugs Fixed
- Fixed
com.azure.core.implementation.ReflectionUtils.getLookupToUse
which fails withjava.lang.SecurityException
underSecurityManager
. (#27182, thank you @reta!) - Fixed an issue where converting Azure
Context
to ReactorContext
could result in anIndexOutOfBoundsException
. (#27197)
Other Changes
- Added
x-ms-request-id
,MS-CV
,WWW-Authenticate
as default logged headers andapi-version
as a default logged
query parameter. (#26973) - Updated how
Response
types are constructed inRestProxy
to reduce the usage of reflection. (#27207) - Updated all
ClientLogger
s to be static constants instead of instance variables. (#27339) - Updated the usage of
AZURE_LOG_LEVEL
to be constant. (#27193)
Dependency Updates
- Upgraded Reactor from
3.4.13
to3.4.14
.