File tree 3 files changed +38
-5
lines changed
3 files changed +38
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
27
## [ 0.1.2] - 2020-08-05
4
28
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 ) !
6
33
7
34
## [ 0.1.1] - 2020-08-05
8
35
36
+ ### Added
37
+
9
38
- Added support for building with Bazel.
10
39
- Added support for setting HTTP bodies.
40
+ Thanks [ @gbrail ] ( https://github.com/gbrail ) !
11
41
12
42
## [ 0.1.0] - 2020-02-29
13
43
44
+ ### Added
45
+
14
46
- Initial release.
15
47
16
48
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
19
52
[ 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 1
1
[package ]
2
2
name = " proxy-wasm"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
authors = [
" Piotr Sikora <[email protected] >" ]
5
5
description = " WebAssembly for Proxies"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments