v2024-04-24
Pre-release
Pre-release
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