All notable changes to this project will be documented in this file.
1.3.8 (2025-09-11)
- remove MIT License from project classifiers (a15c2a1)
1.3.7 (2025-09-11)
- dependabot update of core deps (6f8d997)
1.3.6 (2025-08-05)
- Update license field to use proper SPDX identifier (c91fafd)
1.3.5 (2025-06-27)
- BatchRequestItem now properly serializes the header and body fields (7b5ad11)
- GraphClientFactory baseUrl setting logic (5377bba)
1.3.4 (2025-06-02)
- dependecy conflict (914da4f)
1.3.3 (2025-03-24)
- sequencing of batches (9e14ea3)
1.3.2 (2025-02-25)
1.3.1 (2025-02-06)
1.3.0 (2025-02-03)
- adds support for python 3.13 (b972a20)
1.2.1 (2025-01-30)
1.2.0 (2025-01-14)
- drop support for python 3.8 and drops deprecated type aliases (d5d925e)
- drop support for python 3.8 and drops deprecated type aliases (8c11aaf)
1.1.8 (2024-12-18)
- Fixes type hints and failing mypy checks (85e8935)
1.1.7 (2024-11-21)
- depends_on and batch request with content collection (9d4153a)
1.1.6 (2024-10-18)
- removes the tests directory from the package (3d919a7)
- removes the tests directory from the package (ccbed8d)
1.1.5 (2024-10-02)
- release please initial configuration (e781cd8)
1.1.4 (2024-09-24)
- Use abstractions request adapter in tasks (6d390a2)
1.1.3 (2024-09-03)
- remove print statements from upload code. (353d72d)
1.1.2 (2024-07-12)
- 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)
- avoid using default mutable parameters (9fa773a)
- fixes constants path for release please config (2ff4440)
1.1.0 (2024-06-19)
- adds support for python 3.12 (991a5e0)
- removes unecessary printout in large file upload task.
- replaces older contributing rst by md version (70f6fb2)
-Enabled Large File Upload and Page iterator support
- GA release.
- Replaced default transport with graph transport when using custom client with proxy.
- Added
AzureIdentityAuthenticationProviderthat sets the default scopes and allowed hosts.
- Changed the documentation in the README to show how to use
AzureIdentityAuthenticationProviderfrom the core SDK.
- 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.