Releases: Azure/azure-sdk-for-rust
Releases · Azure/azure-sdk-for-rust
[email protected]
0.22.0 (2025-02-18)
Features Added
- Initial supported release.
[email protected]
1.0.0-beta.4566510 (2025-02-14)
- initial TODO
[email protected]
1.0.0-beta.4566510 (2025-02-14)
- initial TODO
[email protected]
1.0.0-beta.4563612 (2025-02-14)
- initial TODO
[email protected]
1.0.0-beta.4563385 (2025-02-13)
- initial TODO
[email protected]
1.0.0-beta.4563612 (2025-02-14)
- initial TODO
[email protected]
1.0.0-beta.4563385 (2025-02-13)
- initial TODO
azure_core-0.21.0
What's Changed
- Update comrak requirement from 0.22 to 0.23 in /services/autorust by @dependabot in #1653
- Rename lock_expiry to timeout by @Gaelik-git in #1651
- fix iothub device update by bumping api version to 2022-10-01 by @JanZachmann in #1636
- Update comrak requirement from 0.23 to 0.24 in /services/autorust by @dependabot in #1665
- Fix new nightly clippy rules by @heaths in #1667
- Add if-match condition to PutAppendBlob by @ishai42 in #1658
- No nightly clippy except weekly by @heaths in #1670
- Fixes scheduled pipeline by @heaths in #1671
- fix the invalid scope by adding .default by @devigned in #1678
- Fix broken code behind client_certificate feature by @heaths in #1706
- Redact the authorization header from Debug impl by @arpad-m in #1699
- Adds Cold as AccessTier option by @gurkanindibay in #1697
- Fix year in changelog by @rbtcollins in #1673
- Fix new clippy lints by @heaths in #1723
- Update CODEOWNERS by @RickWinter in #1722
- Update azure-autorust to append path and parameters via URL lib by @andras-pinter in #1663
- Adding BrokerProperties when sending message to queue or topic by @Gaelik-git in #1693
- Allow setting custom properties in service_bus send_message() by @bryanpendleton in #1758
- Regenerate track 1 crates by @heaths in #1835
- Update track 1 READMEs with notice by @heaths in #1841
New Contributors
- @JanZachmann made their first contribution in #1636
- @ishai42 made their first contribution in #1658
- @devigned made their first contribution in #1678
- @arpad-m made their first contribution in #1699
- @gurkanindibay made their first contribution in #1697
- @rbtcollins made their first contribution in #1673
- @andras-pinter made their first contribution in #1663
- @bryanpendleton made their first contribution in #1758
Full Changelog: v2024-04-24...azure_core-0.21.0
v2024-04-24
What's Changed
- add wrapper script to generate & build services by @demoray in #1544
- Fix docs.rs build for iot_hub, messaging_eventgrid, message_servicebus by @krishanjmistry in #1552
- use
cargo-docs-rs
to validate docs as part of the build pipeline by @demoray in #1553 - Update serial_test requirement from 2.0 to 3.0 by @dependabot in #1556
- Remove call to reqwest::ClientBuilder::pool_max_idle_per_host() on wasm by @johnbatty in #1555
- check wasm with default features by @demoray in #1557
- address unused_async lint by @demoray in #1559
- Update cargo_toml requirement from 0.17 to 0.18 in /services/autorust by @dependabot in #1565
- address
clippy::if_not_else
by @demoray in #1570 - address
clippy::manual_string_new
by @demoray in #1569 - address
clippy::inefficient_to_string
by @demoray in #1568 - address clippy::redundant_closure_for_method_calls by @demoray in #1564
- address clippy::map_unwrap_or by @demoray in #1563
- address
clippy::doc_markdown
by @demoray in #1562 - address
match_same_arms
by @demoray in #1561 - address
clippy::implicit_clone
by @demoray in #1567 - address example name collisions by @demoray in #1558
- use async-process for executing commands by @demoray in #1560
- Update hyper-rustls requirement from 0.25 to 0.26 by @dependabot in #1577
- Upgrade AzureauthCliCredential to latest TokenCredential trait and use TokenCache by @kyle-rader-msft in #1575
- add azure_identity::create_credential(), SpecificAzureCredential, AppServiceManagedIdentityCredential, VirtualMachineManagedIdentityCredential by @cataggar in #1532
- don't run
cargo clean
as part of clippy build script by @demoray in #1580 - move to using
tracing
instead oflog
by @demoray in #1579 - Update comrak requirement from 0.20 to 0.21 in /services/autorust by @dependabot in #1596
- Add missing serde attribute for deserialization. by @jltorresm in #1589
- Update cargo_toml requirement from 0.18 to 0.19 in /services/autorust by @dependabot in #1597
- Add codeowner file by @RickWinter in #1610
- Fix build errors by @heaths in #1613
- fix: naive_redirect_server TCP Port should be a u16 by @NTmatter in #1611
- Add Rust script to verify centralized dependencies by @heaths in #1618
- Update base64 requirement from 0.21 to 0.22 by @dependabot in #1620
- Fix build issues by @heaths in #1625
- Update reqwest requirement from 0.11.14 to 0.12.0 by @dependabot in #1626
- Fix new warnings (as errors) by @heaths in #1633
- Update hyper-rustls requirement from 0.26 to 0.27 by @dependabot in #1628
- Update comrak requirement from 0.21 to 0.22 in /services/autorust by @dependabot in #1635
- Update heck requirement from 0.4 to 0.5 in /services/autorust by @dependabot in #1624
- Update crates_io_api requirement from 0.9 to 0.11 in /services/autorust by @dependabot in #1640
- Support xml error respsonse by @merlinio2000 in #1631
- Update cargo_toml requirement from 0.19 to 0.20 in /services/autorust by @dependabot in #1646
- (fix) Signing key for TopicClient not correctly encoded by @Gaelik-git in #1638
- Prep 0.20.0 release by @demoray in #1648
New Contributors
- @kyle-rader-msft made their first contribution in #1575
- @RickWinter made their first contribution in #1610
- @NTmatter made their first contribution in #1611
Full Changelog: v2024-01-05...v2024-04-24
v2024-01-05
What's Changed
- Add throttling support using retry-after headers by @johnbatty in #1517
- Fix service bus queue SAS token generation by @jltorresm in #1518
- Fixing the naive implementation of sleep by @msabansal in #1523
- use expire_on from Azure CLI 2.54.0 if it exists by @cataggar in #1534
- enable AccessToken to be serialized & deserialized by @demoray in #1538
- make delete path a Stream response by @demoray in #1540
- fix token scopes for azure_storage and azure_iot_hub by @demoray in #1541
- allow users to provide continuation token by @demoray in #1537
- Update hyper-rustls requirement from 0.24 to 0.25 by @dependabot in #1548
- include source stack in aggregated errors in DefaultAzureCredential by @demoray in #1546
- update generated crates by @demoray in #1545
- work around hang issue in hyper by @demoray in #1550
- Prep 0.19.0 release by @demoray in #1551
Full Changelog: v2023-12-11...v2024-01-05