github Azure/azure-sdk-for-python azure-monitor-ingestion_1.0.0

latest releases: azure-template_0.1.0b3920641, azure-mgmt-avs_9.0.0b1, azure-cognitiveservices-search-visualsearch_0.2.1...
16 months ago

1.0.0 (2023-02-16)

Features Added

  • Added new on_error parameter to the upload method to allow users to handle errors in their own way.
    • An LogsUploadError class was added to encapsulate information about the error. An instance of this class is passed to the on_error callback.
  • Added IO support for upload. Now IO streams can be passed in using the logs parameter. (#28373)

Breaking Changes

  • Removed support for max_concurrency

Other Changes

  • Removed msrest dependency.
  • Added requirement for isodate>=0.6.0 (isodate was required by msrest).
  • Added requirement for typing-extensions>=4.0.1.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.