v2023-12-08
Pre-release
Pre-release
What's Changed
- fix partition key typo in cosmos readme by @merlinio2000 in #1459
- Update hyper requirement from 0.14 to 1.0 by @dependabot in #1462
- address 1.74.0 lints by @demoray in #1463
- Search for discriminator children through multiple levels of allOf nesting by @krishanjmistry in #1460
- provide an option to use openssl to support FIPS 140 for blob storage by @Leavrth in #1467
- Update comrak requirement from 0.19 to 0.20 in /services/autorust by @dependabot in #1475
- standardize hmac_sha256 implementation by @demoray in #1473
- rename AccessToken to Secret and expand it's usage by @demoray in #1472
- expose updating credentials to sub-clients of a BlobServiceClient by @demoray in #1474
- Rename TokenResponse to AccessToken by @demoray in #1476
- move to RwLock rather than Mutex for storage credentials by @demoray in #1477
- Add support for authenticating using azureauth cli by @demoray in #1464
- Use Url instead of strings by @demoray in #1478
- use azure_core::Url reexport by @demoray in #1480
- Support user delegated sas urls by @demoray in #1481
- add support for partial range headers by @demoray in #1482
- add features to docs.rs build config by @demoray in #1483
- implement caching for all identity implementations by @demoray in #1484
- Split codegen_operations into multiple files by @krishanjmistry in #1485
- support user-supplied marker in list_blobs by @larshagencognite in #1468
- Update crates_io_api requirement from 0.8 to 0.9 in /services/autorust by @dependabot in #1488
- Expose default tag as feature by @demoray in #1492
- enable caching at the top level DefaultAzureCredential by @demoray in #1491
- use a temp directory for the emulator by @demoray in #1494
- Move to azure identity scopes by @demoray in #1493
- don't generate docs with all features by @demoray in #1502
- update lints for generated crates by @demoray in #1501
- fix azure_storage_queue set_blob_service_properties by @demoray in #1498
- add blob service client get properties by @demoray in #1499
- add error context to autorust by @demoray in #1497
- Regenerate crates with latest specs by @demoray in #1496
- fix handling application/xml in generated crates by @demoray in #1504
- Standardize on json & xml helpers by @demoray in #1505
- simplify use of
default_tag
by @demoray in #1506 - fix clippy lint with hmac_openssl feature by @demoray in #1507
- Bump version for release by @demoray in #1508
- move away from directory listings for finding generated crates by @demoray in #1509
New Contributors
- @merlinio2000 made their first contribution in #1459
- @krishanjmistry made their first contribution in #1460
- @larshagencognite made their first contribution in #1468
Full Changelog: v2023-11-03...v2023-12-08