You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,32 @@
1
1
# Changelog
2
2
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)
0 commit comments