File tree Expand file tree Collapse file tree 3 files changed +38
-5
lines changed Expand file tree Collapse file tree 3 files changed +38
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6+
7+ ## [ 0.1.3] - 2020-12-04
8+
9+ ### Fixed
10+
11+ - Fixed support for nested HTTP callouts.
12+ Thanks [ @SvetlinZarev ] ( https://github.com/SvetlinZarev ) !
13+
14+ ### Changed
15+
16+ - Changed ` wee-alloc ` to an optional feature.
17+ Thanks [ @yuval-k ] ( https://github.com/yuval-k ) !
18+
19+ ### Added
20+
21+ - Added support for building for ` wasm32-wasi ` target.
22+ - Added support for metrics.
23+ - Added support for ` RootContext ` to create child contexts for streams.
24+ Thanks [ @dgn ] ( https://github.com/dgn ) !
25+ - Added support for setting network buffers.
26+
327## [ 0.1.2] - 2020-08-05
428
5- - Updated MapType values to match updated Proxy-Wasm ABI v0.1.0.
29+ ### Changed
30+
31+ - Updated ` MapType ` values to match updated Proxy-Wasm ABI v0.1.0.
32+ Thanks [ @yskopets ] ( https://github.com/yskopets ) !
633
734## [ 0.1.1] - 2020-08-05
835
36+ ### Added
37+
938- Added support for building with Bazel.
1039- Added support for setting HTTP bodies.
40+ Thanks [ @gbrail ] ( https://github.com/gbrail ) !
1141
1242## [ 0.1.0] - 2020-02-29
1343
44+ ### Added
45+
1446- Initial release.
1547
1648
17- [ 0.1.2 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/releases/tag/v0.1.2
18- [ 0.1.1 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/releases/tag/v0.1.1
49+ [ 0.1.3 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.2...v0.1.3
50+ [ 0.1.2 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.1...v0.1.2
51+ [ 0.1.1 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.0...v0.1.1
1952[ 0.1.0 ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11[package ]
22name = " proxy-wasm"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44authors = [
" Piotr Sikora <[email protected] >" ]
55description = " WebAssembly for Proxies"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments