homura-runtime 0.3.5 → 0.3.6
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 +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/homura/runtime/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6fac4160687b6043e752f8d18ba217e5eb53dcb1efa16158f2b8409da7e26d39
|
|
4
|
+
data.tar.gz: 57386658268ff69b225ebbb3fac5a9400c702783c384eb9fec117fc6a315cbf5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50fd0246537d673f1211066e3aa1a443f8f50cbb33bdfd5197a70cf9786c67a401b8109646189eb16af3d33cd0c936420a9f93d7a7e2dec327221062705c1048
|
|
7
|
+
data.tar.gz: 075e7b5786548a85a3bb90f7ee451c4288ec5a759597942ae92df797bcc39be453d3e80b2e9a4c619462b469c009453942022e6930fb938766d475e07565d19a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.6 (2026-05-03)
|
|
4
|
+
|
|
5
|
+
- Release the no-await-surface examples/docs baseline: public Rack,
|
|
6
|
+
Sinatra, D1, Email, and Durable Object examples should stay sync-shaped
|
|
7
|
+
and avoid exposing Opal/Workers await internals in user-written Ruby.
|
|
8
|
+
- No runtime code changes vs. 0.3.5.
|
|
9
|
+
|
|
3
10
|
## 0.3.5 (2026-05-03)
|
|
4
11
|
|
|
5
12
|
- Add Ruby-shaped Cloudflare binding helpers for HTTP, scheduled, queue,
|