All notable changes to this project will be documented in this file.
1.22.0 (2025-02-25)
- generation: update request builders and models (61c8bfc)
1.21.0 (2025-02-13)
- generation: update request builders and models (3b01033)
1.20.0 (2025-02-06)
1.19.0 (2025-02-06)
- generation: update request builders and models (58739cd)
1.18.0 (2025-01-23)
- generation: update request builders and models (cb03d0d)
1.17.0 (2025-01-15)
- drops support for python 3.8 (179d6ea)
- drops support for python 3.8 (889aa2d)
- generation: update request builders and models (90c21f0)
1.16.0 (2025-01-02)
- generation: update request builders and models (22cb5fd)
1.15.0 (2024-12-18)
- generation: update request builders and models (8b8b0ff)
- generation: update request builders and models (00bc442)
- generation: update request builders and models (f578fa3)
- downgrades doc-utils to match python supported versions (bba3a3b)
- downgrades time machine to match python supported versions (8d80761)
1.14.0 (2024-11-28)
- generation: update request builders and models (54879e5)
1.13.0 (2024-11-23)
- generation: update request builders and models (6e4a0f8)
1.12.0 (2024-11-07)
- generation: update request builders and models (fc6678b)
1.11.0 (2024-10-17)
- generation: update request builders and models (03b3c7a)
1.10.0 (2024-10-09)
- generation: update request builders and models (adec9b5)
1.9.0 (2024-10-03)
- generation: update request builders and models (9914367)
1.8.0 (2024-09-18)
- generation: update request builders and models (af495fe)
1.7.0 (2024-09-11)
- generation: update request builders and models (c72f8e5)
1.6.0 (2024-09-05)
- readme formatting to trigger release please (0e45705)
1.5.4 (2024-08-02)
- requires a higher version of the JSON dependency (955f85f)
1.5.3 (2024-07-17)
- higher kiota abstractions requirement to avoid missing multipart (d6c9f86)
1.5.2 (2024-07-10)
- fixes module name for release (941f6b2)
1.5.1 (2024-07-09)
- avoid using default mutable arguments (4912f5a)
- fix typo in README (71463a6)
- Weekly generation with Kiota - 21st May 2024
- Weekly generation with Kiota - 7th May 2024
- Updated Request Configuration set up, allowing for default request Configuration as well as the Request builder custom Requestconfiguration for backward compatibility.
- Weekly generation with Kiota.
- Added support for form and multipart serialization.
- Latest metadata updates from 24th March 2024.
- Latest metadata updates from 23rd January 2024.
- GA Release.
- Fixed a bug where some model properties were in camelcase instead of snakecase.
- Refactored request headers from dictionary to headercollection.
- Fix issue with using raw url in request builder due to incorrect parameter order.
- Added request translation method to native request object
- Added opentelemetry to support observability.
- Added support for continous access evaluation.
- Switched from uritemplate to std-uritemplate for URI templating.
- Added backing store support and enabled backing store by default.
- Simplified the creation of a graph client. #180
- 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
- Fixed bug with classes with namespace being generated outside of the namespace #55