-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Piotr Sikora <[email protected]>
- Loading branch information
1 parent
85f92f8
commit 56a680a
Showing
3 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,52 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
## [0.1.3] - 2020-12-04 | ||
|
||
### Fixed | ||
|
||
- Fixed support for nested HTTP callouts. | ||
Thanks [@SvetlinZarev](https://github.com/SvetlinZarev)! | ||
|
||
### Changed | ||
|
||
- Changed `wee-alloc` to an optional feature. | ||
Thanks [@yuval-k](https://github.com/yuval-k)! | ||
|
||
### Added | ||
|
||
- Added support for building for `wasm32-wasi` target. | ||
- Added support for metrics. | ||
- Added support for `RootContext` to create child contexts for streams. | ||
Thanks [@dgn](https://github.com/dgn)! | ||
- Added support for setting network buffers. | ||
|
||
## [0.1.2] - 2020-08-05 | ||
|
||
- Updated MapType values to match updated Proxy-Wasm ABI v0.1.0. | ||
### Changed | ||
|
||
- Updated `MapType` values to match updated Proxy-Wasm ABI v0.1.0. | ||
Thanks [@yskopets](https://github.com/yskopets)! | ||
|
||
## [0.1.1] - 2020-08-05 | ||
|
||
### Added | ||
|
||
- Added support for building with Bazel. | ||
- Added support for setting HTTP bodies. | ||
Thanks [@gbrail](https://github.com/gbrail)! | ||
|
||
## [0.1.0] - 2020-02-29 | ||
|
||
### Added | ||
|
||
- Initial release. | ||
|
||
|
||
[0.1.2]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/releases/tag/v0.1.2 | ||
[0.1.1]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/releases/tag/v0.1.1 | ||
[0.1.3]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.2...v0.1.3 | ||
[0.1.2]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.1...v0.1.2 | ||
[0.1.1]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/compare/v0.1.0...v0.1.1 | ||
[0.1.0]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/releases/tag/v0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "proxy-wasm" | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
authors = ["Piotr Sikora <[email protected]>"] | ||
description = "WebAssembly for Proxies" | ||
readme = "README.md" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.