Skip to content

Releases: Azure/azure-sdk-for-rust

azure_security_keyvault_certificates@1.0.0

13 May 17:43
b18921f

Choose a tag to compare

1.0.0 (2026-05-12)

Features Added

  • Initial stable release.

Breaking Changes

  • Bearer token authentication now requires TLS (https).
  • Renamed CertificateClient::create_certificate() to begin_create_certificate() per guidelines.
  • Vault URLs must use TLS (https).

typespec_macros@1.0.0

12 May 18:15
c3c92ed

Choose a tag to compare

1.0.0 (2026-05-11)

Features Added

  • Initial stable release.

typespec_client_core@1.0.0

12 May 18:15
c3c92ed

Choose a tag to compare

1.0.0 (2026-05-11)

Features Added

  • Initial stable release.

Breaking Changes

  • Added #[non_exhaustive] to AttributeArray, AttributeValue, SpanStatus, and SpanKind.
  • new_http_client() now panics if the reqwest feature is not enabled.

typespec@1.0.0

12 May 18:15
c3c92ed

Choose a tag to compare

1.0.0 (2026-05-11)

Features Added

  • Initial stable release.

azure_identity@1.0.0

12 May 20:39
c3c92ed

Choose a tag to compare

1.0.0 (2026-05-11)

Features Added

  • Initial stable release.

Breaking Changes

  • Added #[non_exhaustive] to UserAssignedId.

azure_core_opentelemetry@1.0.0

12 May 18:16
c3c92ed

Choose a tag to compare

1.0.0 (2026-05-11)

Features Added

  • Initial stable release.

azure_core_macros@1.0.0

12 May 18:15
c3c92ed

Choose a tag to compare

1.0.0 (2026-05-11)

Features Added

  • Initial stable release.

azure_core_amqp@1.0.0

12 May 18:15
c3c92ed

Choose a tag to compare

1.0.0 (2026-05-11)

Features Added

  • Initial stable release.

azure_core@1.0.0

12 May 18:15
c3c92ed

Choose a tag to compare

1.0.0 (2026-05-11)

Features Added

  • Initial stable release.

Breaking Changes

  • Added #[non_exhaustive] to AttributeArray, AttributeValue, SpanStatus, and SpanKind.
  • Bearer token authorization now requires TLS (https).

azure_data_cosmos_driver@0.2.0

27 Apr 22:29
3ed6961

Choose a tag to compare

Pre-release

0.2.0 (2026-04-24)

Features Added

  • Added item_lsn field to CosmosResponseHeaders for the x-ms-item-lsn response header.
  • Added partition_key_range_id and internal_partition_id fields to CosmosResponseHeaders for the x-ms-documentdb-partitionkeyrangeid and x-ms-cosmos-internal-partition-id response headers. (#4278)
  • Added rustls feature flag (enabled by default) that configures reqwest with rustls as the TLS stack. (#4252)
  • Added native_tls feature flag that configures reqwest with native-tls as the TLS stack. Disable default features and enable native_tls to use the platform TLS stack. (#4252)
  • Added SessionToken::merge() for merging two session tokens by partition key range ID. (#4214)