v0.14.0
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.testnow 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.