@astrale-os/adapter-cloudflare 0.5.0-beta.7 → 0.5.0-beta.70
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.
- package/CHANGELOG.md +878 -0
- package/README.md +25 -0
- package/dist/adapter.d.ts +17 -0
- package/dist/adapter.js +177 -0
- package/dist/build/artifact.d.ts +7 -0
- package/dist/build/artifact.js +163 -0
- package/dist/build/bundle/admit.d.ts +1 -0
- package/dist/build/bundle/admit.js +9 -0
- package/dist/build/closure.d.ts +2 -0
- package/dist/build/closure.js +22 -0
- package/dist/build/codegen/execution.d.ts +3 -0
- package/dist/build/codegen/execution.js +2 -0
- package/dist/build/codegen/merge.d.ts +0 -1
- package/dist/build/codegen/merge.js +0 -1
- package/dist/build/codegen/wrangler.d.ts +13 -1
- package/dist/build/codegen/wrangler.js +32 -17
- package/dist/build/configuration/addressing.d.ts +2 -0
- package/dist/build/configuration/addressing.js +11 -0
- package/dist/build/configuration/invocation-timeout.d.ts +2 -0
- package/dist/build/configuration/invocation-timeout.js +9 -0
- package/dist/build/configuration/request-limit.d.ts +2 -0
- package/dist/build/configuration/request-limit.js +9 -0
- package/dist/build/configuration/router.d.ts +7 -0
- package/dist/build/configuration/router.js +11 -0
- package/dist/build/configuration/worker-name.d.ts +2 -0
- package/dist/build/configuration/worker-name.js +18 -0
- package/dist/build/configuration.d.ts +5 -0
- package/dist/build/configuration.js +5 -0
- package/dist/build/direct.d.ts +4 -0
- package/dist/build/direct.js +93 -0
- package/dist/build/frontend/routes.d.ts +2 -0
- package/dist/build/frontend/routes.js +11 -0
- package/dist/build/frontend-v1.d.ts +16 -0
- package/dist/build/frontend-v1.js +133 -0
- package/dist/build/index.d.ts +10 -16
- package/dist/build/index.js +9 -16
- package/dist/build/materialize.d.ts +4 -0
- package/dist/build/materialize.js +10 -0
- package/dist/build/metafile.d.ts +5 -0
- package/dist/build/metafile.js +14 -0
- package/dist/build/parse-output.d.ts +0 -1
- package/dist/build/parse-output.js +0 -1
- package/dist/build/qualification.d.ts +5 -0
- package/dist/build/qualification.js +7 -0
- package/dist/build/roots.d.ts +2 -0
- package/dist/build/roots.js +34 -0
- package/dist/build/worker/artifact.d.ts +40 -0
- package/dist/build/worker/artifact.js +1 -0
- package/dist/build/worker/artifact.load.d.ts +3 -0
- package/dist/build/worker/artifact.load.js +308 -0
- package/dist/build/worker/artifact.manifest.d.ts +48 -0
- package/dist/build/worker/artifact.manifest.js +87 -0
- package/dist/build/worker/artifact.paths.d.ts +4 -0
- package/dist/build/worker/artifact.paths.js +25 -0
- package/dist/build/worker/codegen/entry.d.ts +2 -0
- package/dist/build/worker/codegen/entry.js +28 -0
- package/dist/build/worker/codegen/service.d.ts +16 -0
- package/dist/build/worker/codegen/service.js +52 -0
- package/dist/build/worker/execution.prepare.d.ts +18 -0
- package/dist/build/worker/execution.prepare.js +109 -0
- package/dist/build/worker/index.d.ts +2 -0
- package/dist/build/worker/index.js +1 -0
- package/dist/build/worker/modules.d.ts +11 -0
- package/dist/build/worker/modules.js +26 -0
- package/dist/build/worker/runtime.d.ts +10 -0
- package/dist/build/worker/runtime.js +35 -0
- package/dist/build/worker/specifier.d.ts +1 -0
- package/dist/build/worker/specifier.js +5 -0
- package/dist/build/wrangler/bundle.d.ts +10 -0
- package/dist/build/wrangler/bundle.js +29 -0
- package/dist/build/wrangler/deploy.d.ts +24 -0
- package/dist/build/wrangler/deploy.js +44 -0
- package/dist/build/wrangler/development.d.ts +17 -0
- package/dist/build/wrangler/development.js +136 -0
- package/dist/build/wrangler/process.d.ts +17 -0
- package/dist/build/wrangler/process.js +115 -0
- package/dist/build/wrangler/secrets.d.ts +6 -0
- package/dist/build/wrangler/secrets.js +58 -0
- package/dist/build/wrangler/status.d.ts +14 -0
- package/dist/build/wrangler/status.js +56 -0
- package/dist/build/wrangler/type-generation.d.ts +6 -0
- package/dist/build/wrangler/type-generation.js +19 -0
- package/dist/build/wrangler-cli.d.ts +6 -86
- package/dist/build/wrangler-cli.js +6 -275
- package/dist/cloudflare.d.ts +1 -34
- package/dist/cloudflare.js +1 -205
- package/dist/deploy/deploy.d.ts +15 -0
- package/dist/deploy/deploy.js +204 -0
- package/dist/deploy/index.d.ts +1 -0
- package/dist/deploy/index.js +1 -0
- package/dist/identity/binding.d.ts +2 -0
- package/dist/identity/binding.js +2 -0
- package/dist/identity/material.d.ts +7 -0
- package/dist/identity/material.js +42 -0
- package/dist/identity/secret.d.ts +3 -0
- package/dist/identity/secret.js +7 -0
- package/dist/identity/source.d.ts +26 -0
- package/dist/identity/source.js +98 -0
- package/dist/index.d.ts +3 -4
- package/dist/index.js +3 -4
- package/dist/params.d.ts +30 -5
- package/dist/params.js +0 -1
- package/dist/release/deployment.d.ts +44 -0
- package/dist/release/deployment.js +141 -0
- package/dist/release/index.d.ts +2 -0
- package/dist/release/index.js +2 -0
- package/dist/release/staged-worker-name.d.ts +3 -0
- package/dist/release/staged-worker-name.js +10 -0
- package/dist/worker/entry.d.ts +43 -0
- package/dist/worker/entry.js +181 -0
- package/dist/worker/fetch.d.ts +0 -1
- package/dist/worker/fetch.js +0 -1
- package/dist/worker/identity.d.ts +7 -0
- package/dist/worker/identity.js +23 -0
- package/dist/worker/index.d.ts +2 -61
- package/dist/worker/index.js +2 -216
- package/package.json +30 -19
- package/template/astrale.config.ts +19 -11
- package/dist/build/codegen/identity.d.ts +0 -10
- package/dist/build/codegen/identity.d.ts.map +0 -1
- package/dist/build/codegen/identity.js +0 -32
- package/dist/build/codegen/identity.js.map +0 -1
- package/dist/build/codegen/merge.d.ts.map +0 -1
- package/dist/build/codegen/merge.js.map +0 -1
- package/dist/build/codegen/worker.d.ts +0 -12
- package/dist/build/codegen/worker.d.ts.map +0 -1
- package/dist/build/codegen/worker.js +0 -40
- package/dist/build/codegen/worker.js.map +0 -1
- package/dist/build/codegen/wrangler.d.ts.map +0 -1
- package/dist/build/codegen/wrangler.js.map +0 -1
- package/dist/build/frontend.d.ts +0 -26
- package/dist/build/frontend.d.ts.map +0 -1
- package/dist/build/frontend.js +0 -263
- package/dist/build/frontend.js.map +0 -1
- package/dist/build/index.d.ts.map +0 -1
- package/dist/build/index.js.map +0 -1
- package/dist/build/parse-output.d.ts.map +0 -1
- package/dist/build/parse-output.js.map +0 -1
- package/dist/build/prepare.d.ts +0 -18
- package/dist/build/prepare.d.ts.map +0 -1
- package/dist/build/prepare.js +0 -117
- package/dist/build/prepare.js.map +0 -1
- package/dist/build/worker.d.ts +0 -15
- package/dist/build/worker.d.ts.map +0 -1
- package/dist/build/worker.js +0 -21
- package/dist/build/worker.js.map +0 -1
- package/dist/build/wrangler-cli.d.ts.map +0 -1
- package/dist/build/wrangler-cli.js.map +0 -1
- package/dist/cloudflare.d.ts.map +0 -1
- package/dist/cloudflare.js.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/params.d.ts.map +0 -1
- package/dist/params.js.map +0 -1
- package/dist/worker/fetch.d.ts.map +0 -1
- package/dist/worker/fetch.js.map +0 -1
- package/dist/worker/index.d.ts.map +0 -1
- package/dist/worker/index.js.map +0 -1
- package/src/build/codegen/identity.ts +0 -40
- package/src/build/codegen/merge.ts +0 -92
- package/src/build/codegen/worker.ts +0 -53
- package/src/build/codegen/wrangler.ts +0 -127
- package/src/build/frontend.ts +0 -324
- package/src/build/index.ts +0 -29
- package/src/build/parse-output.ts +0 -60
- package/src/build/prepare.ts +0 -161
- package/src/build/worker.ts +0 -37
- package/src/build/wrangler-cli.ts +0 -362
- package/src/cloudflare.ts +0 -251
- package/src/index.ts +0 -21
- package/src/params.ts +0 -92
- package/src/worker/fetch.ts +0 -46
- package/src/worker/index.ts +0 -329
- package/src/worker/tsconfig.json +0 -10
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,878 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [0.5.0-beta.70](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.69...adapter-cloudflare-v0.5.0-beta.70) (2026-08-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.67
|
|
11
|
+
|
|
12
|
+
## [0.5.0-beta.69](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.68...adapter-cloudflare-v0.5.0-beta.69) (2026-08-27)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Dependencies
|
|
16
|
+
|
|
17
|
+
* The following workspace dependencies were updated
|
|
18
|
+
* dependencies
|
|
19
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.66
|
|
20
|
+
|
|
21
|
+
## [0.5.0-beta.68](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.67...adapter-cloudflare-v0.5.0-beta.68) (2026-08-27)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Dependencies
|
|
25
|
+
|
|
26
|
+
* The following workspace dependencies were updated
|
|
27
|
+
* dependencies
|
|
28
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.65
|
|
29
|
+
|
|
30
|
+
## [0.5.0-beta.67](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.66...adapter-cloudflare-v0.5.0-beta.67) (2026-08-27)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Dependencies
|
|
34
|
+
|
|
35
|
+
* The following workspace dependencies were updated
|
|
36
|
+
* dependencies
|
|
37
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.64
|
|
38
|
+
|
|
39
|
+
## [0.5.0-beta.66](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.65...adapter-cloudflare-v0.5.0-beta.66) (2026-08-27)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Dependencies
|
|
43
|
+
|
|
44
|
+
* The following workspace dependencies were updated
|
|
45
|
+
* dependencies
|
|
46
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.63
|
|
47
|
+
|
|
48
|
+
## [0.5.0-beta.65](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.64...adapter-cloudflare-v0.5.0-beta.65) (2026-08-27)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Features
|
|
52
|
+
|
|
53
|
+
* **adapter-cloudflare:** configure invocation timeout ([#290](https://github.com/astrale-os/sdk/issues/290)) ([9c4e144](https://github.com/astrale-os/sdk/commit/9c4e144618846e8e1c8d76c432e8d5008285c3b7))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Dependencies
|
|
57
|
+
|
|
58
|
+
* The following workspace dependencies were updated
|
|
59
|
+
* dependencies
|
|
60
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.62
|
|
61
|
+
|
|
62
|
+
## [0.5.0-beta.64](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.63...adapter-cloudflare-v0.5.0-beta.64) (2026-08-27)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Dependencies
|
|
66
|
+
|
|
67
|
+
* The following workspace dependencies were updated
|
|
68
|
+
* dependencies
|
|
69
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.61
|
|
70
|
+
|
|
71
|
+
## [0.5.0-beta.63](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.62...adapter-cloudflare-v0.5.0-beta.63) (2026-08-27)
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### Dependencies
|
|
75
|
+
|
|
76
|
+
* The following workspace dependencies were updated
|
|
77
|
+
* dependencies
|
|
78
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.60
|
|
79
|
+
|
|
80
|
+
## [0.5.0-beta.62](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.61...adapter-cloudflare-v0.5.0-beta.62) (2026-08-27)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Dependencies
|
|
84
|
+
|
|
85
|
+
* The following workspace dependencies were updated
|
|
86
|
+
* dependencies
|
|
87
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.59
|
|
88
|
+
|
|
89
|
+
## [0.5.0-beta.61](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.60...adapter-cloudflare-v0.5.0-beta.61) (2026-08-27)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
### Features
|
|
93
|
+
|
|
94
|
+
* **app:** close hosted Application runtime contracts ([#261](https://github.com/astrale-os/sdk/issues/261)) ([b0ec17b](https://github.com/astrale-os/sdk/commit/b0ec17bcfeb613a2e6dcd986a22355ba8ea0efd5))
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Bug Fixes
|
|
98
|
+
|
|
99
|
+
* preserve stable compatible Service routing ([#272](https://github.com/astrale-os/sdk/issues/272)) ([059f188](https://github.com/astrale-os/sdk/commit/059f1884c7d4e65018721abc0ad0af17917e9812))
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Dependencies
|
|
103
|
+
|
|
104
|
+
* The following workspace dependencies were updated
|
|
105
|
+
* dependencies
|
|
106
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.58
|
|
107
|
+
|
|
108
|
+
## [0.5.0-beta.60](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.59...adapter-cloudflare-v0.5.0-beta.60) (2026-08-27)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Dependencies
|
|
112
|
+
|
|
113
|
+
* The following workspace dependencies were updated
|
|
114
|
+
* dependencies
|
|
115
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.57
|
|
116
|
+
|
|
117
|
+
## [0.5.0-beta.59](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.58...adapter-cloudflare-v0.5.0-beta.59) (2026-08-27)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Dependencies
|
|
121
|
+
|
|
122
|
+
* The following workspace dependencies were updated
|
|
123
|
+
* dependencies
|
|
124
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.56
|
|
125
|
+
|
|
126
|
+
## [0.5.0-beta.58](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.57...adapter-cloudflare-v0.5.0-beta.58) (2026-08-26)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
### Dependencies
|
|
130
|
+
|
|
131
|
+
* The following workspace dependencies were updated
|
|
132
|
+
* dependencies
|
|
133
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.55
|
|
134
|
+
|
|
135
|
+
## [0.5.0-beta.57](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.56...adapter-cloudflare-v0.5.0-beta.57) (2026-08-26)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
### Dependencies
|
|
139
|
+
|
|
140
|
+
* The following workspace dependencies were updated
|
|
141
|
+
* dependencies
|
|
142
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.54
|
|
143
|
+
|
|
144
|
+
## [0.5.0-beta.56](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.55...adapter-cloudflare-v0.5.0-beta.56) (2026-08-26)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
### Dependencies
|
|
148
|
+
|
|
149
|
+
* The following workspace dependencies were updated
|
|
150
|
+
* dependencies
|
|
151
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.53
|
|
152
|
+
|
|
153
|
+
## [0.5.0-beta.55](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.54...adapter-cloudflare-v0.5.0-beta.55) (2026-08-26)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Bug Fixes
|
|
157
|
+
|
|
158
|
+
* **ci:** finalize SDK publication qualification ([#250](https://github.com/astrale-os/sdk/issues/250)) ([5de288c](https://github.com/astrale-os/sdk/commit/5de288c9b15486ae244d56e2d1424639acb79aee))
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
### Dependencies
|
|
162
|
+
|
|
163
|
+
* The following workspace dependencies were updated
|
|
164
|
+
* dependencies
|
|
165
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.52
|
|
166
|
+
|
|
167
|
+
## [0.5.0-beta.54](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.53...adapter-cloudflare-v0.5.0-beta.54) (2026-08-26)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Bug Fixes
|
|
171
|
+
|
|
172
|
+
* **worker:** restore exact generated builds ([#248](https://github.com/astrale-os/sdk/issues/248)) ([f4cc0e0](https://github.com/astrale-os/sdk/commit/f4cc0e012c70c992ca8ff23ff5999d12c18e5e7d))
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### Dependencies
|
|
176
|
+
|
|
177
|
+
* The following workspace dependencies were updated
|
|
178
|
+
* dependencies
|
|
179
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.51
|
|
180
|
+
|
|
181
|
+
## [0.5.0-beta.53](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.52...adapter-cloudflare-v0.5.0-beta.53) (2026-08-26)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
### Bug Fixes
|
|
185
|
+
|
|
186
|
+
* **cloudflare:** pin local development origin ([#246](https://github.com/astrale-os/sdk/issues/246)) ([0dbce7f](https://github.com/astrale-os/sdk/commit/0dbce7fbbe048a5856304b602c892b3e02af98f5))
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
### Dependencies
|
|
190
|
+
|
|
191
|
+
* The following workspace dependencies were updated
|
|
192
|
+
* dependencies
|
|
193
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.50
|
|
194
|
+
|
|
195
|
+
## [0.5.0-beta.52](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.51...adapter-cloudflare-v0.5.0-beta.52) (2026-08-26)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Dependencies
|
|
199
|
+
|
|
200
|
+
* The following workspace dependencies were updated
|
|
201
|
+
* dependencies
|
|
202
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.49
|
|
203
|
+
|
|
204
|
+
## [0.5.0-beta.51](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.50...adapter-cloudflare-v0.5.0-beta.51) (2026-08-26)
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
### Dependencies
|
|
208
|
+
|
|
209
|
+
* The following workspace dependencies were updated
|
|
210
|
+
* dependencies
|
|
211
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.48
|
|
212
|
+
|
|
213
|
+
## [0.5.0-beta.50](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.49...adapter-cloudflare-v0.5.0-beta.50) (2026-08-26)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
### Bug Fixes
|
|
217
|
+
|
|
218
|
+
* **deps:** pin internal package cohort ([#240](https://github.com/astrale-os/sdk/issues/240)) ([739d397](https://github.com/astrale-os/sdk/commit/739d397bd651e559fe6c97b0bdf9c684941054a1))
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
### Dependencies
|
|
222
|
+
|
|
223
|
+
* The following workspace dependencies were updated
|
|
224
|
+
* dependencies
|
|
225
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.47
|
|
226
|
+
|
|
227
|
+
## [0.5.0-beta.49](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.48...adapter-cloudflare-v0.5.0-beta.49) (2026-08-25)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
### Dependencies
|
|
231
|
+
|
|
232
|
+
* The following workspace dependencies were updated
|
|
233
|
+
* dependencies
|
|
234
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.46
|
|
235
|
+
|
|
236
|
+
## [0.5.0-beta.48](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.47...adapter-cloudflare-v0.5.0-beta.48) (2026-08-25)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Dependencies
|
|
240
|
+
|
|
241
|
+
* The following workspace dependencies were updated
|
|
242
|
+
* dependencies
|
|
243
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.45
|
|
244
|
+
|
|
245
|
+
## [0.5.0-beta.47](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.46...adapter-cloudflare-v0.5.0-beta.47) (2026-08-25)
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
### Dependencies
|
|
249
|
+
|
|
250
|
+
* The following workspace dependencies were updated
|
|
251
|
+
* dependencies
|
|
252
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.44
|
|
253
|
+
|
|
254
|
+
## [0.5.0-beta.46](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.45...adapter-cloudflare-v0.5.0-beta.46) (2026-08-25)
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
### Dependencies
|
|
258
|
+
|
|
259
|
+
* The following workspace dependencies were updated
|
|
260
|
+
* dependencies
|
|
261
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.43
|
|
262
|
+
|
|
263
|
+
## [0.5.0-beta.45](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.44...adapter-cloudflare-v0.5.0-beta.45) (2026-08-25)
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
### Bug Fixes
|
|
267
|
+
|
|
268
|
+
* **cloudflare:** prefer concrete SPA assets ([039d47b](https://github.com/astrale-os/sdk/commit/039d47b347d0b1a6d3cda5e6896cbcecc9a65106))
|
|
269
|
+
* **cloudflare:** serve root frontend assets ([f8f5a11](https://github.com/astrale-os/sdk/commit/f8f5a11b4558107713608605be883aeedcc60907))
|
|
270
|
+
* **frontend:** serve complete generated identity ([0a8987e](https://github.com/astrale-os/sdk/commit/0a8987e82e47850d4fbfbad7c4ef475dfae56388))
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
### Dependencies
|
|
274
|
+
|
|
275
|
+
* The following workspace dependencies were updated
|
|
276
|
+
* dependencies
|
|
277
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.42
|
|
278
|
+
|
|
279
|
+
## [0.5.0-beta.44](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.43...adapter-cloudflare-v0.5.0-beta.44) (2026-08-25)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Bug Fixes
|
|
283
|
+
|
|
284
|
+
* **cloudflare:** admit compatibility flag order ([#227](https://github.com/astrale-os/sdk/issues/227)) ([b4a7695](https://github.com/astrale-os/sdk/commit/b4a769525ae75beaa480a0b0d860d44a7bfe785a))
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
### Dependencies
|
|
288
|
+
|
|
289
|
+
* The following workspace dependencies were updated
|
|
290
|
+
* dependencies
|
|
291
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.41
|
|
292
|
+
|
|
293
|
+
## [0.5.0-beta.43](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.42...adapter-cloudflare-v0.5.0-beta.43) (2026-08-25)
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Performance Improvements
|
|
297
|
+
|
|
298
|
+
* **cloudflare:** serve frontend before runtime realization ([#221](https://github.com/astrale-os/sdk/issues/221)) ([1c3f8db](https://github.com/astrale-os/sdk/commit/1c3f8db9fe3f8a0f3120fe92f5341ddf5bcd7f3f))
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
### Dependencies
|
|
302
|
+
|
|
303
|
+
* The following workspace dependencies were updated
|
|
304
|
+
* dependencies
|
|
305
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.40
|
|
306
|
+
|
|
307
|
+
## [0.5.0-beta.42](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.41...adapter-cloudflare-v0.5.0-beta.42) (2026-08-25)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Dependencies
|
|
311
|
+
|
|
312
|
+
* The following workspace dependencies were updated
|
|
313
|
+
* dependencies
|
|
314
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.39
|
|
315
|
+
|
|
316
|
+
## [0.5.0-beta.41](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.40...adapter-cloudflare-v0.5.0-beta.41) (2026-08-25)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Dependencies
|
|
320
|
+
|
|
321
|
+
* The following workspace dependencies were updated
|
|
322
|
+
* dependencies
|
|
323
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.38
|
|
324
|
+
|
|
325
|
+
## [0.5.0-beta.40](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.39...adapter-cloudflare-v0.5.0-beta.40) (2026-08-25)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### Bug Fixes
|
|
329
|
+
|
|
330
|
+
* **adapter-cloudflare:** parse status stdout only ([#213](https://github.com/astrale-os/sdk/issues/213)) ([4ebb41a](https://github.com/astrale-os/sdk/commit/4ebb41ad918e1cb8aefbfb396218204c96a9fd48))
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
### Dependencies
|
|
334
|
+
|
|
335
|
+
* The following workspace dependencies were updated
|
|
336
|
+
* dependencies
|
|
337
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.37
|
|
338
|
+
|
|
339
|
+
## [0.5.0-beta.39](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.38...adapter-cloudflare-v0.5.0-beta.39) (2026-08-25)
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### Dependencies
|
|
343
|
+
|
|
344
|
+
* The following workspace dependencies were updated
|
|
345
|
+
* dependencies
|
|
346
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.36
|
|
347
|
+
|
|
348
|
+
## [0.5.0-beta.38](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.37...adapter-cloudflare-v0.5.0-beta.38) (2026-08-25)
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
### Bug Fixes
|
|
352
|
+
|
|
353
|
+
* **adapter-cloudflare:** retain watch service modules ([#208](https://github.com/astrale-os/sdk/issues/208)) ([0c0fb64](https://github.com/astrale-os/sdk/commit/0c0fb6497776cabb399717df92b0a7b3eab9f5d8))
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
### Dependencies
|
|
357
|
+
|
|
358
|
+
* The following workspace dependencies were updated
|
|
359
|
+
* dependencies
|
|
360
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.35
|
|
361
|
+
|
|
362
|
+
## [0.5.0-beta.37](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.36...adapter-cloudflare-v0.5.0-beta.37) (2026-08-25)
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
### Bug Fixes
|
|
366
|
+
|
|
367
|
+
* **scaffold:** own selected adapter closure ([#205](https://github.com/astrale-os/sdk/issues/205)) ([19336f5](https://github.com/astrale-os/sdk/commit/19336f50819ab5237ced04f7a55d3ca9f50796eb))
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
### Dependencies
|
|
371
|
+
|
|
372
|
+
* The following workspace dependencies were updated
|
|
373
|
+
* dependencies
|
|
374
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.34
|
|
375
|
+
|
|
376
|
+
## [0.5.0-beta.36](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.35...adapter-cloudflare-v0.5.0-beta.36) (2026-08-25)
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
### Bug Fixes
|
|
380
|
+
|
|
381
|
+
* **adapter-astrale:** carry large managed artifacts portably ([#201](https://github.com/astrale-os/sdk/issues/201)) ([49425dd](https://github.com/astrale-os/sdk/commit/49425dd89ac9e45fc51b5b0ebbe86ecf068479b2))
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
### Dependencies
|
|
385
|
+
|
|
386
|
+
* The following workspace dependencies were updated
|
|
387
|
+
* dependencies
|
|
388
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.33
|
|
389
|
+
|
|
390
|
+
## [0.5.0-beta.35](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.34...adapter-cloudflare-v0.5.0-beta.35) (2026-08-25)
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### Dependencies
|
|
394
|
+
|
|
395
|
+
* The following workspace dependencies were updated
|
|
396
|
+
* dependencies
|
|
397
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.32
|
|
398
|
+
|
|
399
|
+
## [0.5.0-beta.34](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.33...adapter-cloudflare-v0.5.0-beta.34) (2026-08-24)
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
### Dependencies
|
|
403
|
+
|
|
404
|
+
* The following workspace dependencies were updated
|
|
405
|
+
* dependencies
|
|
406
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.31
|
|
407
|
+
|
|
408
|
+
## [0.5.0-beta.33](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.32...adapter-cloudflare-v0.5.0-beta.33) (2026-08-24)
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
### Dependencies
|
|
412
|
+
|
|
413
|
+
* The following workspace dependencies were updated
|
|
414
|
+
* dependencies
|
|
415
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.30
|
|
416
|
+
|
|
417
|
+
## [0.5.0-beta.32](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.31...adapter-cloudflare-v0.5.0-beta.32) (2026-08-24)
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
### Bug Fixes
|
|
421
|
+
|
|
422
|
+
* **cloudflare:** disable workers.dev for routed deployments ([#189](https://github.com/astrale-os/sdk/issues/189)) ([d0781f6](https://github.com/astrale-os/sdk/commit/d0781f6027cfdaf34d304af2e12a4c917740729e))
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
### Dependencies
|
|
426
|
+
|
|
427
|
+
* The following workspace dependencies were updated
|
|
428
|
+
* dependencies
|
|
429
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.29
|
|
430
|
+
|
|
431
|
+
## [0.5.0-beta.31](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.30...adapter-cloudflare-v0.5.0-beta.31) (2026-08-24)
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
### Dependencies
|
|
435
|
+
|
|
436
|
+
* The following workspace dependencies were updated
|
|
437
|
+
* dependencies
|
|
438
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.28
|
|
439
|
+
|
|
440
|
+
## [0.5.0-beta.30](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.29...adapter-cloudflare-v0.5.0-beta.30) (2026-08-24)
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
### Features
|
|
444
|
+
|
|
445
|
+
* **adapters:** productionize managed Astrale deployment ([#181](https://github.com/astrale-os/sdk/issues/181)) ([bf6180a](https://github.com/astrale-os/sdk/commit/bf6180af70ed3e6c1863b509ba2d038fba27ed9e))
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
### Bug Fixes
|
|
449
|
+
|
|
450
|
+
* **cloudflare:** watch admitted worker entrypoint ([#186](https://github.com/astrale-os/sdk/issues/186)) ([37a70b5](https://github.com/astrale-os/sdk/commit/37a70b5f5a3fe1453947edfd9e5dad81a9e8221d))
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
### Dependencies
|
|
454
|
+
|
|
455
|
+
* The following workspace dependencies were updated
|
|
456
|
+
* dependencies
|
|
457
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.27
|
|
458
|
+
|
|
459
|
+
## [0.5.0-beta.29](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.28...adapter-cloudflare-v0.5.0-beta.29) (2026-08-24)
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
### Bug Fixes
|
|
463
|
+
|
|
464
|
+
* **adapter-cloudflare:** omit implicit router in local watch ([#182](https://github.com/astrale-os/sdk/issues/182)) ([4788faf](https://github.com/astrale-os/sdk/commit/4788fafec22d6906eedad9f08e7743f27e5a8e9f))
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
### Dependencies
|
|
468
|
+
|
|
469
|
+
* The following workspace dependencies were updated
|
|
470
|
+
* dependencies
|
|
471
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.26
|
|
472
|
+
|
|
473
|
+
## [0.5.0-beta.28](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.27...adapter-cloudflare-v0.5.0-beta.28) (2026-08-24)
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
### Dependencies
|
|
477
|
+
|
|
478
|
+
* The following workspace dependencies were updated
|
|
479
|
+
* dependencies
|
|
480
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.25
|
|
481
|
+
|
|
482
|
+
## [0.5.0-beta.27](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.26...adapter-cloudflare-v0.5.0-beta.27) (2026-08-24)
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
### Dependencies
|
|
486
|
+
|
|
487
|
+
* The following workspace dependencies were updated
|
|
488
|
+
* dependencies
|
|
489
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.24
|
|
490
|
+
|
|
491
|
+
## [0.5.0-beta.26](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.25...adapter-cloudflare-v0.5.0-beta.26) (2026-08-24)
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
### Bug Fixes
|
|
495
|
+
|
|
496
|
+
* **cloudflare:** defer worker application loading ([#173](https://github.com/astrale-os/sdk/issues/173)) ([aa47ddd](https://github.com/astrale-os/sdk/commit/aa47ddda94372dadea9491b5492bfecf689f8d8a))
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
### Dependencies
|
|
500
|
+
|
|
501
|
+
* The following workspace dependencies were updated
|
|
502
|
+
* dependencies
|
|
503
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.23
|
|
504
|
+
|
|
505
|
+
## [0.5.0-beta.25](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.24...adapter-cloudflare-v0.5.0-beta.25) (2026-08-24)
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
### Dependencies
|
|
509
|
+
|
|
510
|
+
* The following workspace dependencies were updated
|
|
511
|
+
* dependencies
|
|
512
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.22
|
|
513
|
+
|
|
514
|
+
## [0.5.0-beta.24](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.23...adapter-cloudflare-v0.5.0-beta.24) (2026-08-24)
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
### Dependencies
|
|
518
|
+
|
|
519
|
+
* The following workspace dependencies were updated
|
|
520
|
+
* dependencies
|
|
521
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.21
|
|
522
|
+
|
|
523
|
+
## [0.5.0-beta.23](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.22...adapter-cloudflare-v0.5.0-beta.23) (2026-08-24)
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
### Dependencies
|
|
527
|
+
|
|
528
|
+
* The following workspace dependencies were updated
|
|
529
|
+
* dependencies
|
|
530
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.20
|
|
531
|
+
|
|
532
|
+
## [0.5.0-beta.22](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.21...adapter-cloudflare-v0.5.0-beta.22) (2026-08-24)
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
### Dependencies
|
|
536
|
+
|
|
537
|
+
* The following workspace dependencies were updated
|
|
538
|
+
* dependencies
|
|
539
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.19
|
|
540
|
+
|
|
541
|
+
## [0.5.0-beta.21](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.20...adapter-cloudflare-v0.5.0-beta.21) (2026-08-24)
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
### Dependencies
|
|
545
|
+
|
|
546
|
+
* The following workspace dependencies were updated
|
|
547
|
+
* dependencies
|
|
548
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.18
|
|
549
|
+
|
|
550
|
+
## [0.5.0-beta.20](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.19...adapter-cloudflare-v0.5.0-beta.20) (2026-08-24)
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
### Features
|
|
554
|
+
|
|
555
|
+
* **action:** bind query and mutation executors ([1e7dd8b](https://github.com/astrale-os/sdk/commit/1e7dd8b22b3450671bb046997a6d0f905ae15ab0))
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
### Bug Fixes
|
|
559
|
+
|
|
560
|
+
* **adapter-cloudflare:** retain installed schema revisions ([f3b65a6](https://github.com/astrale-os/sdk/commit/f3b65a601d77989bcbfafe605644c5b90e6538cc))
|
|
561
|
+
* **adapter-cloudflare:** retain installed schema revisions ([32b277b](https://github.com/astrale-os/sdk/commit/32b277b1bdec619ef227183046765249f460da5a))
|
|
562
|
+
* **adapters:** retain execution signing identity ([1b8d50d](https://github.com/astrale-os/sdk/commit/1b8d50d73708c3202bb886dadaf1bf2dce09525c))
|
|
563
|
+
* **cloudflare:** admit revision deployment evidence ([82de3cf](https://github.com/astrale-os/sdk/commit/82de3cf20348b0782efc74dce8791b2a32c14b24))
|
|
564
|
+
* **cloudflare:** derive signing key ids from material ([3423348](https://github.com/astrale-os/sdk/commit/3423348017dbbcfc77f3038e867fd6a315dd51dc))
|
|
565
|
+
* **cloudflare:** derive signing key ids from material ([324f61f](https://github.com/astrale-os/sdk/commit/324f61f3a75e2486a436827d5f69729765a42487))
|
|
566
|
+
* **cloudflare:** migrate legacy signing key ids ([afe97d7](https://github.com/astrale-os/sdk/commit/afe97d79627ea95b82d46f0ce38e7728e4f1cbb3))
|
|
567
|
+
* **deps:** consume the Kernel beta.10 cohort ([75c380f](https://github.com/astrale-os/sdk/commit/75c380ffb0e5e324ccd9dac7cbb30c6bee14aab0))
|
|
568
|
+
* **deps:** consume the Kernel beta.10 cohort ([a6a34d2](https://github.com/astrale-os/sdk/commit/a6a34d213d62501d3471c593b9ceb6af9a7aa1d3))
|
|
569
|
+
* remove broken published source maps ([38237dc](https://github.com/astrale-os/sdk/commit/38237dc4f6c4b7a91a1de1001dbb930216c24324))
|
|
570
|
+
* **worker:** merge Cloudflare revision gateway ([df2887c](https://github.com/astrale-os/sdk/commit/df2887ce2b097623548c04e1c13456952aec4230))
|
|
571
|
+
* **worker:** merge Cloudflare signing identity ([3aefa00](https://github.com/astrale-os/sdk/commit/3aefa00c84d385fc929fa9f3bf416d8af11c6ed3))
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
### Dependencies
|
|
575
|
+
|
|
576
|
+
* The following workspace dependencies were updated
|
|
577
|
+
* dependencies
|
|
578
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.17
|
|
579
|
+
|
|
580
|
+
## [0.5.0-beta.19](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.18...adapter-cloudflare-v0.5.0-beta.19) (2026-08-24)
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
### ⚠ BREAKING CHANGES
|
|
584
|
+
|
|
585
|
+
* redesign SDK V1 authoring and execution
|
|
586
|
+
|
|
587
|
+
* redesign SDK V1 authoring and execution ([41653c2](https://github.com/astrale-os/sdk/commit/41653c20e371e5ed3d3992a930ad5460e3163019))
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
### Bug Fixes
|
|
591
|
+
|
|
592
|
+
* **deployment:** use resolved domain projection ([#146](https://github.com/astrale-os/sdk/issues/146)) ([af58848](https://github.com/astrale-os/sdk/commit/af5884810048758d05e9606235fcb83846a9871e))
|
|
593
|
+
* **deps:** consume the published Kernel cohort ([#152](https://github.com/astrale-os/sdk/issues/152)) ([8ca7548](https://github.com/astrale-os/sdk/commit/8ca7548191d176089bf75ffb887a253a69425691))
|
|
594
|
+
* **sdk:** close downstream facade and runtime boundaries ([bb4a29f](https://github.com/astrale-os/sdk/commit/bb4a29f62a612b9eb96dc137b51edfb8eef0abe0))
|
|
595
|
+
* **sdk:** close downstream facade and runtime boundaries ([740799b](https://github.com/astrale-os/sdk/commit/740799bb9b13b2947f0b28133b21517dfff33f68))
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
### Dependencies
|
|
599
|
+
|
|
600
|
+
* The following workspace dependencies were updated
|
|
601
|
+
* dependencies
|
|
602
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.16
|
|
603
|
+
|
|
604
|
+
## [0.5.0-beta.18](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.17...adapter-cloudflare-v0.5.0-beta.18) (2026-08-21)
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
### Dependencies
|
|
608
|
+
|
|
609
|
+
* The following workspace dependencies were updated
|
|
610
|
+
* dependencies
|
|
611
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.15
|
|
612
|
+
|
|
613
|
+
## [0.5.0-beta.17](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.16...adapter-cloudflare-v0.5.0-beta.17) (2026-08-21)
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
### Bug Fixes
|
|
617
|
+
|
|
618
|
+
* adopt the official kernel cohort ([#140](https://github.com/astrale-os/sdk/issues/140)) ([afb6580](https://github.com/astrale-os/sdk/commit/afb6580bc7ac39a1cc32a8668ba70ec19767b1be))
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
### Dependencies
|
|
622
|
+
|
|
623
|
+
* The following workspace dependencies were updated
|
|
624
|
+
* dependencies
|
|
625
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.14
|
|
626
|
+
|
|
627
|
+
## [0.5.0-beta.16](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.15...adapter-cloudflare-v0.5.0-beta.16) (2026-08-21)
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
### ⚠ BREAKING CHANGES
|
|
631
|
+
|
|
632
|
+
* View declarations no longer accept or expose auth. Function authentication uses anonymous, authenticated, or authorized, while frontend access remains governed by publication routes and Shell handshake.
|
|
633
|
+
|
|
634
|
+
### Features
|
|
635
|
+
|
|
636
|
+
* remove View authentication metadata ([33e99ad](https://github.com/astrale-os/sdk/commit/33e99adcee470a7f78278dbc3db6023c099d058f))
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
### Dependencies
|
|
640
|
+
|
|
641
|
+
* The following workspace dependencies were updated
|
|
642
|
+
* dependencies
|
|
643
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.13
|
|
644
|
+
|
|
645
|
+
## [0.5.0-beta.15](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.14...adapter-cloudflare-v0.5.0-beta.15) (2026-08-21)
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
### Dependencies
|
|
649
|
+
|
|
650
|
+
* The following workspace dependencies were updated
|
|
651
|
+
* dependencies
|
|
652
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.12
|
|
653
|
+
|
|
654
|
+
## [0.5.0-beta.14](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.13...adapter-cloudflare-v0.5.0-beta.14) (2026-08-21)
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
### Dependencies
|
|
658
|
+
|
|
659
|
+
* The following workspace dependencies were updated
|
|
660
|
+
* dependencies
|
|
661
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.11
|
|
662
|
+
|
|
663
|
+
## [0.5.0-beta.13](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.12...adapter-cloudflare-v0.5.0-beta.13) (2026-08-21)
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
### Dependencies
|
|
667
|
+
|
|
668
|
+
* The following workspace dependencies were updated
|
|
669
|
+
* dependencies
|
|
670
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.10
|
|
671
|
+
|
|
672
|
+
## [0.5.0-beta.12](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.11...adapter-cloudflare-v0.5.0-beta.12) (2026-08-21)
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
### ⚠ BREAKING CHANGES
|
|
676
|
+
|
|
677
|
+
* Cloudflare domain workers no longer expose the legacy /meta endpoint; consumers must use the canonical Publication chain.
|
|
678
|
+
|
|
679
|
+
### Features
|
|
680
|
+
|
|
681
|
+
* qualify deployment readiness through publications ([980cd35](https://github.com/astrale-os/sdk/commit/980cd35587483b50851744137f569a7bf0bb89bf))
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
### Dependencies
|
|
685
|
+
|
|
686
|
+
* The following workspace dependencies were updated
|
|
687
|
+
* dependencies
|
|
688
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.9
|
|
689
|
+
|
|
690
|
+
## [0.5.0-beta.11](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.10...adapter-cloudflare-v0.5.0-beta.11) (2026-08-21)
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
### Dependencies
|
|
694
|
+
|
|
695
|
+
* The following workspace dependencies were updated
|
|
696
|
+
* dependencies
|
|
697
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.8
|
|
698
|
+
|
|
699
|
+
## [0.5.0-beta.10](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.9...adapter-cloudflare-v0.5.0-beta.10) (2026-08-21)
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
### Dependencies
|
|
703
|
+
|
|
704
|
+
* The following workspace dependencies were updated
|
|
705
|
+
* dependencies
|
|
706
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.7
|
|
707
|
+
|
|
708
|
+
## [0.5.0-beta.9](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.5.0-beta.8...adapter-cloudflare-v0.5.0-beta.9) (2026-08-21)
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
### Bug Fixes
|
|
712
|
+
|
|
713
|
+
* **test:** launch Wrangler from its package root ([#122](https://github.com/astrale-os/sdk/issues/122)) ([547b450](https://github.com/astrale-os/sdk/commit/547b45022625fc84834215223e6e4ffb56f862ad))
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
### Dependencies
|
|
717
|
+
|
|
718
|
+
* The following workspace dependencies were updated
|
|
719
|
+
* dependencies
|
|
720
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.6
|
|
721
|
+
|
|
722
|
+
## [0.5.0-beta.8](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.4.10...adapter-cloudflare-v0.5.0-beta.8) (2026-08-21)
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
### ⚠ BREAKING CHANGES
|
|
726
|
+
|
|
727
|
+
* **sdk:** introduce semantic authoring modules
|
|
728
|
+
* **server:** adopt publication and installation vocabulary
|
|
729
|
+
|
|
730
|
+
* **server:** adopt publication and installation vocabulary ([7309843](https://github.com/astrale-os/sdk/commit/7309843f7da3d349216a8392a87ecd989a14ae06))
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
### Features
|
|
734
|
+
|
|
735
|
+
* **adapter-cloudflare:** load worker domains lazily ([15df5b1](https://github.com/astrale-os/sdk/commit/15df5b14f06c0a469dbdcedda2f331594d943397))
|
|
736
|
+
* **adapter-cloudflare:** load worker domains lazily ([45deafd](https://github.com/astrale-os/sdk/commit/45deafda5060be9000a4bd8a8048c5a945b193ae))
|
|
737
|
+
* **adapter-cloudflare:** resolve domain environment from bindings ([68dfa2b](https://github.com/astrale-os/sdk/commit/68dfa2bec4a8e69d34cd0dfa5e71353bde5dfc8c))
|
|
738
|
+
* author publication authority requirements ([169df91](https://github.com/astrale-os/sdk/commit/169df91ec6ba22f71dd532c122d94c08afed81e1))
|
|
739
|
+
* carry publication and caller authority ([64088be](https://github.com/astrale-os/sdk/commit/64088be1d188229b78d3062a1f1671138ad645f6))
|
|
740
|
+
* complete kernel v2 sdk migration ([854114d](https://github.com/astrale-os/sdk/commit/854114d256156cbb4e7f2e0fe3c50b3c99553db8))
|
|
741
|
+
* modernize domain scaffolding ([d0830af](https://github.com/astrale-os/sdk/commit/d0830afb093426884b68a62266d64e1c67c0117a))
|
|
742
|
+
* **react:** add managed domain frontend substrate ([459ea31](https://github.com/astrale-os/sdk/commit/459ea31e121e74707d3bd08038516fcf37dec115))
|
|
743
|
+
* **react:** add managed Domain frontend substrate ([60d011d](https://github.com/astrale-os/sdk/commit/60d011d3efad53e407631b0ab653b3c45b782a51))
|
|
744
|
+
* **sdk:** introduce semantic authoring modules ([638efd5](https://github.com/astrale-os/sdk/commit/638efd50be696cb2023996fadcb9f58eb602b7c6))
|
|
745
|
+
* **sdk:** wire capability execution ([0d89524](https://github.com/astrale-os/sdk/commit/0d8952415d3470bc0a9d91d91f696d167df20b86))
|
|
746
|
+
* **sdk:** wire capability execution ([433beeb](https://github.com/astrale-os/sdk/commit/433beebe2ef88eb2117f08c092b5a643c7707389))
|
|
747
|
+
* **worker:** bind lazy domain resolution ([083a195](https://github.com/astrale-os/sdk/commit/083a195e67324957024fa65f47dc3fb6c6a9d3ee))
|
|
748
|
+
* **worker:** bind lazy Domain resolution ([f2b3612](https://github.com/astrale-os/sdk/commit/f2b3612d605689f4c364ea05b8ffbf990b8f6ed6))
|
|
749
|
+
* **worker:** compose domain environment from Cloudflare bindings ([dc7852c](https://github.com/astrale-os/sdk/commit/dc7852c02cc880fb7461dbab090243420faf5ecc))
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
### Bug Fixes
|
|
753
|
+
|
|
754
|
+
* **adapter-cloudflare:** keep Wrangler logs in workspace [skip ci] ([bb1dadc](https://github.com/astrale-os/sdk/commit/bb1dadc19c50747d851688ec644a4279a557a035))
|
|
755
|
+
* **adapter-cloudflare:** preserve remote invocation lifetime ([a77f4bf](https://github.com/astrale-os/sdk/commit/a77f4bfc2af85e053f532d76696bfce0c53342e0))
|
|
756
|
+
* **adapter-cloudflare:** preserve remote invocation lifetime ([fe95965](https://github.com/astrale-os/sdk/commit/fe95965c2e170526bc5c5865b83eef3e6e0804f8))
|
|
757
|
+
* align remote domain delivery with current kernel protocol ([3cd6e2a](https://github.com/astrale-os/sdk/commit/3cd6e2aa1529c2d99b0643bd5c6d0fc349863f7a))
|
|
758
|
+
* align remote domain delivery with current kernel protocol ([3cd6e2a](https://github.com/astrale-os/sdk/commit/3cd6e2aa1529c2d99b0643bd5c6d0fc349863f7a))
|
|
759
|
+
* align SDK with the current Kernel cohort ([0e553f8](https://github.com/astrale-os/sdk/commit/0e553f8a6af5b265bc4ec82211ef040625bc735a))
|
|
760
|
+
* **ci:** automate SDK beta releases ([bbc2406](https://github.com/astrale-os/sdk/commit/bbc2406bc9c64f7da169dce8b3ce42a8388a1dfc))
|
|
761
|
+
* **cloudflare:** adapt redirect before request construction ([243c80f](https://github.com/astrale-os/sdk/commit/243c80fcf32fd4cb697a7db64dc912c3e66c9fa9))
|
|
762
|
+
* **cloudflare:** adapt redirect before request construction ([e600814](https://github.com/astrale-os/sdk/commit/e6008146e80e3e8e229a9ec44191d087d39bf27c))
|
|
763
|
+
* **cloudflare:** preserve redirect error semantics ([aa2578c](https://github.com/astrale-os/sdk/commit/aa2578c49258069e1dfc7beb7dc272079b56956b))
|
|
764
|
+
* **cloudflare:** preserve redirect error semantics ([a2486e1](https://github.com/astrale-os/sdk/commit/a2486e1906d20034999f4e9f89bb02d7e65b3bd4))
|
|
765
|
+
* **cloudflare:** publish domain authority requirements ([011b024](https://github.com/astrale-os/sdk/commit/011b024807b327d6e878acc810cb419a8a4c321e))
|
|
766
|
+
* **cloudflare:** publish Domain-owned authority requirements ([a01ab1b](https://github.com/astrale-os/sdk/commit/a01ab1ba5cf3bcf68e240019daf0930e97dcbeae))
|
|
767
|
+
* **cloudflare:** restore service response metadata ([4d56d66](https://github.com/astrale-os/sdk/commit/4d56d6609f186827194e7c73fa800b0f486dee1e))
|
|
768
|
+
* **cloudflare:** restore service response metadata ([50128a1](https://github.com/astrale-os/sdk/commit/50128a1ad1ac82f9335c1c7f70cee2c61bd09d74))
|
|
769
|
+
* **sdk:** align remote delivery with kernel protocol ([3af21ca](https://github.com/astrale-os/sdk/commit/3af21ca72a3697f2c939f5fb91df9d085b02c200))
|
|
770
|
+
* support published beta cohort ([34984b6](https://github.com/astrale-os/sdk/commit/34984b6d3edfa28828f0b04c95ebeba859f9bcf1))
|
|
771
|
+
* **worker:** accept public domain environment resolution ([b41df98](https://github.com/astrale-os/sdk/commit/b41df98971983a8e9f360354ef85f7b24df157d8))
|
|
772
|
+
* **worker:** accept public Domain environment resolution ([88a7e14](https://github.com/astrale-os/sdk/commit/88a7e1456936f8c23781dd1e78cd4ffbe187988a))
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
### Documentation
|
|
776
|
+
|
|
777
|
+
* **adapter-cloudflare:** document beta installation ([7c0b030](https://github.com/astrale-os/sdk/commit/7c0b030084191f1c794ba65ac0280eb2034d267b))
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
### Dependencies
|
|
781
|
+
|
|
782
|
+
* The following workspace dependencies were updated
|
|
783
|
+
* dependencies
|
|
784
|
+
* @astrale-os/sdk bumped to 0.5.0-beta.5
|
|
785
|
+
|
|
786
|
+
## [0.4.10](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.4.9...adapter-cloudflare-v0.4.10) (2026-07-17)
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
### Bug Fixes
|
|
790
|
+
|
|
791
|
+
* **linter:** prevent managed lint crashes and hangs ([4af5f40](https://github.com/astrale-os/sdk/commit/4af5f40b4c5e7de94c51019ce892d29a5b575eda))
|
|
792
|
+
* make packed scaffold installs reproducible ([17ccac6](https://github.com/astrale-os/sdk/commit/17ccac677435c5a089c896f5258c0b46df5f639a))
|
|
793
|
+
* prevent managed lint crashes and hangs ([3c191d5](https://github.com/astrale-os/sdk/commit/3c191d549786d0c02cb7f05c63981f12ebfdc68a))
|
|
794
|
+
|
|
795
|
+
## [0.4.9](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.4.8...adapter-cloudflare-v0.4.9) (2026-07-14)
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
### Bug Fixes
|
|
799
|
+
|
|
800
|
+
* **adapter-cloudflare:** pin supported compatibility date ([9fd9798](https://github.com/astrale-os/sdk/commit/9fd9798037a50a1878b842aec1c96ad432f21d3b))
|
|
801
|
+
* **adapter-cloudflare:** pin supported compatibility date ([9652315](https://github.com/astrale-os/sdk/commit/9652315c78c86a4e11b797727ca91e80e2c52048))
|
|
802
|
+
|
|
803
|
+
## [0.4.8](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.4.7...adapter-cloudflare-v0.4.8) (2026-07-13)
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
### Features
|
|
807
|
+
|
|
808
|
+
* support domain import aliases ([d56ec80](https://github.com/astrale-os/sdk/commit/d56ec801a35aab45ea2472a0cfaad319c8f52752))
|
|
809
|
+
* **template:** add domain import aliases ([b67032e](https://github.com/astrale-os/sdk/commit/b67032ec09ec0aefa8400f21170cfccde345a9fa))
|
|
810
|
+
|
|
811
|
+
## [0.4.7](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.4.6...adapter-cloudflare-v0.4.7) (2026-07-13)
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
### Features
|
|
815
|
+
|
|
816
|
+
* add SDK-native Astrale domain linter ([#50](https://github.com/astrale-os/sdk/issues/50)) ([002c4f0](https://github.com/astrale-os/sdk/commit/002c4f0da8f09670d4ad3fa8c139d336a0d6ca52))
|
|
817
|
+
|
|
818
|
+
## [0.4.6](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.4.5...adapter-cloudflare-v0.4.6) (2026-07-13)
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
### Bug Fixes
|
|
822
|
+
|
|
823
|
+
* **adapter-cloudflare:** refresh worker compatibility baseline ([00b921c](https://github.com/astrale-os/sdk/commit/00b921c4d111f7b8f0888bce11e433c0fa2220c6))
|
|
824
|
+
|
|
825
|
+
## [0.4.5](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.4.4...adapter-cloudflare-v0.4.5) (2026-07-12)
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
### Features
|
|
829
|
+
|
|
830
|
+
* **scaffold:** rebuild the default domain template ([#43](https://github.com/astrale-os/sdk/issues/43)) ([091147c](https://github.com/astrale-os/sdk/commit/091147c156a2bfff783fa002cd0e7a8152013d33))
|
|
831
|
+
|
|
832
|
+
## [0.4.4](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.4.3...adapter-cloudflare-v0.4.4) (2026-07-11)
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
### Bug Fixes
|
|
836
|
+
|
|
837
|
+
* drop the client ESM pre-bundle workaround, resolve first-party deps fresh ([a3f73ec](https://github.com/astrale-os/sdk/commit/a3f73ec25a132f4cfa2f0b05bbe65b428edd8419))
|
|
838
|
+
* drop the client ESM pre-bundle workaround, resolve first-party deps fresh ([c7876c4](https://github.com/astrale-os/sdk/commit/c7876c47d094a79607843d60166d09a6f9b438c6))
|
|
839
|
+
|
|
840
|
+
## [0.4.3](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.4.2...adapter-cloudflare-v0.4.3) (2026-07-10)
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
### Bug Fixes
|
|
844
|
+
|
|
845
|
+
* roll back partial scaffolds, name resolver failures, green client template ([50faef5](https://github.com/astrale-os/sdk/commit/50faef5146a61f25282f30486adf6f7e9ab19ef7))
|
|
846
|
+
* scaffolder rollback + failure transparency, client template green (iss_12ae5ba3, iss_a7fe5e38) ([c05ab86](https://github.com/astrale-os/sdk/commit/c05ab86520ab9268b00b98eba4779743ae5fed34))
|
|
847
|
+
|
|
848
|
+
## [0.4.2](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.4.1...adapter-cloudflare-v0.4.2) (2026-07-09)
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
### Features
|
|
852
|
+
|
|
853
|
+
* redesign remote context api ([de02159](https://github.com/astrale-os/sdk/commit/de0215924b5b5e4c0c2055358ba93603a266792c))
|
|
854
|
+
* redesign remote context api ([f332ac8](https://github.com/astrale-os/sdk/commit/f332ac8fa9f9978e8f1ea975e1c36f371753e62d))
|
|
855
|
+
|
|
856
|
+
## [0.4.1](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.4.0...adapter-cloudflare-v0.4.1) (2026-07-08)
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
### Bug Fixes
|
|
860
|
+
|
|
861
|
+
* **scaffold:** omit bundled agent skills ([978b172](https://github.com/astrale-os/sdk/commit/978b17204ae67ced328cbc17d50e92343f360bbc))
|
|
862
|
+
|
|
863
|
+
## [0.4.0](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.3.2...adapter-cloudflare-v0.4.0) (2026-07-08)
|
|
864
|
+
|
|
865
|
+
|
|
866
|
+
### ⚠ BREAKING CHANGES
|
|
867
|
+
|
|
868
|
+
* pushPatch and PatchKernel are removed from @astrale-os/sdk. Batch graph writes through ctx.graph.mutate(patch) instead.
|
|
869
|
+
|
|
870
|
+
* route SDK graph access through function.get/mutate doors ([adf07ff](https://github.com/astrale-os/sdk/commit/adf07ffd423e8824ebeb8dcac525fb7b819d0ae6))
|
|
871
|
+
|
|
872
|
+
## [0.3.2](https://github.com/astrale-os/sdk/compare/adapter-cloudflare-v0.3.1...adapter-cloudflare-v0.3.2) (2026-06-24)
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
### Features
|
|
876
|
+
|
|
877
|
+
* add comments.json template and update CLI references in publish functions ([b689797](https://github.com/astrale-os/sdk/commit/b689797b7139b380943390fddae95e9a2c040ce4))
|
|
878
|
+
* **scaffold:** make the default domain template a wired blank skeleton ([74e72d5](https://github.com/astrale-os/sdk/commit/74e72d52852c907bb4b5c04fe00a71e1bce9351d))
|