Skip to content

Commit e416907

Browse files
authored
changelog: update before tagging v0.10.0 (#510)
* changelog before tagging Signed-off-by: alecholmez <[email protected]>
1 parent b5885b0 commit e416907

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## Release v0.10.0
4+
5+
### Added
6+
7+
- Added snapshot support in the Linear cache (#437)
8+
- Added CI linting support (#455)
9+
- Incremental xDS support for Linear and Mux caches (#459)
10+
- Added Extension Configs support (#417)
11+
- Added a default cache logger (#483)
12+
- Added Scoped Routes Discovery Service - SRDS (#495)
13+
14+
### Changed
15+
16+
- Removed linearization in server API to preserve cache ordering (#443)
17+
- SetSnapshot now takes a `context` (#474)
18+
- Delta xDS now responds immediately for the first wildcard request in a delta stream if the corresponding snapshot exists and the response is empty (#473)
19+
- Reworked snapshot API to faciliate additional xDS resources without changes (#484)
20+
- Delta xDS won't delete non-existent resources in wildcard mode (#488)
21+
- Simple cache now holds a read lock when cancelling a snapshot watch (#507)
22+
23+
### Fixed
24+
25+
- Delta xDS not registering another watch after resource sent (#458)
26+
- Fixed data race in Linear cache (#502)
27+
- State of the World now tracks known resource names per caller stream (#508)
28+
29+
330
## Release v0.9.9
431

532
### Added

0 commit comments

Comments
 (0)