Skip to content

2022 June Release

Pre-release
Pre-release

Choose a tag to compare

@cataggar cataggar released this 10 Aug 02:42
· 2208 commits to main since this release
267d8ce

What's Changed

  • add autorust.toml with tags_allow to limit tags by @cataggar in #747
  • add example that shows azure_mgmt_network's service_tags().list() by @bmc-msft in #750
  • adding option to specify client_id for MSI by @aj9411 in #748
  • datetime from azure cli token is in the local timezone by @yvespp in #751
  • prep azure_identity 0.3.0 by @cataggar in #753
  • add AutoRefreshingTokenCredential support to StorageAccountClient by @yvespp in #757
  • Make Pageable implement Send by @rylev in #758
  • ToTokens refactor by @cataggar in #754
  • Export credentials from azure_identity by @heaths in #756
  • remove version in dev-dependency by @cataggar in #759
  • limit tags to 5 by @cataggar in #761
  • remove defunct enable_hyper feature by @cataggar in #760
  • data tables queries use eq not = for string equality by @bmc-msft in #764
  • use azure_core errors in services by @cataggar in #766
  • check service examples by @cataggar in #767
  • Support enum modelAsString by @johnbatty in #769
  • migrate workarounds to autorust.toml by @ctaggart in #772
  • convert error responses from bytes by @ctaggart in #776
  • make reqwest optional for azure_core by @ctaggart in #777
  • Ensure that the result from query_documents().into_stream is sendable by @rylev in #773
  • add ResultExt::map_kind by @ctaggart in #778
  • set MSI secret env.var optional by @pavelm10 in #775
  • Implemented messaging_servicebus crate by @danbugs in #770
  • update execute_request2 to use error::Error instead of HttpError by @ctaggart in #779
  • iot_hub: Add support for configurations by @corollaries in #762
  • Update comrak requirement from 0.12 to 0.13 in /services/autorust by @dependabot in #783
  • migrate azure_identity to azure_core::error::Error by @ctaggart in #781
  • Migrate security_keyvault to new azure_core::error scheme by @johnbatty in #782
  • Make Pageable's stream item type be Send + Sync by @avranju in #784
  • allow Request::set_body from any Into<Bytes> by @ctaggart in #787
  • add some header constants by @ctaggart in #788
  • update services to latest specs by @ctaggart in #789
  • sdk: device_update: migrate to azure_core::error::Error by @mfrw in #791
  • skip query params already in x-ms-paths by @ctaggart in #790
  • update AutoRust errors & consumes content-type from operation by @ctaggart in #796
  • use HttpClient in azure_identity by @ctaggart in #785
  • Migrate storage_datalake to azure_core::error::Error by @roeap in #795
  • Migrate storage_queues to new azure_core::error scheme by @johnbatty in #800
  • Migrate sdk/storage_blob to azure_core::error scheme by @rickrain in #794
  • azure_core::error::Error for azure_iot_hub by @ctaggart in #801
  • move to using Arc<dyn HttpClient> in azure_identity by @bmc-msft in #799
  • Migrate data_tables to new azure_core::error scheme by @johnbatty in #805
  • Migrate storage to new azure_core::error scheme by @johnbatty in #792
  • Move some code around for easier reading by @rylev in #807
  • remove legacy errors from azure_core by @ctaggart in #806
  • 2022 June Release by @ctaggart in #813

New Contributors

Full Changelog: v2022-05-06...v2022-06-15