Commit d5e19a7
committed
Ungate procedures from the
Procedures (and the outgoing HTTP client used from procedures) are no
longer gated behind the `unstable` feature / `SPACETIMEDB_UNSTABLE_FEATURES`
across the module libraries. HTTP handlers/webhooks, views, RLS, and
immediate-scheduling remain gated.
- bindings-sys: ungate the `procedure` host-call module + raw ABI
(start/commit/abort_mut_tx, procedure_http_request) and `call_no_ret`.
- bindings (Rust): ungate the `procedure` macro, ProcedureContext,
TxContext/with_tx/try_with_tx, db_read_only/get_read_only, procedure
traits, register_procedure, __call_procedure__, procedure RNG, and the
outgoing HttpClient. Add fine-grained gating inside http.rs so the
HttpClient is exposed while HandlerContext/Router/handler macros stay
gated.
- bindings-csharp: drop [Experimental("STDB_UNSTABLE")] from
ProcedureContext WithTx/TryWithTx (runtime + generated) and the
generated ProcedureTxContext; regenerate FFI snapshots.
- bindings-cpp: ungate the procedure ABI, tx_execution, the outgoing
HTTP client (http.h/http_convert.h), and procedure_context.h; handlers
keep requiring SPACETIMEDB_UNSTABLE_FEATURES.
- docs: remove the procedures beta notices (HTTP handlers stay beta);
regenerate static/llms.md.
- sdk-test-procedure: no longer needs features = ["unstable"].unstable feature1 parent c70d002 commit d5e19a7
24 files changed
Lines changed: 69 additions & 133 deletions
File tree
- crates
- bindings-cpp/include/spacetimedb
- abi
- internal
- bindings-csharp
- Codegen.Tests/fixtures
- diag/snapshots
- explicitnames/snapshots
- server/snapshots
- Codegen
- Runtime
- bindings-sys/src
- bindings/src
- docs
- docs
- 00100-intro/00100-getting-started
- 00200-core-concepts
- 00200-functions
- 00600-clients
- static
- modules/sdk-test-procedure
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
82 | | - | |
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
| |||
190 | 189 | | |
191 | 190 | | |
192 | 191 | | |
193 | | - | |
194 | 192 | | |
195 | 193 | | |
196 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 6 | | |
11 | 7 | | |
12 | 8 | | |
| |||
302 | 298 | | |
303 | 299 | | |
304 | 300 | | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | 301 | | |
309 | 302 | | |
310 | | - | |
311 | 303 | | |
312 | 304 | | |
313 | 305 | | |
| |||
317 | 309 | | |
318 | 310 | | |
319 | 311 | | |
320 | | - | |
| 312 | + | |
321 | 313 | | |
322 | 314 | | |
323 | 315 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
285 | 284 | | |
286 | 285 | | |
287 | | - | |
288 | 286 | | |
289 | 287 | | |
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
143 | 141 | | |
144 | 142 | | |
145 | 143 | | |
146 | | - | |
147 | | - | |
148 | 144 | | |
149 | 145 | | |
150 | 146 | | |
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
66 | 64 | | |
67 | 65 | | |
68 | 66 | | |
69 | | - | |
70 | 67 | | |
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
74 | | - | |
75 | 71 | | |
76 | 72 | | |
77 | 73 | | |
| |||
173 | 169 | | |
174 | 170 | | |
175 | 171 | | |
176 | | - | |
177 | 172 | | |
178 | 173 | | |
179 | | - | |
| 174 | + | |
180 | 175 | | |
181 | 176 | | |
182 | 177 | | |
| |||
238 | 233 | | |
239 | 234 | | |
240 | 235 | | |
241 | | - | |
242 | 236 | | |
243 | 237 | | |
244 | 238 | | |
| |||
Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | 154 | | |
156 | 155 | | |
157 | | - | |
158 | 156 | | |
159 | 157 | | |
160 | 158 | | |
161 | | - | |
162 | 159 | | |
163 | 160 | | |
164 | 161 | | |
| |||
252 | 249 | | |
253 | 250 | | |
254 | 251 | | |
255 | | - | |
256 | 252 | | |
257 | 253 | | |
258 | 254 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
596 | | - | |
597 | 596 | | |
598 | 597 | | |
599 | | - | |
600 | 598 | | |
601 | 599 | | |
602 | 600 | | |
603 | | - | |
604 | 601 | | |
605 | 602 | | |
606 | 603 | | |
| |||
694 | 691 | | |
695 | 692 | | |
696 | 693 | | |
697 | | - | |
698 | 694 | | |
699 | 695 | | |
700 | 696 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2545 | 2545 | | |
2546 | 2546 | | |
2547 | 2547 | | |
2548 | | - | |
2549 | 2548 | | |
2550 | | - | |
2551 | | - | |
| 2549 | + | |
2552 | 2550 | | |
2553 | 2551 | | |
2554 | | - | |
2555 | | - | |
| 2552 | + | |
2556 | 2553 | | |
2557 | 2554 | | |
2558 | 2555 | | |
| |||
2643 | 2640 | | |
2644 | 2641 | | |
2645 | 2642 | | |
2646 | | - | |
2647 | 2643 | | |
2648 | 2644 | | |
2649 | 2645 | | |
| |||
0 commit comments