All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- 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