1.0.0 (2023-02-16)
Features Added
- Added new
on_error
parameter to theupload
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 theon_error
callback.
- An
- 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 bymsrest
). - Added requirement for
typing-extensions>=4.0.1
.