Skip to content

Commit

Permalink
Document Proxy-Wasm ABI v0.1.0. (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora authored Aug 14, 2024
1 parent 90d832b commit 72e363a
Show file tree
Hide file tree
Showing 2 changed files with 2,151 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,36 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added

- Added `proxy_get_log_level`.

## 0.2.0 - 2020-08-03

### Added

- Added `proxy_close_stream`.

- Added `proxy_on_foreign_function`.

### Changed

- `proxy_on_request_headers` and `proxy_on_response_headers` added `end_of_stream`
flag as the 3rd argument.

- `proxy_get_header_map_value` now returns `NOT_FOUND` instead of `OK` with
an empty value for non-existing keys.

- Replaced `proxy_continue_request` with `proxy_continue_stream(HTTP_REQUEST)`.

- Replaced `proxy_continue_response` with `proxy_continue_stream(HTTP_RESPONSE)`.

- Replaced `proxy_get_configuration` with `proxy_get_buffer_bytes(VM_CONFIGURATION)`
and `proxy_get_buffer_bytes(PLUGIN_CONFIGURATION)`.

### Removed

- Removed `proxy_clear_route_cache`.

## 0.1.0 - 2020-02-29

### Added

- Initial release.
Loading

0 comments on commit 72e363a

Please sign in to comment.