v2023-09-08
Pre-release
Pre-release
What's Changed
- Fix Authorization Policy applying SAS token twice on retry requests by @dmweis in #1331
- Address lints from clippy 1.72.0 by @demoray in #1344
- Implement Cosmos AAD authentication by @johnbatty in #1338
- Support using a partition range id with Cosmos queries by @tcallan in #1329
- Public response when no response type defined by @dav1do in #1349
- Update examples for Client Credentials Flow by @bgdev-guy in #1325
- regenerate services with response types by @demoray in #1352
- Example for device code flow added by @fratschi in #1328
- Use newer workspace resolver by @demoray in #1353
- Use
unwrap_or_default()
rather than.unwrap_or_else(|| "".to_string())
by @demoray in #1354 - Use access keys for storage blob integration tests by @demoray in #1363
- Allow creating LeaseId from Uuid by @demoray in #1361
- Add support to generate documentation for setters by @demoray in #1357
- Only reset streams when retrying by @demoray in #1358
- At the time of Pipeline::send, context doesn't need to be mutable by @demoray in #1355
- Allow configurable in-memory buffer size for SeekableStream by @demoray in #1359
- Cleanup & simplify put_append_blob_00 example by @demoray in #1360
- Add support for listing system containers when listing containers by @demoray in #1362
- Prep 0.15.0 release by @demoray in #1365
New Contributors
- @dav1do made their first contribution in #1349
- @bgdev-guy made their first contribution in #1325
- @fratschi made their first contribution in #1328
Full Changelog: v2023-08-23...v2023-09-08