1.0.0 (2022-12-07)
This is the 1.0.0 GA version of Azure identity extensions library for Java.
Breaking Changes
- Move
azure-identity-providers-core
,azure-identity-providers-jdbc-mysql
,azure-identity-providers-jdbc-postgresql
into one module:azure-identity-extensions
#32282, #32370. - Rename
com.azure.identity.providers.mysql.AzureIdentityMysqlAuthenticationPlugin
tocom.azure.identity.extensions.jdbc.mysql.AzureMysqlAuthenticationPlugin
#32401. - Rename
com.azure.identity.providers.postgresql.AzureIdentityPostgresqlAuthenticationPlugin
tocom.azure.identity.extensions.jdbc.postgresql.AzurePostgresqlAuthenticationPlugin
#32401.
Bugs Fixed
- Fix passwordless feature doesn't work in AZURE_GERMANY, AZURE_CHINA, and AZURE_GOVERNMENT clouds #31600.