Skip to content
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Polywrap Origin (0.10.4)
## Features
**`polywrap` CLI:**
* [PR-1776](https://github.com/polywrap/cli/pull/1776) **Add HTTP Headers To HTTP Deploy Module**
* The `http` deploy module now supports the `headers` configuration property.

## Bugs
**`polywrap` CLI:**
* [PR-1773](https://github.com/polywrap/cli/pull/1773) **Don't Install `wasm-opt` Every `local` Rust Build**
* The `local` strategy for rust wasm projects was unexpectedly installing `wasm-opt` every time it was run, leading to very long build times.

**`@polywrap/schema-bind`:**
* [PR-1775](https://github.com/polywrap/cli/pull/1775) **Fix Python Plugin Bindings**
* The wrap abi type `Bytes` can now be properly used within rust plugins.
* [PR-1753](https://github.com/polywrap/cli/pull/1753) **Fix Python Plugin Bindings**

# Polywrap Origin (0.10.3)
## Features
**`polywrap` CLI:**
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.3
0.10.4