Releases: Azure/azure-sdk-for-java
Releases · Azure/azure-sdk-for-java
azure-monitor-opentelemetry-autoconfigure_1.0.0
1.0.0 (2025-03-07)
Other Changes
- General availability release.
azure-json_1.5.0
1.5.0 (2025-03-07)
Breaking Changes
JsonNumber
previously would usefloat
when the floating point number was small enough to fit infloat
but it
now aligns behavior withJsonReader.readUntyped()
wheredouble
will be the smallest floating point type used.
This aligns with floating point number behavior in Java wheredouble
is the default if no type is specified.- Support for special numeric
INF
,-INF
, and+INF
values have been removed to align with behaviors ofFloat
andDouble
in Java where only theInfinity
variants are supported.
Bugs Fixed
JsonReader.readUntyped()
had incomplete support for untyped numerics. Numerics too large fordouble
andlong
are
now supported and a bug where exponents were not being parsed correctly is fixed.
azure-analytics-synapse-artifacts_1.0.0-beta.16
1.0.0-beta.16 (2025-03-07)
Features Added
- Model Dataset has a new parameter schema
- Model LinkedService parameter AzureFileStorageLinkedService support MI auth
- Model LinkedService parameter AzureTableStorageLinkedService support MI auth
- Model LinkedService parameter DynamicsCrmLinkedService has a new properties credential
- Model LinkedService parameter DynamicsLinkedService has a new properties domain
- Model LinkedService parameter GreenplumLinkedService has some new connection properties
- Model LinkedService parameter MySqlLinkedService has some new properties
- Model LinkedService parameter OracleLinkedService update properties
- Model LinkedService parameter RestService and SharePointOnlineList support ServicePrincipalCert auth
- Model LinkedService parameter SAP ODP update properties sncMode
- Model LinkedService parameter SnowflakeV2LinkedService has a new properties host
- Model LinkedService parameter SqlServerLinkedService add authenticationType UserAssignedManagedIdentity
- Model LinkedService parameter TeradataLinkedService has some new Teradata connection properties
- Model LinkedService parameter VerticaLinkedService support Vertica V2
- Model LinkedService has a new parameter version
- Model Pipeline Add credential reference in notebook and spark job definition activity
- Model Pipeline feature snowflake support multi-resultset
- Model Pipeline feature snowflake support storage integration
- Model Pipeline parameter ExecuteDataFlowActivity has a new properties continuationSettings
- Model Pipeline parameter ExpressionV2 has a new properties page_size
- Model Pipeline parameter SalesforceV2Source has a new properties page_size
- Model Pipeline support Iceberg Format As Sink
- Model Pipeline support TeradataSink
- Model Dataset support Iceberg Format As Sink
- Model runNotebook parameter runId update description
- Model LinkedService support sslMode and useSystemTrustStore for MariaDB
Breaking Changes
- Model LinkedService parameter PostgreSqlV2LinkedService has a new required properties authentication_type
- Model LinkedService parameter SapOdpLinkedService update properties sncMode
- Model LinkedService parameter AzureSqlDWLinkedService update required properties
- Model LinkedService parameter SqlServerLinkedService update required properties
- Model LinkedService parameter AmazonRdsForSqlServerLinkedService update required properties
- Model LinkedService parameter AzureSqlDatabaseLinkedService update required properties
- Model LinkedService parameter AzureSqlMILinkedService update required properties
azure-sdk-bom_1.2.32
Prepare Azure SDK Bom Release 1.2.32 (#44534)
azure-messaging-eventhubs-checkpointstore-blob_1.20.5
1.20.5 (2025-03-05)
Bugs Fixed
- Fixed dependency conflict between
azure-storage-blob
andazure-messaging-eventhubs
.
Other Changes
Dependency Updates
- Upgraded
azure-storage-blob
from12.29.0
to version12.29.1
.
azure-security-keyvault-secrets_4.9.3
4.9.3 (2025-03-04)
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.54.1
to version1.55.2
. - Upgraded
azure-json
from1.3.0
to version1.4.0
. - Upgraded
azure-core-http-netty
from1.15.7
to version1.15.10
.
azure-security-keyvault-keys_4.9.3
4.9.3 (2025-03-04)
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.54.1
to version1.55.2
. - Upgraded
azure-json
from1.3.0
to version1.4.0
. - Upgraded
azure-core-http-netty
from1.15.7
to version1.15.10
.
azure-security-keyvault-certificates_4.7.3
4.7.3 (2025-03-04)
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.54.1
to version1.55.2
. - Upgraded
azure-json
from1.3.0
to version1.4.0
. - Upgraded
azure-core-http-netty
from1.15.7
to version1.15.10
.
azure-security-keyvault-administration_4.6.3
4.6.3 (2025-03-04)
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.54.1
to version1.55.2
. - Upgraded
azure-json
from1.3.0
to version1.4.0
. - Upgraded
azure-core-http-netty
from1.15.7
to version1.15.10
.
azure-cosmos-spark_3-5_2-12_4.37.1
4.37.1 (2025-03-04)
Features Added
- Added config option
spark.cosmos.read.responseContinuationTokenLimitInKb
to reduce query continuation token size. - See PR 44480