diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d820514bf..e8f009cfeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ -# Polywrap Origin (0.10.0-pre.6) -## Features +# Polywrap Origin (0.10.0-pre.7) +## Features +* [PR-1471](https://github.com/polywrap/toolchain/pull/1471) `@polywrap/http-plugin-js`: + * Added form-data support through the inclusion of the `formData: [FormDataEntry!]` property on the `Request` object. +* [PR-1431](https://github.com/polywrap/toolchain/pull/1431) `@polywrap/client-js`, `@polywrap/core-js`: + * Created a custom `WrapError` structure that improves debugging ability for common error client scenarios. +* [PR-1359](https://github.com/polywrap/toolchain/pull/1359) `@polywrap/cli-js`: + * Introduced a new package that wraps the `polywrap` CLI with a JavaScript/TypeScript library. +* [PR-1468](https://github.com/polywrap/toolchain/pull/1468) `@polywrap/client-config-builder-js`: + * The default config now exports constants for all URIs used within the config. * [PR-1428](https://github.com/polywrap/toolchain/pull/1428) `polywrap` CLI, `@polywrap/schema-bind`: * Add bindings for `plugin/rust` projects. * [PR-1340](https://github.com/polywrap/toolchain/pull/1340) `@polywrap/client-js`: @@ -44,6 +52,8 @@ * A `-l, --log-file [path]` option has been added to all commands. Its purpose is to configure a `Log file to save console output to`, useful in situations when the console log overflows. ## Breaking Changes +* [PR-1461](https://github.com/polywrap/toolchain/pull/1461) `@polywrap/client-js`: + * Remove `client.query(...)` & `client.subscribe(...)` methods. * [PR-1385](https://github.com/polywrap/toolchain/pull/1385) `polywrap` CLI: * Running `polywrap build` no longer automatically generates code bindings (`codegen`). You need to either run `polywrap codegen` before running `polywrap build`, or run `polywrap build` with the `--codegen` flag. * Running `polywrap codegen` in Plugin Projects will no longer output the WRAP ABI (`wrap.info`) file into a build folder. To output the WRAP ABI, you need to run `polywrap build` within your Plugin Project. @@ -102,6 +112,8 @@ * Added a `signMessageBytes` method. ## Bugs +* [PR-1470](https://github.com/polywrap/toolchain/pull/1470) `polywrap` CLI: + * Accept absolute paths within the `polywrap.build.yaml` manifest's `linked_packages` property. * [PR-1444](https://github.com/polywrap/toolchain/pull/1444) `@polywrap/schema-bind`: * The `plugin/typescript` and `app/typescript` bindings now properly export all interfaces. * [PR-1443](https://github.com/polywrap/toolchain/pull/1443) `@polywrap/schema-bind`: diff --git a/VERSION b/VERSION index 861c51729c..c288983dfe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0-pre.6 +0.10.0-pre.7