Skip to content

Latest commit

 

History

History
108 lines (55 loc) · 4.24 KB

CHANGELOG.md

File metadata and controls

108 lines (55 loc) · 4.24 KB

Changelog

All notable changes to this project will be documented in this file.

1.1.6 (2024-10-18)

Bug Fixes

  • removes the tests directory from the package (3d919a7)
  • removes the tests directory from the package (ccbed8d)

1.1.5 (2024-10-02)

Bug Fixes

  • release please initial configuration (e781cd8)

1.1.4 (2024-09-24)

Bug Fixes

  • Use abstractions request adapter in tasks (6d390a2)

1.1.3 (2024-09-03)

Bug Fixes

  • remove print statements from upload code. (353d72d)

1.1.2 (2024-07-12)

Bug Fixes

  • adds missing whitespace for suppressions (7ad013e)
  • fixes exception configuration in pylint (857ad99)
  • linting fix import ordering (b56cc8d)
  • linting missing line (f39f0b9)
  • moves attributes suppression to class definition (b6c1d29)
  • suppressed linting error message that fails dependencies (d7c0e1b)

1.1.1 (2024-07-10)

Bug Fixes

  • avoid using default mutable parameters (9fa773a)
  • fixes constants path for release please config (2ff4440)

1.1.0 (2024-06-19)

Features

  • adds support for python 3.12 (991a5e0)

Bug Fixes

  • removes unecessary printout in large file upload task.
  • replaces older contributing rst by md version (70f6fb2)

[1.0.1] - 2024-04-22

Added

Changed

-Enabled Large File Upload and Page iterator support

[1.0.0] - 2023-10-31

Added

Changed

  • GA release.

[1.0.0a6] - 2023-10-12

Added

Changed

  • Replaced default transport with graph transport when using custom client with proxy.

[1.0.0a5] - 2023-06-20

Added

  • Added AzureIdentityAuthenticationProvider that sets the default scopes and allowed hosts.

Changed

  • Changed the documentation in the README to show how to use AzureIdentityAuthenticationProvider from the core SDK.

[1.0.0a4] - 2023-02-02

Added

Changed

  • Enabled configuring of middleware during client creation by passing custom options in call to create with default middleware.
  • Fixed a bug where the transport would check for request options even after they have been removed after final middleware execution.