12.0.0 (2025-09-30)
⚠ BREAKING CHANGES
- Config objects are not longer cloned by the library.
The objects are intended to be readonly and that no modification happens
to them during the lifetime of the process, changing these values will result
in undefined behaviour.
Features
- remove config object cloning to fix TokenCredential issues (5fcc7d7)