Releases: Azure/azure-sdk-for-rust
Releases · Azure/azure-sdk-for-rust
azure_security_keyvault_certificates@1.0.0
1.0.0 (2026-05-12)
Features Added
- Initial stable release.
Breaking Changes
- Bearer token authentication now requires TLS (https).
- Renamed
CertificateClient::create_certificate()tobegin_create_certificate()per guidelines. - Vault URLs must use TLS (https).
typespec_macros@1.0.0
1.0.0 (2026-05-11)
Features Added
- Initial stable release.
typespec_client_core@1.0.0
1.0.0 (2026-05-11)
Features Added
- Initial stable release.
Breaking Changes
- Added
#[non_exhaustive]toAttributeArray,AttributeValue,SpanStatus, andSpanKind. new_http_client()now panics if thereqwestfeature is not enabled.
typespec@1.0.0
1.0.0 (2026-05-11)
Features Added
- Initial stable release.
azure_identity@1.0.0
1.0.0 (2026-05-11)
Features Added
- Initial stable release.
Breaking Changes
- Added
#[non_exhaustive]toUserAssignedId.
azure_core_opentelemetry@1.0.0
1.0.0 (2026-05-11)
Features Added
- Initial stable release.
azure_core_macros@1.0.0
1.0.0 (2026-05-11)
Features Added
- Initial stable release.
azure_core_amqp@1.0.0
1.0.0 (2026-05-11)
Features Added
- Initial stable release.
azure_core@1.0.0
1.0.0 (2026-05-11)
Features Added
- Initial stable release.
Breaking Changes
- Added
#[non_exhaustive]toAttributeArray,AttributeValue,SpanStatus, andSpanKind. - Bearer token authorization now requires TLS (https).
azure_data_cosmos_driver@0.2.0
0.2.0 (2026-04-24)
Features Added
- Added
item_lsnfield toCosmosResponseHeadersfor thex-ms-item-lsnresponse header. - Added
partition_key_range_idandinternal_partition_idfields toCosmosResponseHeadersfor thex-ms-documentdb-partitionkeyrangeidandx-ms-cosmos-internal-partition-idresponse headers. (#4278) - Added
rustlsfeature flag (enabled by default) that configures reqwest with rustls as the TLS stack. (#4252) - Added
native_tlsfeature flag that configures reqwest with native-tls as the TLS stack. Disable default features and enablenative_tlsto use the platform TLS stack. (#4252) - Added
SessionToken::merge()for merging two session tokens by partition key range ID. (#4214)