Skip to content

Commit 47dc35d

Browse files
authored
Merge pull request #1780 from polywrap/prep-0.10.4
chore: prep 0.10.4
2 parents e6d5f55 + ea6e6ce commit 47dc35d

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Polywrap Origin (0.10.4)
2+
## Features
3+
**`polywrap` CLI:**
4+
* [PR-1776](https://github.com/polywrap/cli/pull/1776) **Add HTTP Headers To HTTP Deploy Module**
5+
* The `http` deploy module now supports the `headers` configuration property.
6+
7+
## Bugs
8+
**`polywrap` CLI:**
9+
* [PR-1773](https://github.com/polywrap/cli/pull/1773) **Don't Install `wasm-opt` Every `local` Rust Build**
10+
* The `local` strategy for rust wasm projects was unexpectedly installing `wasm-opt` every time it was run, leading to very long build times.
11+
12+
**`@polywrap/schema-bind`:**
13+
* [PR-1775](https://github.com/polywrap/cli/pull/1775) **Fix Python Plugin Bindings**
14+
* The wrap abi type `Bytes` can now be properly used within rust plugins.
15+
* [PR-1753](https://github.com/polywrap/cli/pull/1753) **Fix Python Plugin Bindings**
16+
117
# Polywrap Origin (0.10.3)
218
## Features
319
**`polywrap` CLI:**

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.3
1+
0.10.4

0 commit comments

Comments
 (0)