You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
# Polywrap 0.0.1-prealpha.91
2
+
## Features
3
+
*[PR-989](https://github.com/polywrap/monorepo/pull/989/files)`@polywrap/core-js`: Add job status in workflow job's result object.
4
+
*[PR-992](https://github.com/polywrap/monorepo/pull/992)`polywrap` CLI: Allow configuring the client using the `--client-config` on all applicable commands.
5
+
*[PR-1000](https://github.com/polywrap/monorepo/pull/1000)`@polywrap/core-js`: Added the `encodeResult` property to `InvokeOptions`.
6
+
*[PR-1000](https://github.com/polywrap/monorepo/pull/1000)`@polywrap/core-js`: Introduced the concept of `Invoker` and `Invocable`.
7
+
*[PR-988](https://github.com/polywrap/monorepo/pull/988)`polywrap` CLI, `wasm/rust`: Updates to the default build-image (`Dockerfile`):
8
+
* Added the system dependencies `clang`, `llvm` and `build-essentials`.
9
+
* Added steps to remove any `wasm-bindgen` imports that may have been injected.
10
+
11
+
## Bugs
12
+
*[PR-1000](https://github.com/polywrap/monorepo/pull/1000) Fixed inconsistencies around `ArrayBuffer` and `Uint8Array`.
13
+
*[PR-1000](https://github.com/polywrap/monorepo/pull/1000)`@polywrap/client-js`: The `noDecode` flag (renamed to `encodeResult`) now enfoces the decoding properly, where before it could get confused with returning `Bytes` from a wrapper.
14
+
*[PR-981](https://github.com/polywrap/monorepo/pull/981)`polywrap-wasm-rs`: Remove the `wrap-invoke` feature because it is not being used at the moment.
15
+
16
+
## Breaking Changes
17
+
*[PR-980](https://github.com/polywrap/monorepo/pull/980)`@polywrap/schema-parse`: Rename `TypeInfo` from `Abi`.
18
+
1
19
# Polywrap 0.0.1-prealpha.90
2
20
## Features
3
21
*[PR-912](https://github.com/polywrap/monorepo/pull/912)[PR-930](https://github.com/polywrap/monorepo/pull/930)[PR-958](https://github.com/polywrap/monorepo/pull/958) All URI resolver extensions have been decoupled and moved into their own plugin packages:
0 commit comments