1.6.1 (2025-06-23)
Acknowledgments
Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:
- Mike Alhayek (GitHub)
Bugs Fixed
- Updated
ConfigureKeyManagementKeyVaultEncryptorClientOptions
to ensure that its dependencies were resolved in the correct scope to prevent issues due to lifetime drift. Previously, a new scope was created to resolveAzureKeyVaultXmlEncryptor
. However,AzureKeyVaultXmlEncryptor
is registered as a singleton and should be resolved from the same scope in which the options are being configured. Creating a new scope introduced unnecessary overhead and potential for unexpected behavior due to differences in service lifetime management. (A community contribution, courtesy of danielmarbach)