Skip to content

Releases: Azure/azure-sdk-for-java

azure-monitor-opentelemetry-autoconfigure_1.0.0

07 Mar 10:03
f058b13
Compare
Choose a tag to compare

1.0.0 (2025-03-07)

Other Changes

  • General availability release.

azure-json_1.5.0

08 Mar 01:27
4e20f10
Compare
Choose a tag to compare

1.5.0 (2025-03-07)

Breaking Changes

  • JsonNumber previously would use float when the floating point number was small enough to fit in float but it
    now aligns behavior with JsonReader.readUntyped() where double will be the smallest floating point type used.
    This aligns with floating point number behavior in Java where double is the default if no type is specified.
  • Support for special numeric INF, -INF, and +INF values have been removed to align with behaviors of Float
    and Double in Java where only the Infinity variants are supported.

Bugs Fixed

  • JsonReader.readUntyped() had incomplete support for untyped numerics. Numerics too large for double and long are
    now supported and a bug where exponents were not being parsed correctly is fixed.

azure-analytics-synapse-artifacts_1.0.0-beta.16

07 Mar 10:15
f058b13
Compare
Choose a tag to compare

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

06 Mar 20:12
6338222
Compare
Choose a tag to compare
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 and azure-messaging-eventhubs.

Other Changes

Dependency Updates

  • Upgraded azure-storage-blob from 12.29.0 to version 12.29.1.

azure-security-keyvault-secrets_4.9.3

04 Mar 20:29
Compare
Choose a tag to compare

4.9.3 (2025-03-04)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.54.1 to version 1.55.2.
  • Upgraded azure-json from 1.3.0 to version 1.4.0.
  • Upgraded azure-core-http-netty from 1.15.7 to version 1.15.10.

azure-security-keyvault-keys_4.9.3

04 Mar 20:28
Compare
Choose a tag to compare

4.9.3 (2025-03-04)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.54.1 to version 1.55.2.
  • Upgraded azure-json from 1.3.0 to version 1.4.0.
  • Upgraded azure-core-http-netty from 1.15.7 to version 1.15.10.

azure-security-keyvault-certificates_4.7.3

04 Mar 20:28
Compare
Choose a tag to compare

4.7.3 (2025-03-04)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.54.1 to version 1.55.2.
  • Upgraded azure-json from 1.3.0 to version 1.4.0.
  • Upgraded azure-core-http-netty from 1.15.7 to version 1.15.10.

azure-security-keyvault-administration_4.6.3

04 Mar 20:28
Compare
Choose a tag to compare

4.6.3 (2025-03-04)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.54.1 to version 1.55.2.
  • Upgraded azure-json from 1.3.0 to version 1.4.0.
  • Upgraded azure-core-http-netty from 1.15.7 to version 1.15.10.

azure-cosmos-spark_3-5_2-12_4.37.1

04 Mar 15:55
Compare
Choose a tag to compare

4.37.1 (2025-03-04)

Features Added

  • Added config option spark.cosmos.read.responseContinuationTokenLimitInKb to reduce query continuation token size. - See PR 44480