Skip to content

Polywrap Origin (0.10.4)

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 05:53
0b86996

Polywrap Origin (0.10.4)

Features

polywrap CLI:

  • PR-1735 Add Docs Manifest & polywrap docs init Command
    • The polywrap.docs.yaml manifest is used to add additional metadata to your wraps.
  • PR-1776 Add HTTP Headers To HTTP Deploy Module
    • The http deploy module now supports the headers configuration property.

Bugs

polywrap CLI:

  • PR-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 Fix Python Plugin Bindings
    • The wrap abi type Bytes can now be properly used within rust plugins.
  • PR-1753 Fix Python Plugin Bindings