Changed - Fixed a bug where some model properties were in camelcase instead of snakecase.
1.0.0rc0
Added
Changed - Refactored request headers from dictionary to headercollection.
1.0.0a16
Added
Changed - Fix issue with using raw url in request builder due to incorrect parameter order.
1.0.0a15
Added
- Added request translation method to native request object - Added opentelemetry to support observability. - Added support for continous access evaluation.
Changed - Switched from uritemplate to std-uritemplate for URI templating.
1.0.0a14
Added
- Added backing store support and enabled backing store by default.
Changed
1.0.0a13
Added
Changed
- Simplified the creation of a graph client. [180](https://github.com/microsoftgraph/msgraph-sdk-python/issues/180)