Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Proxy-Wasm ABI v0.2.1. #42

Merged
merged 29 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
23a9304
Document Proxy-Wasm ABI v0.2.1.
PiotrSikora Jul 4, 2023
839363d
review: add terminology section.
PiotrSikora Jul 27, 2024
1ac04fa
review: add missing serialized_ prefixes.
PiotrSikora Jul 27, 2024
26b7a99
review: rename proxy_header_map_type_t to proxy_map_type_t.
PiotrSikora Jul 27, 2024
b6448f4
review: describe prepend/append/inject/replace operations.
PiotrSikora Jul 27, 2024
80be4d7
review: rename offset to delta in metrics.
PiotrSikora Jul 27, 2024
ed47949
review: drop UDP and QUIC streams from the documentation.
PiotrSikora Jul 27, 2024
8eda24f
review: document disabling the timer.
PiotrSikora Jul 27, 2024
ceda8b1
review: document serialization.
PiotrSikora Jul 27, 2024
a426901
review: add links to types.
PiotrSikora Jul 27, 2024
087b962
review: style.
PiotrSikora Jul 27, 2024
d9eabb1
review: add note about corrections.
PiotrSikora Jul 27, 2024
794a9f0
review: describe SERIALIZATION_FAILURE.
PiotrSikora Jul 27, 2024
cda0ef0
review: rename ignored to unused.
PiotrSikora Jul 27, 2024
4dd2350
review: style.
PiotrSikora Jul 27, 2024
0ff5f6d
review: elaborate on on_start failures.
PiotrSikora Jul 27, 2024
2ed0a44
review: move Serialization before Types.
PiotrSikora Jul 30, 2024
2be90d2
review: add Security Considerations.
PiotrSikora Jul 30, 2024
ffbc52e
review: style/typos.
PiotrSikora Jul 31, 2024
44a0377
review: fix typo missed in the previous call.
PiotrSikora Jul 31, 2024
56e25fc
review: document well-known properties.
PiotrSikora Aug 1, 2024
8e26f8c
review: add note about host restrictions/capabilities.
PiotrSikora Aug 2, 2024
e5a26bd
review: add note about value of the parent context.
PiotrSikora Aug 2, 2024
76a339d
review: add note about dynamic log level on the hosts.
PiotrSikora Aug 2, 2024
d549230
review: clarify it's a low-resolution timer.
PiotrSikora Aug 2, 2024
d2df35a
review: document peer_type.
PiotrSikora Aug 2, 2024
cb29701
review: clarify the role of NULL character in serialized maps.
PiotrSikora Aug 2, 2024
bc8d17c
review: add link to the spec from the README.
PiotrSikora Aug 2, 2024
b2ef6fb
Merge remote-tracking branch 'origin/main' into PiotrSikora/v0.2.1
PiotrSikora Aug 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Proxy-Wasm extensions across different proxies.

[WebAssembly in Envoy]: docs/WebAssembly-in-Envoy.md

## Specification

The latest and widely implemented version of the specification is [v0.2.1].

[v0.2.1]: abi-versions/v0.2.1/README.md

## Implementations

### SDKs
Expand Down
Loading