Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
07ee5d6
Updated to regex for namespace troubles
JasonAtClockwork Nov 15, 2025
82a3eaf
Fix linting issue
JasonAtClockwork Nov 15, 2025
55e4c93
Reviewed and we can remove the hacky global scope add for return type…
JasonAtClockwork Nov 17, 2025
599229d
Merge branch 'master' into jlarabie/csharp-view-ns
jdetter Nov 18, 2025
594c4d1
Added a Views tests to the C# regression tests
rekhoff Nov 18, 2025
7a9c0fe
client codegen fixes for views
joshua-spacetime Nov 18, 2025
988e13b
regen client bindings
joshua-spacetime Nov 18, 2025
a6ebefd
Merge branch 'joshua/fix/client-bindings-for-views' into jlarabie/csh…
rekhoff Nov 18, 2025
0188ee2
Merge branch 'jlarabie/csharp-view-ns' into rekhoff/csharp_replicatio…
rekhoff Nov 18, 2025
837a6a2
Updates the Views test of the C# regression tests
rekhoff Nov 19, 2025
4f7296d
Minor formatting update
rekhoff Nov 19, 2025
9a10dc1
fix client codegen for views
joshua-spacetime Nov 19, 2025
1afba75
Minor fixes
rekhoff Nov 19, 2025
056e3b6
Merge branch 'joshua/fix/client-bindings-for-views' into jlarabie/csh…
rekhoff Nov 19, 2025
8698dd3
Merge branch 'jlarabie/csharp-view-ns' into rekhoff/csharp_replicatio…
rekhoff Nov 19, 2025
cd36a95
Update sdks/csharp/examples~/regression-tests/client/Program.cs
rekhoff Nov 19, 2025
6340f61
Fixed up the C# module bindings for Views
JasonAtClockwork Nov 19, 2025
7022772
Merge branch 'master' into rekhoff/csharp_replication_test_with_views
joshua-spacetime Nov 20, 2025
ad7931e
revert sdk-test changes
joshua-spacetime Nov 20, 2025
2de6f15
revert rust codegen change
joshua-spacetime Nov 20, 2025
d418bb5
Update ExtraCompilationErrors.verified.txt
rekhoff Nov 20, 2025
a5adf19
Merge branch 'master' into rekhoff/csharp_replication_test_with_views
rekhoff Nov 20, 2025
773ecb0
Addressing some comments
rekhoff Nov 20, 2025
74d9581
Merge branch 'rekhoff/csharp_replication_test_with_views' of https://…
rekhoff Nov 20, 2025
3e6278e
Updated whitespace of client to match tests
rekhoff Nov 20, 2025
75648b0
Updated the codegen to have identical generation for RegisterView + V…
JasonAtClockwork Nov 20, 2025
d257d90
Update crates/bindings-csharp/Codegen/Module.cs
JasonAtClockwork Nov 20, 2025
5a137c5
Update crates/bindings-csharp/Codegen/Module.cs
JasonAtClockwork Nov 20, 2025
a64461e
Added more equality checks for the Views data
JasonAtClockwork Nov 20, 2025
6fc761a
Add extra claims to v1/identity/websocket-token
JulienLavocat Nov 20, 2025
f3b6282
Add a small test, and dont throw away the audience
jsdt Nov 20, 2025
8ef66e0
Merge remote-tracking branch 'origin/rekhoff/csharp_replication_test_…
jdetter Nov 20, 2025
2ab03cf
Merge remote-tracking branch 'origin/jlvc/serialize-extra-claims' int…
jdetter Nov 20, 2025
2417e05
Upgrade to version 1.9.0
jdetter Nov 20, 2025
a537155
Added staging to allowable issuers
cloutiertyler Nov 20, 2025
db4368c
Ran bindgen
jdetter Nov 20, 2025
dec2293
Sets the required issuer via an ENV variable
cloutiertyler Nov 20, 2025
61dc602
Apply suggestion from @cloutiertyler
cloutiertyler Nov 20, 2025
1f3021d
Merge remote-tracking branch 'origin/tyler/staging-issuer' into jdett…
jdetter Nov 20, 2025
5091d50
Merge commit '1f3021d122b99db184669f5be0bb1523dabbb66b' into release/…
jdetter Nov 20, 2025
868b2a6
Use custom runner for building CLI
jdetter Nov 20, 2025
3cc02bf
Merge branch 'release/v1.9.0' of ssh://github.com/clockworklabs/Space…
jdetter Nov 20, 2025
5a821f2
Make sure to use container as well
jdetter Nov 20, 2025
d16c20e
Possible fix
jdetter Nov 20, 2025
e26e7fe
Revert other variants
jdetter Nov 20, 2025
2c38690
Add Unity SDK release template directory (release~)
jdetter Nov 12, 2025
4e510d2
Fix release~ .gitignore to allow .meta files at all directory levels
jdetter Nov 12, 2025
9f67050
Remove restrictive patterns from packages/.gitignore to track all .me…
jdetter Nov 12, 2025
1d5ee85
Remove empty packages/.gitignore file
jdetter Nov 12, 2025
909a8fc
Just gitignore things we don't have meta files for
jdetter Nov 12, 2025
bcea904
Merge branch 'jdetter/csharp-release-changes' into HEAD
jdetter Nov 27, 2025
3a6689f
Update typescript package size limits
jdetter Nov 27, 2025
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
12 changes: 6 additions & 6 deletions crates/bindings-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"name": "cjs (brotli)",
"path": "dist/index.cjs",
"brotli": true,
"limit": "26 kB"
"limit": "27 kB"
},
{
"name": "esm (brotli)",
Expand All @@ -94,31 +94,31 @@
"name": "esm (gzip)",
"path": "dist/index.mjs",
"gzip": true,
"limit": "30 kB"
"limit": "31 kB"
},
{
"name": "esm (uncompressed)",
"path": "dist/index.mjs",
"brotli": false,
"limit": "160 kB"
"limit": "164 kB"
},
{
"name": "esm min (brotli)",
"path": "dist/min/index.browser.mjs",
"brotli": true,
"limit": "14 kB"
"limit": "15 kB"
},
{
"name": "esm min (gzip)",
"path": "dist/min/index.browser.mjs",
"gzip": true,
"limit": "16 kB"
"limit": "17 kB"
},
{
"name": "esm min (uncompressed)",
"path": "dist/min/index.browser.mjs",
"brotli": false,
"limit": "65 kB"
"limit": "67 kB"
},
{
"name": "react esm min (brotli)",
Expand Down
11 changes: 0 additions & 11 deletions sdks/csharp/packages/.gitignore

This file was deleted.

5 changes: 5 additions & 0 deletions sdks/csharp/release~/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ignore DLLs - these will be populated by dotnet restore
/*/*/*/*/*.dll

# Ignore XML documentation
*.xml
8 changes: 8 additions & 0 deletions sdks/csharp/release~/spacetimedb.bsatn.runtime.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.nupkg.metadata
.signature.p7s
LICENSE
README.md
logo.png
spacetimedb.bsatn.runtime.*.nupkg*
spacetimedb.bsatn.runtime.nuspec
**/*.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading