1.4.4 (2023-04-18)
Breaking Changes
- Fixed the bug that multiple authentications coexist per builder. App Configuration client builder should only
support single authentication per builder instance. - Moved the validation of authentication to client builder's
build()
method.
Bugs Fixed
- Fixed a race condition of invalid signature issue by not sharing
Mac
instance in class-level per request operation.
Mac
isn't thread-safe, multiple threads could use it at once.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.37.0
to version1.38.0
. - Upgraded
azure-core-http-netty
from1.13.1
to version1.13.2
.