Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/proposals/004-endpoint-picker-protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ This doc defines the protocol between the EPP and the proxy (e.g, Envoy).
The EPP MUST implement the Envoy
[external processing service](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_proc/v3/ext_proc.proto) protocol.

## Version History

| Version | Date | Changes |
|----------|------------|--------------------------------------------------|
| v1.0.0 | 2025-07-29 | Added status metadata field for picked endpoints |
| v0.4.0 | 2025-06-03 | Added support for multiple fallback endpoints |
| v0.3.0 | 2025-03-14 | Added subsetting and fallback support |
| v0.2.0 | 2025-02-22 | Initial protocol definition |

## Endpoint Subset

[REQUEST: Data Plane -> EPP]
Expand Down