v2023-09-28
Pre-release
Pre-release
What's Changed
- cleanup azure_identity examples by @demoray in #1369
- Wrap DeviceCodePhaseOneResponse::stream response in
Pin<Box>>
by @demoray in #1368 - provide
SeekableStream
impl fortokio::fs::File
by @demoray in #1364 - wasm32 target support (v2) by @johnbatty in #1367
- Update toml requirement from 0.7 to 0.8 in /services/autorust by @dependabot in #1372
- Simplify example blob_05_default_credential.rs by @jackgerrits in #1373
- configure dependabot to update github-actions by @demoray in #1374
- Bump Swatinem/rust-cache from 1 to 2 by @dependabot in #1376
- split wasm checks into distinct job by @demoray in #1375
- Bump actions/checkout from 2 to 4 by @dependabot in #1377
- update generated github actions workflows to match updates by @demoray in #1378
- make NoopClient feature dependant by @demoray in #1380
- address XML parsing issues in generated crates by @demoray in #1381
- begin LRO implementation for generated crates by @demoray in #1370
- allow backslash in package readme specifications by @demoray in #1386
- start automatically boxing types for code generation by @demoray in #1385
- use
Url::path_segments_mut
to create container & blob URLs by @demoray in #1379 - remove autorust.toml for
azure_svc_machinelearningservices
by @demoray in #1387 - remove unused autorust.toml for azure_mgmt_azureactivedirectory by @demoray in #1388
- cleanup multiple autorust.toml configs by @demoray in #1390
- update autorust.toml configs once autoboxing is included by @demoray in #1389
- Fix paging via params for generated crates by @demoray in #1383
- Regenerate crates with fixes by @demoray in #1384
- add
models
to autorust's reserved words by @demoray in #1393 - regenerate crates from specs by @demoray in #1392
- remove local-offset feature from time in azure_core by @cataggar in #1391
- add ModelsCode by @cataggar in #1395
- address paging issues for azure_keyvault by @demoray in #1396
- address clippy warnings for azure_storage_queues by @demoray in #1408
- address clippy warnings for azure_core by @demoray in #1398
- address clippy warnings for mock_transport by @demoray in #1397
- address clippy warnings for azure_data_tables by @demoray in #1400
- address clippy warnings for azure_security_keyvault by @demoray in #1401
- address clippy warnings for azure_iot_hub by @demoray in #1402
- address clippy warnings for azure_identity by @demoray in #1403
- address clippy warnings for azure_messaging_servicebus by @demoray in #1404
- address clippy warnings for azure_iot_deviceupdate by @demoray in #1405
- address clippy warnings for azure_storage by @demoray in #1406
- address clippy warnings for azure_storage_blobs by @demoray in #1407
- address clippy warnings for azure_data_cosmos by @demoray in #1399
- add more ToTokens impls for models by @cataggar in #1409
- add ContinuableCode for models by @cataggar in #1411
- remove lifetime workaround now that this is fixed by @demoray in #1413
- add support to fetch user delegated keys by @demoray in #1412
- add parallelism to autorust using rayon by @demoray in #1416
- add support for unions in generated service serialization by @cataggar in #1414
- regenerate services from specs by @demoray in #1417
- use the StorageCredentials helpers instead of using the enum variants directly by @demoray in #1420
- avoid manually managing query strings by @demoray in #1421
- allow creation of anonymous blob-clients from a Url by @demoray in #1422
- move
StorageCredentials
out ofCloudLocation
by @demoray in #1423 - enable updating current credentials by @demoray in #1424
- remove unused packages on github runners by @demoray in #1426
- rename ParameterType to ParameterIn in autorust by @cataggar in #1419
- Prep 0.16.0 release by @demoray in #1427
New Contributors
- @jackgerrits made their first contribution in #1373
Full Changelog: v2023-09-08...v2023-09-28