Skip to content

v0.14.0

Choose a tag to compare

@rustyconover rustyconover released this 09 Jul 21:38
· 186 commits to main since this release

HTTP result-cache conditional revalidation

Requires vgi-rpc >= 0.24.0, which surfaces the /init request metadata to a producer's first process() over HTTP. Together with the VGI extension's C++ change (validators on the /init request), result-cache conditional revalidation (304 / not_modified) now works over both transports, not just subprocess.

  • vgi-rpc>=0.24.0; cache/revalidate.test now runs on the http lane too (ci skip removed).
  • No worker code change: TableProducerState.process() already reads the validators.

Verified: revalidate.test passes over HTTP against published vgi-rpc 0.24.0.