File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.0rc0] - 2023-10-27
9+
10+ ### Added
11+ - Added request translation method to native request object
12+ - Added opentelemetry to support observability.
13+ - Added support for continous access evaluation.
14+ - Added backing store support and enabled backing store by default.
15+
16+
17+ ### Changed
18+ - Refactored request headers from dictionary to HeaderCollection class.
19+ - Fix issue with using raw url in request builder due to incorrect parameter order.
20+ - Switched from uritemplate to std-uritemplate for URI templating.
21+ - Simplified the creation of a graph client.
22+
23+
824## [ 1.0.0a8] - 2023-04-25
925
1026### Added
You can’t perform that action at this time.
0 commit comments