|
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
|
0 commit comments