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
* Rust plugin bindings now expose `env` as a function argument.
6
+
7
+
## Bugs
8
+
**`@polywrap/schema-bind`:**
9
+
*[PR-1700](https://github.com/polywrap/toolchain/pull/1700)**`plugin/rust` Serde renaming for snake-cased properties in rust plugins types**
10
+
* Rust plugins now properly convert wrap schema property names into snake-cased names, so they are compatable with Rust naming conventions.
11
+
12
+
**`@polywrap/templates`:**
13
+
*[PR-1680](https://github.com/polywrap/toolchain/pull/1680)**Import newer logger in typescript template**
14
+
* Update the typescript app template to use the latest logging wrap at `ens/wraps.eth:logging@1.0.0`.
15
+
16
+
**`@polywrap/polywrap-manifest-types-js`:**
17
+
*[PR-1692](https://github.com/polywrap/toolchain/pull/1692)**top-level `docker` property is now removed from build manifest during migration**
18
+
* Fixes a bug where the top-level `docker` property of build manifest version 0.1.0 was not being dropped during migration, causing migrated build manifests to fail validation.
0 commit comments