Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
5a85922
Update the version upgrade tool
jdetter Jan 21, 2026
beca5be
Allow the user to just accept the insta snapshot change
jdetter Jan 21, 2026
9d040e7
Fix CI check
jdetter Jan 24, 2026
1eaaf95
Merge branch 'master' into jdetter/upgrade-version-upgrade-tool
jdetter Jan 24, 2026
7d6ea9a
Run pnpm build as well
jdetter Jan 24, 2026
c72e0ab
Merge remote-tracking branch 'origin/jdetter/upgrade-version-upgrade-…
jdetter Jan 24, 2026
179ef5a
Also pnpm install
jdetter Jan 24, 2026
47ce799
Small fix from template rename
jdetter Jan 24, 2026
89ce89c
Install npm/pnpm in workflow
jdetter Jan 24, 2026
be961a0
Upgrade npm version
jdetter Jan 24, 2026
6a8b300
Test after accepting new snapshot
jdetter Jan 24, 2026
3ade9ed
cargo fmt
jdetter Jan 24, 2026
43504e4
One more fix
jdetter Jan 24, 2026
2804fdc
cargo fmt
jdetter Jan 24, 2026
e44fa54
Small fix for CI
jdetter Jan 25, 2026
ac9b494
Cleanup
jdetter Jan 25, 2026
ea0b07c
Small bug fix
jdetter Jan 25, 2026
8009ae9
Install cargo insta when a review is required
jdetter Jan 25, 2026
e09974f
When review is required, the first pass of tests is expected to fail
jdetter Jan 25, 2026
4a6228f
Fix lints
jdetter Jan 25, 2026
030d5fd
Broken out explicit `dotnet restore` for dotnet tests
rekhoff Jan 25, 2026
3db9710
Update `write-nuget-config` with explicit clear and a key for nuget.org
rekhoff Jan 25, 2026
e4ab002
Patched CI to copy `sdks/csharp/nuget.config` to repo root
rekhoff Jan 25, 2026
8ea2e14
Corrected `NuGet.Config` capitalization and add another NuGet Override
rekhoff Jan 25, 2026
773c450
Corrected another NuGet..Config casing, added discrete context for Nu…
rekhoff Jan 26, 2026
f0fd738
Incorporating similar fixes to the quickstart test
rekhoff Jan 26, 2026
0de5e4d
Version upgrade v1.12.0
jdetter Jan 25, 2026
d02b889
Update LLM benchmark results
clockwork-labs-bot Jan 25, 2026
a023c85
CI: pack C# NuGets in Release
rekhoff Jan 23, 2026
689bd9c
Update LLM benchmark results
clockwork-labs-bot Jan 27, 2026
5b03eda
Merge remote-tracking branch 'origin/master' into jdetter/bump-versio…
jdetter Jan 27, 2026
9d2b9db
Up to date with master
jdetter Jan 27, 2026
1f8cda4
Update LLM benchmark results
clockwork-labs-bot Jan 27, 2026
a06bb01
Reset docs
jdetter Jan 27, 2026
67bbd72
Update LLM benchmark results
clockwork-labs-bot Jan 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
248 changes: 124 additions & 124 deletions Cargo.lock

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,46 +100,46 @@ inherits = "release"
debug = true

[workspace.package]
version = "1.11.3"
version = "1.12.0"
edition = "2021"
# update rust-toolchain.toml too!
rust-version = "1.90.0"

[workspace.dependencies]
spacetimedb = { path = "crates/bindings", version = "=1.11.3" }
spacetimedb-auth = { path = "crates/auth", version = "=1.11.3" }
spacetimedb-bindings-macro = { path = "crates/bindings-macro", version = "=1.11.3" }
spacetimedb-bindings-sys = { path = "crates/bindings-sys", version = "=1.11.3" }
spacetimedb-cli = { path = "crates/cli", version = "=1.11.3" }
spacetimedb-client-api = { path = "crates/client-api", version = "=1.11.3" }
spacetimedb-client-api-messages = { path = "crates/client-api-messages", version = "=1.11.3" }
spacetimedb-codegen = { path = "crates/codegen", version = "=1.11.3" }
spacetimedb-commitlog = { path = "crates/commitlog", version = "=1.11.3" }
spacetimedb-core = { path = "crates/core", version = "=1.11.3" }
spacetimedb-data-structures = { path = "crates/data-structures", version = "=1.11.3" }
spacetimedb-datastore = { path = "crates/datastore", version = "=1.11.3" }
spacetimedb-durability = { path = "crates/durability", version = "=1.11.3" }
spacetimedb-execution = { path = "crates/execution", version = "=1.11.3" }
spacetimedb-expr = { path = "crates/expr", version = "=1.11.3" }
spacetimedb-guard = { path = "crates/guard", version = "=1.11.3" }
spacetimedb-lib = { path = "crates/lib", default-features = false, version = "=1.11.3" }
spacetimedb-memory-usage = { path = "crates/memory-usage", version = "=1.11.3", default-features = false }
spacetimedb-metrics = { path = "crates/metrics", version = "=1.11.3" }
spacetimedb-paths = { path = "crates/paths", version = "=1.11.3" }
spacetimedb-pg = { path = "crates/pg", version = "=1.11.3" }
spacetimedb-physical-plan = { path = "crates/physical-plan", version = "=1.11.3" }
spacetimedb-primitives = { path = "crates/primitives", version = "=1.11.3" }
spacetimedb-query = { path = "crates/query", version = "=1.11.3" }
spacetimedb-sats = { path = "crates/sats", version = "=1.11.3" }
spacetimedb-schema = { path = "crates/schema", version = "=1.11.3" }
spacetimedb-standalone = { path = "crates/standalone", version = "=1.11.3" }
spacetimedb-sql-parser = { path = "crates/sql-parser", version = "=1.11.3" }
spacetimedb-table = { path = "crates/table", version = "=1.11.3" }
spacetimedb-vm = { path = "crates/vm", version = "=1.11.3" }
spacetimedb-fs-utils = { path = "crates/fs-utils", version = "=1.11.3" }
spacetimedb-snapshot = { path = "crates/snapshot", version = "=1.11.3" }
spacetimedb-subscription = { path = "crates/subscription", version = "=1.11.3" }
spacetimedb-query-builder = { path = "crates/query-builder", version = "=1.11.3" }
spacetimedb = { path = "crates/bindings", version = "=1.12.0" }
spacetimedb-auth = { path = "crates/auth", version = "=1.12.0" }
spacetimedb-bindings-macro = { path = "crates/bindings-macro", version = "=1.12.0" }
spacetimedb-bindings-sys = { path = "crates/bindings-sys", version = "=1.12.0" }
spacetimedb-cli = { path = "crates/cli", version = "=1.12.0" }
spacetimedb-client-api = { path = "crates/client-api", version = "=1.12.0" }
spacetimedb-client-api-messages = { path = "crates/client-api-messages", version = "=1.12.0" }
spacetimedb-codegen = { path = "crates/codegen", version = "=1.12.0" }
spacetimedb-commitlog = { path = "crates/commitlog", version = "=1.12.0" }
spacetimedb-core = { path = "crates/core", version = "=1.12.0" }
spacetimedb-data-structures = { path = "crates/data-structures", version = "=1.12.0" }
spacetimedb-datastore = { path = "crates/datastore", version = "=1.12.0" }
spacetimedb-durability = { path = "crates/durability", version = "=1.12.0" }
spacetimedb-execution = { path = "crates/execution", version = "=1.12.0" }
spacetimedb-expr = { path = "crates/expr", version = "=1.12.0" }
spacetimedb-guard = { path = "crates/guard", version = "=1.12.0" }
spacetimedb-lib = { path = "crates/lib", default-features = false, version = "=1.12.0" }
spacetimedb-memory-usage = { path = "crates/memory-usage", version = "=1.12.0", default-features = false }
spacetimedb-metrics = { path = "crates/metrics", version = "=1.12.0" }
spacetimedb-paths = { path = "crates/paths", version = "=1.12.0" }
spacetimedb-pg = { path = "crates/pg", version = "=1.12.0" }
spacetimedb-physical-plan = { path = "crates/physical-plan", version = "=1.12.0" }
spacetimedb-primitives = { path = "crates/primitives", version = "=1.12.0" }
spacetimedb-query = { path = "crates/query", version = "=1.12.0" }
spacetimedb-sats = { path = "crates/sats", version = "=1.12.0" }
spacetimedb-schema = { path = "crates/schema", version = "=1.12.0" }
spacetimedb-standalone = { path = "crates/standalone", version = "=1.12.0" }
spacetimedb-sql-parser = { path = "crates/sql-parser", version = "=1.12.0" }
spacetimedb-table = { path = "crates/table", version = "=1.12.0" }
spacetimedb-vm = { path = "crates/vm", version = "=1.12.0" }
spacetimedb-fs-utils = { path = "crates/fs-utils", version = "=1.12.0" }
spacetimedb-snapshot = { path = "crates/snapshot", version = "=1.12.0" }
spacetimedb-subscription = { path = "crates/subscription", version = "=1.12.0" }
spacetimedb-query-builder = { path = "crates/query-builder", version = "=1.12.0" }

# Prevent `ahash` from pulling in `getrandom` by disabling default features.
# Modules use `getrandom02` and we need to prevent an incompatible version
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Business Source License 1.1
Parameters

Licensor: Clockwork Laboratories, Inc.
Licensed Work: SpacetimeDB 1.11.3
Licensed Work: SpacetimeDB 1.12.0
The Licensed Work is
(c) 2023 Clockwork Laboratories, Inc.

Expand All @@ -21,7 +21,7 @@ Additional Use Grant: You may make use of the Licensed Work provided your
Licensed Work by creating tables whose schemas are
controlled by such third parties.

Change Date: 2031-01-14
Change Date: 2031-01-24

Change License: GNU Affero General Public License v3.0 with a linking
exception
Expand Down
2 changes: 1 addition & 1 deletion crates/bindings-csharp/BSATN.Codegen/BSATN.Codegen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<AssemblyName>SpacetimeDB.BSATN.Codegen</AssemblyName>
<Version>1.11.2</Version>
<Version>1.12.0</Version>
<Title>SpacetimeDB BSATN Codegen</Title>
<Description>The SpacetimeDB BSATN Codegen implements the Roslyn incremental generators for BSATN serialization/deserialization in C#.</Description>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion crates/bindings-csharp/BSATN.Runtime/BSATN.Runtime.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>SpacetimeDB.BSATN.Runtime</AssemblyName>
<Version>1.11.2</Version>
<Version>1.12.0</Version>
<Title>SpacetimeDB BSATN Runtime</Title>
<Description>The SpacetimeDB BSATN Runtime implements APIs for BSATN serialization/deserialization in C#.</Description>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
Expand Down
2 changes: 1 addition & 1 deletion crates/bindings-csharp/Codegen/Codegen.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>SpacetimeDB.Codegen</AssemblyName>
<Version>1.11.2</Version>
<Version>1.12.0</Version>
<Title>SpacetimeDB Module Codegen</Title>
<Description>The SpacetimeDB Codegen implements the Roslyn incremental generators for writing SpacetimeDB modules in C#.</Description>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion crates/bindings-csharp/Runtime/Runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<AssemblyName>SpacetimeDB.Runtime</AssemblyName>
<Version>1.11.2</Version>
<Version>1.12.0</Version>
<Title>SpacetimeDB Module Runtime</Title>
<Description>The SpacetimeDB Runtime implements the database runtime bindings for writing SpacetimeDB modules in C#.</Description>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion crates/bindings-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spacetimedb",
"version": "1.11.2",
"version": "1.12.0",
"description": "API and ABI bindings for the SpacetimeDB TypeScript module library",
"homepage": "https://github.com/clockworklabs/SpacetimeDB#readme",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"spacetimedb": "1.11.*"
"spacetimedb": "1.12.*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ const proceduresSchema = __procedures(
/** The remote SpacetimeDB module schema, both runtime and type information. */
const REMOTE_MODULE = {
versionInfo: {
cliVersion: "1.11.3" as const,
cliVersion: "1.12.0" as const,
},
tables: tablesSchema.schemaType.tables,
reducers: reducersSchema.reducersType.reducers,
Expand Down
2 changes: 1 addition & 1 deletion demo/Blackholio/server-csharp/StdbModule.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SpacetimeDB.Runtime" Version="1.11.*" />
<PackageReference Include="SpacetimeDB.Runtime" Version="1.12.*" />
</ItemGroup>

</Project>
Loading
Loading