Skip to content

Release v0.1.3. #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 36 additions & 3 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion Cargo.toml
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"
Expand Down
2 changes: 1 addition & 1 deletion bazel/cargo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.