Conversation
In the generated code we use asBoolean, so this will make the autogen'd code work without having to release a new version
Add README.md
Co-authored-by: John Detter <no-reply@boppygames.gg>
* Fix some subscription lifecycle issues. * remove the subscription after an error.
Co-authored-by: John Detter <no-reply@boppygames.gg>
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
* Make ws connection fail when token is not verified * add changeset --------- Co-authored-by: Jeffrey Dallatezza <jeffreydallatezza@gmail.com>
* Allow spacetimedb sdk to work when spacetimedb url is more than a host name. * run pnpm format --------- Co-authored-by: DeveloperChaseLewis <developer.chase.lewis@gmail.com>
* Run lint for PRs. * Fix dir * Also hide changes to generated test app files. * Only run on pushes to main.
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
* Version Packages * revert major version bump * changelog * fix changelog --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
* Add semver parsing. * Add a minimum version check. * Use qmark syntax. * Regen quickstart-chat bindings with 1.2.0 cli * Bump minimum codegen version. * Regen test app with 1.2
* Test quickstart-chat in CI * fix? * ignore diffs containing SpacetimeDB commit * prettier config * fix? * [REVERT THIS TEST COMMIT] add diff to module bindings * revert previous test commit * [REVERT THIS TEST COMMIT] introduce a typechecking error * revert previous test commit * tiny review --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
* Get it working with base64 encoded row ids, and start adding the better way for indexing. * Use concat to avoid creating too many arguments for big updates. * Use primitives as rowIds * Remove OperationsMap * Add some table cache tests and regen stuff. * Cleanup * revert accidental cargo change. * Add semver parsing. * Add a minimum version check. * Use qmark syntax. * Regen quickstart-chat bindings with 1.2.0 cli * Bump minimum codegen version. * Regen test app with 1.2
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
…escript-sdk/main' into bfops/import-typescript-sdk
cloutiertyler
approved these changes
Jul 16, 2025
Contributor
cloutiertyler
left a comment
There was a problem hiding this comment.
LGTM! Exciting stuff!
mamcx
added a commit
that referenced
this pull request
Aug 26, 2025
Co-authored-by: Piotr Sarnacki <drogus@gmail.com> Co-authored-by: John <no-reply@boppygames.gg> Co-authored-by: NateTheDev1 <nthnlrichards@gmail.com> Co-authored-by: Nathaniel Richards <46858886+NateTheDev1@users.noreply.github.com> Co-authored-by: dbrinkmanncw <109690865+dbrinkmanncw@users.noreply.github.com> Co-authored-by: Derek Brinkmann <dbrinkmann@citadelstudios.net> Co-authored-by: John Detter <4099508+jdetter@users.noreply.github.com> Co-authored-by: Mario Montoya <mamcx@elmalabarista.com> Co-authored-by: Kamil Jakubus <kamil.jakubus@usagi.coffee> Co-authored-by: Derek Brinkmann <dbrinkmann@clockworklabs.io> Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org> Co-authored-by: HSReina <hontoshadow@shadosoft-tm.com> Co-authored-by: Gérald Divoux <gerald.divoux@ninsight.io> Co-authored-by: Zeke Foppa <github.com/bfops> Co-authored-by: Mazdak Farrokhzad <twingoow@gmail.com> Co-authored-by: Halu <35203441+tcardlab@users.noreply.github.com> Co-authored-by: Puru Vijay <47742487+PuruVJ@users.noreply.github.com> Co-authored-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com> Co-authored-by: Puru Vijay <awesomepuruvj@gmail.com> Co-authored-by: Tyler Cloutier <cloutiertyler@aol.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: james gilles <jameshgilles@gmail.com> Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com> Co-authored-by: Noa <coolreader18@gmail.com> Co-authored-by: Jeffrey Dallatezza <jeffreydallatezza@gmail.com> Co-authored-by: Bastian Ganze <bastianganze@gmail.com> Co-authored-by: ChaseLewis <ChaseRLewis73003@gmail.com> Co-authored-by: DeveloperChaseLewis <developer.chase.lewis@gmail.com> Co-authored-by: Chip <36650721+Lethalchip@users.noreply.github.com> Co-authored-by: Julien Lavocat <julien.lavocat@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
I just ran the most mechanical version possible:
This should be merged with a merge commit, for two reasons:
masterwithout getting horrible merge conflicts (a squash commit would essentially newly create all of those files, causing merge conflicts)Because of that, I think we should skip the merge queue to merge this PR (so that we can use a merge commit). It's entirely new files, so it should not cause any issues for other PRs.
API and ABI breaking changes
No breaking changes
Expected complexity level and risk
1
Testing
None
Followup work
sdks/typescriptinto the spacetimedb-typescript-sdk repo