Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
103 commits
Select commit Hold shift + click to select a range
a39840b
Despecialize direct indices with too large values into B-Tree indices…
Centril Jan 14, 2026
56d9bb8
Expand doc comment on `FilterableValue` with requirements to implemen…
gefjon Jan 14, 2026
dc51635
Build all of the typescript templates in CI (#3980)
jsdt Jan 14, 2026
f9ccf4c
Move `Bound` struct out of `SpacetimeDB.Internal` to `SpacetimeDB` an…
rekhoff Jan 14, 2026
effb471
Add Unreal Result type to support C++ and Blueprint (#3834)
JasonAtClockwork Jan 14, 2026
6f91cfd
Enable `RefOption` returns from Views to support Views returning a si…
rekhoff Jan 15, 2026
c5bd1d8
Version bump to 1.11.3 (#4041)
jdetter Jan 15, 2026
a9892aa
Fix logic for ipv6 connections in is_port_available (#4005)
jdetter Jan 15, 2026
4a4bb0c
docs: Add confirmed reads configuration to SDK reference docs (#4036)
kim Jan 15, 2026
7cff2a6
Add a feature flag `no-job-core-pinning` (#4046)
Centril Jan 15, 2026
0244973
docs: fix incorrect dirName for authentication sidebar (#4047)
JulienLavocat Jan 15, 2026
7136c37
Expose a couple things to enable some work in another repo (#3986)
gefjon Jan 15, 2026
3a3128d
`eval_updates_sequential`: no queries? => quit early (#4049)
Centril Jan 16, 2026
eb11d67
Fix LLM benchmark Rust wrong struct name (#4043)
Boegie19 Jan 16, 2026
727f516
durability: Notify waiters after lockfile is dropped (#4051)
kim Jan 16, 2026
ef61c7c
In-memory DatabaseLogger (#3961)
kim Jan 16, 2026
fb01448
`impl MemoryUsage for TxState` (#4054)
Centril Jan 16, 2026
f011750
Marks MutTxId as !Send (#4039)
Shubham8287 Jan 16, 2026
38ee9e8
CI - Fix hint for fixing llm benchmarks (#4040)
bfops Jan 16, 2026
73881e3
Further misc docs changes (#4029)
cloutiertyler Jan 17, 2026
b68921c
Move unity testsuite onto unity runner (#4061)
jdetter Jan 19, 2026
b089c4b
Add ~/.local/bin to GITHUB_PATH for llm benchmark workflow (#4064)
drogus Jan 20, 2026
283f03a
Add Auth0 tutorial (#4048)
JulienLavocat Jan 20, 2026
881af7b
Fix `Hash` indices not working (#4060)
kistz Jan 20, 2026
6273d8e
fix: docs llm test. make tables that we sql query public (#4058)
Boegie19 Jan 20, 2026
c5e5b3b
Add a typed query builder for the typescript client (#4021)
jsdt Jan 20, 2026
7f4a620
Add Clerk tutorial (#4062)
JulienLavocat Jan 21, 2026
6996051
Support `Uuid` in React Hook `where` clause (#4030)
kistz Jan 21, 2026
b5a7b37
Fixes C# benchmark test failures caused by table naming convention mi…
cloutiertyler Jan 21, 2026
3b9497e
Empty commit basically (#4088)
cloutiertyler Jan 22, 2026
2a03818
Do not block CI on llm benchmarks (#4095)
jdetter Jan 22, 2026
2560846
Rust: client query builder (#4003)
Shubham8287 Jan 22, 2026
35cf7f9
Pass --yes flag from dev command to generate command (#4069)
cloutiertyler Jan 22, 2026
e0b7e32
Fix test failure in fresh checkout of repository (#4056)
douglance Jan 22, 2026
1fd3394
Add `cargo ci dlls` command for building C# DLLs and NuGet packages (…
rekhoff Jan 22, 2026
79558ea
`copy_filter` & co: make blob handling more flexible (#4096)
Centril Jan 22, 2026
011c2fd
Add `PointerMap::{iter, merge_from}` (#4092)
Centril Jan 22, 2026
af4d3f3
Make new `Uuid` type Filterable (#3991)
kistz Jan 23, 2026
d8d63e2
Reduce `Test Suite` test concurrency to reduce test flakes (#3979)
jdetter Jan 23, 2026
825b451
Bump to v8 145 (#4073)
coolreader18 Jan 23, 2026
07a9518
Add `HashMapBlobStore::merge_from` (#4091)
Centril Jan 23, 2026
cd1ec90
Templates naming standarization (#4042)
drogus Jan 23, 2026
e06d916
fix cross reducer call TS reference (#4104)
DKormann Jan 23, 2026
0f0a867
Removing1.5.0 DLLs (#4100)
rekhoff Jan 23, 2026
7f6fd18
Re-run the LLM benchmarks update (#4110)
bfops Jan 23, 2026
7138def
Make all `VmMetrics` for the reducers and views of a module in `Insta…
Centril Jan 26, 2026
f7a2201
feat: create Vue framework sdk (#4037)
clockwork-tien Jan 26, 2026
2dce720
Allow setting custom v8 flags (#4126)
coolreader18 Jan 26, 2026
a6f2ba2
Hide LLM benchmark files in git diffs (#4111)
bfops Jan 26, 2026
7e202db
Fix the upgrade version tool (#4085)
jdetter Jan 27, 2026
c3848d5
CI: Fix of C# tests failures (#4121)
jdetter Jan 27, 2026
3641816
optimize datastore by using `ty.layout.fixed` more (#4133)
Centril Jan 27, 2026
ccd5532
`eval_updates_sequential`: comment out tracing (#4132)
Centril Jan 27, 2026
cf33ad9
optimize `view_for_update` to do nothing when there are no views (#4134)
Centril Jan 27, 2026
8348151
define `SmallHashMap` in `spacetimedb_data_structures` (#4136)
Centril Jan 27, 2026
2044a53
Upgrade version to 1.12.0 (#4084)
jdetter Jan 27, 2026
b181061
[TS] Implement ctx.random() (#3907)
coolreader18 Jan 27, 2026
91b33a7
Optimize `TxData` + `DatabaseUpdate` for fast construction (#4138)
Centril Jan 27, 2026
504b13b
Small docs improvement (#4071)
cloutiertyler Jan 27, 2026
d6bc325
Define `TableName` and `ReducerName` backed by `EcoString` (#4137)
Centril Jan 27, 2026
4f0a21f
C# client typed query builder (#3982)
rekhoff Jan 28, 2026
0b904ad
[1/3] `RawModuleDefV10` definition and validation. (#4098)
Shubham8287 Jan 28, 2026
fd3cdb3
[2/3] [Rust] Host changes for `RawModuleDefV10` (#4105)
Shubham8287 Jan 28, 2026
2fdbb31
Shrink `JsWorkerReply` to 48, making replies fit in a cache line (#4151)
Centril Jan 28, 2026
cd71963
Revert "Upgrade version to 1.12.0 (#4084)" (#4147)
bfops Jan 28, 2026
b337e00
Skip LLM check for now (#4152)
bfops Jan 28, 2026
65718da
Add `spacetime login --no-browser` (#4142)
bfops Jan 29, 2026
bd3748b
RLS section in `RawModuleDefV10`. (#4149)
Shubham8287 Jan 29, 2026
3d3c99f
Shrink `JsWorkerRequest` & use the right HashMap/Set (#4150)
Centril Jan 29, 2026
ffc2ccf
core: Add a method to query the replica ids managed by the host contr…
kim Jan 29, 2026
7102972
add missing category specifier [Unreal] (#4156)
KirstenWF Jan 29, 2026
806447d
feat: create Svelte framework integration (#4063)
clockwork-tien Jan 29, 2026
3fec144
Added query-with-index C# regression tests (#4123)
rekhoff Jan 30, 2026
46f572b
Organizations (#4087)
kim Jan 30, 2026
143295f
Fix occasional panic when client disconnects (#4162)
coolreader18 Jan 30, 2026
6772f0c
Make `global.json` global again (#4166)
bfops Jan 30, 2026
9a8b603
Adding Abort to C# Websocket (#3352)
rekhoff Jan 30, 2026
8265b92
add connection log category [Unreal] (#4157)
KirstenWF Jan 30, 2026
80c7544
Explain maincloud in context (#4168)
aasoni Jan 30, 2026
72ae889
templates/basic-rs properly uses workspace versions (#4170)
bfops Jan 30, 2026
cbfc0ba
CI - more hacky v8 fixes (#4171)
bfops Jan 31, 2026
201970e
[C#] Update module bindings to use new View ABI (#4146)
rekhoff Jan 31, 2026
d6672f2
Use VM-based github runners (#4045)
jdetter Feb 1, 2026
56d7cc8
Bump version to v1.12.0 attempt #2 (#4164)
bfops Feb 2, 2026
5dc86a0
Rework `JobCores` in order to core-pin v8 instance threads (#4128)
coolreader18 Feb 2, 2026
0977098
Fix for `cargo ci dlls` missing some `.meta` files (#4178)
rekhoff Feb 3, 2026
8b71450
[TS] Implement de/serialization as a tree of closures (#3957)
coolreader18 Feb 3, 2026
4497ea1
Add context about maincloud publishing being free of charge (#4174)
aasoni Feb 3, 2026
c853721
implement TryFrom for V10 (#4190)
Shubham8287 Feb 3, 2026
aa2f70c
Reorganize TS sdk (#3915)
coolreader18 Feb 3, 2026
9642562
`write-nuget-config.sh` resolves paths properly (#4193)
bfops Feb 3, 2026
8110d78
gitignore - properly ignore nuget config files (#4192)
bfops Feb 3, 2026
594c755
Update 00250-zen-of-spacetimedb.md (#4145)
cloutiertyler Feb 4, 2026
f13acc6
Update README.md (#4119)
cloutiertyler Feb 4, 2026
361a55c
Bump esm (gzip) size limit (#4198)
jdetter Feb 4, 2026
9167f4b
Update `librusty_v8.nix` for our new V8 dependency version. (#4202)
gefjon Feb 4, 2026
ae15508
Identifiers: Refactor + Improve type-safety & performance (#4177)
Centril Feb 4, 2026
9686139
Translate smoketests from Python to Rust (#4102)
cloutiertyler Feb 4, 2026
d5dbcf7
Pass Reducer/ProcedureContext by reference (#4203)
Centril Feb 4, 2026
bbb2335
`RawModuleDefV10` Scheduled functions should not be callable (#4179)
Shubham8287 Feb 5, 2026
c38f6c9
CI - csharp-testsuite v8 dance done properly (#4209)
bfops Feb 5, 2026
703855e
Merge remote-tracking branch 'origin/master' into jsdt/ws-v2
cloutiertyler Feb 5, 2026
c3f0df2
Fix compilation errors from merge of master into jsdt/ws-v2
cloutiertyler Feb 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ rustflags = ["--cfg", "tokio_unstable"]
bump-versions = "run -p upgrade-version --"
llm = "run --package xtask-llm-benchmark --bin llm_benchmark --"
ci = "run -p ci --"
smoketest = "run -p xtask-smoketest -- smoketest"
smoketests = "smoketest"

[target.x86_64-pc-windows-msvc]
# Use a different linker. Otherwise, the build fails with some obscure linker error that
Expand Down
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
**/module_bindings/** linguist-generated=true eol=lf
/docs/llms/** linguist-generated=true
/docs/llms/*-details.json linguist-generated=false
6 changes: 1 addition & 5 deletions .github/workflows/attach-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ on:

jobs:
upload-assets:
runs-on: spacetimedb-new-runner
container:
image: localhost:5000/spacetimedb-ci:latest
options: >-
--privileged
runs-on: spacetimedb-new-runner-2
permissions:
contents: write # needed to modify releases

Expand Down
Loading
Loading