diff --git a/.releases/v0.11.0-rc2.yml b/.releases/v0.11.0-rc2.yml new file mode 100644 index 00000000..2479ee2e --- /dev/null +++ b/.releases/v0.11.0-rc2.yml @@ -0,0 +1,2 @@ +commit: "7b2b116841d3f39ceabfc923f19d6d32402fff21" +reason: "Pre-release for relay header secrets and the ws bid stream metrics endpoint" diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbef363..64f4f115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,3 +56,9 @@ - Introduces SSZ encodings for `get_header` and `submit_block` - Introduces optional streaming endpoint to receive bids over WebSocket connection - Fix Prysm issue #17136 + +### v0.11.0-rc2 +- Relay API keys and other custom relay headers can be loaded from a secret file or an environment variable instead of being written in the config (#498) +- The WebSocket bid stream metrics for handshake latency, bid updates per window, unparseable frames and HTTP fallbacks counts under its own `get_header_stream` endpoint (#499) +- Add support for Lido Curated Module v2 (#489) +- Bump sigstore version (#494)