kobako 0.6.2-x86_64-linux → 0.7.0-x86_64-linux

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: 40fcb0aa1039fc8452cff35f7040c526a718aa07e7ee85db7a5142ff05070d6e
4
- data.tar.gz: 714537f56b1b254a46af506372e112428c96946d3bdf20c8b368d2886446f62f
3
+ metadata.gz: 4727a4af2ea34f43c5f85d4a6d5e1f81850a80aea7d970ae8cd96da4f9076b12
4
+ data.tar.gz: 4172174ad6017fcf55281235029d61c71919b9154ab597c8e8224db6eb499d93
5
5
  SHA512:
6
- metadata.gz: 55632df0c64714e495b4bd236e0398f3265fbe7b80763754508a1ce4e0febd4bfc07e960a6bfc7f18137f1d093cee677d9a136600024e628b740fc016e928852
7
- data.tar.gz: 6c828f2b3897eac5d144265618645ef0e8f8d2a5f79e5588e6ccf184369e20eb3fd4c839bde6c26b77eb6fe74314edfe7889405f4e7660cad181ceb9b191647e
6
+ metadata.gz: 6366dcfbf5128e16563b0f8f04100bb6080c2d723fc9d80daa757b4f35fb2a92abe8dfcb5cebc7eb10432cd858dba18b6167989f493c2cefc7105af77499293d
7
+ data.tar.gz: 45e0811ae96e3b331d2a867605f5536a0def57c28fc0f377a5ba074d145ee241a4386dc32abee6bbc1c5023bc0c30726659633f33331d7cc0688a04201497291
@@ -1 +1 @@
1
- {".":"0.6.2"}
1
+ {".":"0.7.0"}
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.0](https://github.com/elct9620/kobako/compare/v0.6.2...v0.7.0) (2026-06-03)
4
+
5
+
6
+ ### Features
7
+
8
+ * **examples/async-io:** demo single-thread I/O overlap across Sandboxes ([858a0f7](https://github.com/elct9620/kobako/commit/858a0f70bb0730e5e3ad3f49a5caadf948f6ed7d))
9
+ * **guest:** reject construction of Handle proxies (B-39) ([bda5e2b](https://github.com/elct9620/kobako/commit/bda5e2b5e48fe25adeefac19c47f1b93585091bf))
10
+ * **guest:** reject construction of Member proxies (B-38) ([885c281](https://github.com/elct9620/kobako/commit/885c2812da8627e4ec7c185d9e04e4056c94a7fd))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **ext:** surface the buried root cause on non-cap traps ([dbd1ce5](https://github.com/elct9620/kobako/commit/dbd1ce51f25ab8c83d39daee64278192d763d5ef))
16
+ * **guest:** bound the encoder walk so cycles and deep nesting fail cleanly ([90880ff](https://github.com/elct9620/kobako/commit/90880ffe6f0ee911b3c7c076ef6c86b9e08c62e1))
17
+ * **guest:** stop an embedded NUL in a returned value from hard-trapping ([14fbb97](https://github.com/elct9620/kobako/commit/14fbb97ecb47b4263585602754e92237bb951d46))
18
+ * **guest:** stop named-capture regexes from hard-trapping the sandbox ([a279ea1](https://github.com/elct9620/kobako/commit/a279ea1e2f196580b396342851e4e75ff9ea5cfa))
19
+
3
20
  ## [0.6.2](https://github.com/elct9620/kobako/compare/v0.6.1...v0.6.2) (2026-05-31)
4
21
 
5
22
 
data/data/kobako.wasm CHANGED
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kobako
4
- VERSION = "0.6.2"
4
+ VERSION = "0.7.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kobako
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.7.0
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Aotokitsuruya
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-05-31 00:00:00.000000000 Z
11
+ date: 2026-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: msgpack