File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to vmod-wasm will be documented in this file.
44
5+ ## [ 4.2.0] - 2026-05-22
6+
7+ ### Added
8+ - ** Multi-call HTTP response storage** : Replaced single HTTP call response state
9+ with a Varnish VRBT (red-black tree) keyed by Proxy-Wasm ` token_id ` , enabling
10+ modules to dispatch multiple ` proxy_http_call ` requests per stream.
11+
12+ ### Changed
13+ - ** Deferred callback delivery** now iterates all pending call responses and
14+ invokes ` proxy_on_http_call_response ` for each token in order.
15+ - ** Header and buffer access for HTTP call responses** now use the active call
16+ entry context (` active_http_call ` ) instead of a single global response slot.
17+
18+ ### Fixed
19+ - Removed response overwrite behavior when multiple callouts were dispatched in
20+ a single request lifecycle.
21+ - Cleanup now frees all stored call response entries safely via VRBT traversal.
22+
523## [ 4.1.0] - 2026-05-22
624
725### Added
You can’t perform that action at this time.
0 commit comments