Skip to content

Commit 56a680a

Browse files
authored
Release v0.1.3. (#59)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 85f92f8 commit 56a680a

File tree

3 files changed

+38
-5
lines changed

3 files changed

+38
-5
lines changed

Diff for: CHANGELOG.md

+36-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,52 @@
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

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proxy-wasm"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Piotr Sikora <[email protected]>"]
55
description = "WebAssembly for Proxies"
66
readme = "README.md"

Diff for: bazel/cargo/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)