Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 setting network buffers.
- Added support for `RootContext` to create child contexts for streams.
Thanks [@dgn](https://github.com/dgn)!

## [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.