kobako 0.12.2 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b5515d639e59a612b4aa1008c6456bdc493152b725d89c36c8c51250368754e
4
- data.tar.gz: 4fd2e14daaea5892b500cf8ba4d0fe94212d95e674a762afc482f22bd8a30f7d
3
+ metadata.gz: 405db05c3ccf4250860f660bb571458adcedfeb3107120ab1cd87f7150e0b977
4
+ data.tar.gz: e3d85aab1c493c3b2545c94bcdd47928d3d07eea8870f269d1107cbe8115b5cc
5
5
  SHA512:
6
- metadata.gz: 4676997989e6e7a6711c3f597b20a2db4a0ae2a50361d3ef66f235123741c043e936b73ae553484703cb5bf384ca9b3b42a6d4282bac94dba8ef3d018bf96130
7
- data.tar.gz: 3b8573f8f67a79f00fd747961166835e89d735cdb02462bdb36ae399b1ceddd5cf3b38a1e82f0b22797f9d67b0a7c273a03bb5e4cb8b74806d0dadb41dcc0fb0
6
+ metadata.gz: 6bd3b70b07a03d947b2b6142ec476bbba3f66699d1228ae0f26e148e6d7b9fbe0b4b2124a4033c4816008fd89254e7f971b87624d6a93e26f92cd16e070c6cb5
7
+ data.tar.gz: 79a961448a3db38cd4a662159eb0f6df1aebdf628a54f0d1e1896f9095d668e71998926f610268cf31fe1f0a0c7091a4f31a970485f67e5f4d152852ad8f014f
@@ -1 +1 @@
1
- {".":"0.12.2","wasm/kobako-core":"0.6.1","wasm/kobako":"0.6.1","wasm/kobako-io":"0.6.1","wasm/kobako-json":"0.6.1","wasm/kobako-regexp":"0.6.1","wasm/kobako-baker":"0.6.1","crates/kobako-runtime":"0.6.1","crates/kobako-wasmtime":"0.6.1"}
1
+ {".":"0.13.0","wasm/kobako-core":"0.7.0","wasm/kobako":"0.7.0","wasm/kobako-io":"0.7.0","wasm/kobako-json":"0.7.0","wasm/kobako-regexp":"0.7.0","wasm/kobako-baker":"0.7.0","crates/kobako-codec":"0.7.0","crates/kobako-runtime":"0.7.0","crates/kobako-wasmtime":"0.7.0"}
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.13.0](https://github.com/elct9620/kobako/compare/v0.12.2...v0.13.0) (2026-07-03)
4
+
5
+
6
+ ### Features
7
+
8
+ * **crates:** build the requested isolation profile into the WASI context ([63c25d8](https://github.com/elct9620/kobako/commit/63c25d835d4d03010c1658217cee412318e6b5d8))
9
+ * enforce the isolation-profile floor at Sandbox construction ([73f0dfe](https://github.com/elct9620/kobako/commit/73f0dfe34a144045a559a28caec31468351de64a))
10
+ * forward the Sandbox profile request through the ext to the driver ([f47f906](https://github.com/elct9620/kobako/commit/f47f9063aa56462be023f5c76cbc73db6e4315ad))
11
+ * keep guest output readable after a trap ([464454c](https://github.com/elct9620/kobako/commit/464454cd774db96ad72b3787007f2ce015673587))
12
+ * **runtime:** runtimes declare their isolation profile ([f89717a](https://github.com/elct9620/kobako/commit/f89717a6bc9809f0de0df78f97da33a49a1474ac))
13
+
3
14
  ## [0.12.2](https://github.com/elct9620/kobako/compare/v0.12.1...v0.12.2) (2026-07-02)
4
15
 
5
16