All notable changes to this project will be documented in this file.
1.15.0 (2024-12-18)
- generation: update request builders and models (6b2e0c1)
- generation: update request builders and models (ceb9e99)
- generation: update request builders and models (240fda7)
- downgrades aiohttp to match python supported versions (00a6b5b)
- downgrades astroid to match python supported versions (9ebbc83)
- downgrades docutils to match python supported versions (8a9e7ef)
- downgrades PyJWT to match python supported versions (2650dd7)
- downgrades pylint to match python supported versions (51cf3ba)
- downgrades time-machine to match python supported versions (3a8af15)
- downgrades tomli_w to match python supported versions (8329bae)
- downgrades yarl to match python supported versions (ddbf2ce)
- downgrades zipp to match python supported versions (58616ff)
1.14.0 (2024-11-28)
- generation: update request builders and models (7e05af6)
1.13.0 (2024-11-23)
- generation: update request builders and models (6a58093)
1.12.0 (2024-11-07)
- generation: update request builders and models (b862e18)
1.11.0 (2024-10-18)
- generation: update request builders and models (0a83ab8)
1.10.0 (2024-10-09)
- generation: update request builders and models (02e4e92)
1.9.0 (2024-10-04)
- generation: update request builders and models (5e70b3f)
1.8.0 (2024-09-26)
- generation: update request builders and models (9d28eaf)
1.7.0 (2024-09-12)
- generation: update request builders and models (1900608)
1.6.0 (2024-09-06)
- readme formatting to trigger release please (e351f0a)
- release please type configuration (5c3f611)
1.5.3 (2024-08-02)
- requires a higher version of the JSON dependency (6e8cd64)
1.5.2 (2024-07-17)
- bump abstractions requirements to avoid missing multipart (be1fd47)
1.5.1 (2024-07-10)
- Weekly generation with Kiota 21st May 2024
- Weekly generation with Kiota 14th May 2024
- Updated Request Configuration classes to use base Request Configuration -Added Reuest builder custom configuratons for backward compatibility.
- Weekly generation with Kiota.
- Added support for multipart and form serialization.
- Latest metadata updates from 19th March 2024.
- Latest metadata updates from 23rd January 2024.
- GA release.
- Added request translation method to native request object
- Added opentelemetry to support observability.
- Added support for continous access evaluation.
- Added backing store support and enabled backing store by default.
- Refactored request headers from dictionary to HeaderCollection class.
- Fix issue with using raw url in request builder due to incorrect parameter order.
- Switched from uritemplate to std-uritemplate for URI templating.
- Simplified the creation of a graph client.
- Changed the request builders api to include indexers as part of the path. #2528
- Changed the request builders api to include indexers as part of the path. #2528
- Fixed a bug where UUIDs were being passed as u_u_i_d to desrialization methods.
- Refactored the import mechanism to use conditional and deferred imports.
- Fixed a bug where discriminator methods were missing some valid types.
- Fixed a bug where the date and guid types were improperly mapped.
- Re-ordered method hierarchy to match python conventions
- Added support for custom httpx client.