Skip to content

Commit 72e363a

Browse files
authored
Document Proxy-Wasm ABI v0.1.0. (#52)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 90d832b commit 72e363a

File tree

2 files changed

+2151
-0
lines changed

2 files changed

+2151
-0
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,36 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
99
### Added
1010

1111
- Added `proxy_get_log_level`.
12+
13+
## 0.2.0 - 2020-08-03
14+
15+
### Added
16+
17+
- Added `proxy_close_stream`.
18+
19+
- Added `proxy_on_foreign_function`.
20+
21+
### Changed
22+
23+
- `proxy_on_request_headers` and `proxy_on_response_headers` added `end_of_stream`
24+
flag as the 3rd argument.
25+
26+
- `proxy_get_header_map_value` now returns `NOT_FOUND` instead of `OK` with
27+
an empty value for non-existing keys.
28+
29+
- Replaced `proxy_continue_request` with `proxy_continue_stream(HTTP_REQUEST)`.
30+
31+
- Replaced `proxy_continue_response` with `proxy_continue_stream(HTTP_RESPONSE)`.
32+
33+
- Replaced `proxy_get_configuration` with `proxy_get_buffer_bytes(VM_CONFIGURATION)`
34+
and `proxy_get_buffer_bytes(PLUGIN_CONFIGURATION)`.
35+
36+
### Removed
37+
38+
- Removed `proxy_clear_route_cache`.
39+
40+
## 0.1.0 - 2020-02-29
41+
42+
### Added
43+
44+
- Initial release.

0 commit comments

Comments
 (0)