doc: add release note for REST cache-control headers

This commit is contained in:
w0xlt
2026-05-26 13:18:02 -07:00
parent bbe21ac29f
commit 75f5851927

View File

@@ -0,0 +1,8 @@
REST API
--------
- REST responses now include `Cache-Control` headers to guide intermediary
caches. Immutable responses such as block binary and hex data, block parts,
block filters, spent transaction outputs, and block-specific deployment info
are marked cacheable for one day. Responses that can change with active chain
or node state, as well as errors, are marked `no-store`. (#34794)