Skip to content

Commit a766d92

Browse files
committed
Update CHANGELOG
1 parent 54c491f commit a766d92

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)