Skip to content

Commit 94610cb

Browse files
authored
Merge pull request #1477 from polywrap/prep-0_10_0-pre_7
Prep 0.10.0-pre.7 | /workflows/release-pr
2 parents c1ad9c9 + 1abaaba commit 94610cb

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
# Polywrap Origin (0.10.0-pre.6)
2-
## Features
1+
# Polywrap Origin (0.10.0-pre.7)
2+
## Features
3+
* [PR-1471](https://github.com/polywrap/toolchain/pull/1471) `@polywrap/http-plugin-js`:
4+
* Added form-data support through the inclusion of the `formData: [FormDataEntry!]` property on the `Request` object.
5+
* [PR-1431](https://github.com/polywrap/toolchain/pull/1431) `@polywrap/client-js`, `@polywrap/core-js`:
6+
* Created a custom `WrapError` structure that improves debugging ability for common error client scenarios.
7+
* [PR-1359](https://github.com/polywrap/toolchain/pull/1359) `@polywrap/cli-js`:
8+
* Introduced a new package that wraps the `polywrap` CLI with a JavaScript/TypeScript library.
9+
* [PR-1468](https://github.com/polywrap/toolchain/pull/1468) `@polywrap/client-config-builder-js`:
10+
* The default config now exports constants for all URIs used within the config.
311
* [PR-1428](https://github.com/polywrap/toolchain/pull/1428) `polywrap` CLI, `@polywrap/schema-bind`:
412
* Add bindings for `plugin/rust` projects.
513
* [PR-1340](https://github.com/polywrap/toolchain/pull/1340) `@polywrap/client-js`:
@@ -44,6 +52,8 @@
4452
* 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.
4553

4654
## Breaking Changes
55+
* [PR-1461](https://github.com/polywrap/toolchain/pull/1461) `@polywrap/client-js`:
56+
* Remove `client.query(...)` & `client.subscribe(...)` methods.
4757
* [PR-1385](https://github.com/polywrap/toolchain/pull/1385) `polywrap` CLI:
4858
* 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.
4959
* 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 @@
102112
* Added a `signMessageBytes` method.
103113

104114
## Bugs
115+
* [PR-1470](https://github.com/polywrap/toolchain/pull/1470) `polywrap` CLI:
116+
* Accept absolute paths within the `polywrap.build.yaml` manifest's `linked_packages` property.
105117
* [PR-1444](https://github.com/polywrap/toolchain/pull/1444) `@polywrap/schema-bind`:
106118
* The `plugin/typescript` and `app/typescript` bindings now properly export all interfaces.
107119
* [PR-1443](https://github.com/polywrap/toolchain/pull/1443) `@polywrap/schema-bind`:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0-pre.6
1+
0.10.0-pre.7

0 commit comments

Comments
 (0)