Commit Graph

3186 Commits

Author SHA1 Message Date
Noa 2d8224a6fd Reorganize macro crate (#1406) 2024-10-23 20:30:14 +00:00
Puru Vijay e64d29e710 Add gzip for #109 (#117) 2024-10-23 22:53:54 +05:30
Puru Vijay 82951197e5 Enter prerelease mode (#116)
* Enter prerelease mode

* Add major changeset
2024-10-23 22:50:56 +05:30
Puru Vijay a46522ea97 feat: GZIP (#109)
* Pus

* gzip

* Push

* Buffer.from

* Format

* Add changeset

* Push

* Remove deps

* Rvert back to original lib.rs

* Push

* Refactor decompress function

* Autogenerate

* Format

* deferred

* Fix tests

* Remove blob coments

* Message queue. Untested

* Fix test

* Chunked decompress
2024-10-23 22:27:10 +05:30
Jeffrey Dallatezza 942fd8be83 Handle JWT tokens with oidc providers (#1882) 2024-10-23 05:46:53 +00:00
Zeke Foppa c667c51762 CLI - Fix helptext after #1845 (#1889)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2024-10-23 04:35:27 +00:00
Tyler Cloutier 83fc5c33d4 The banishment of Address (#1880)
Co-authored-by: Jeffrey Dallatezza <jeffreydallatezza@gmail.com>
2024-10-23 01:56:20 +00:00
Zeke Foppa 9347573a7f Remove CODEOWNERS from CLI codegen (#1886)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2024-10-22 18:18:58 +00:00
Kim Altintop 98d408b388 commitlog: Fix transactions iterator (#1884) 2024-10-22 16:40:51 +00:00
Phoebe Goldman 88eeb1c235 Add note about integer literal type inference (#100)
Companion to https://github.com/clockworklabs/SpacetimeDB/pull/1815

Also fix surrounding example code and text: you filter on indices, not columns.
2024-10-22 10:49:41 -04:00
Phoebe Goldman 437eed7760 Rust modules: Revise BTreeIndexBounds (#1815) 2024-10-22 14:49:32 +00:00
Jeffrey Dallatezza 94eef52eb6 Use new token format when generating new id tokens (#1854) 2024-10-19 00:13:40 +00:00
Noa 209d12ce4e Have the scheduled_id/at columns be specified in the schema, not by the column name (#1861) 2024-10-18 22:51:36 +00:00
Mazdak Farrokhzad 263511e15b Redefine Address as U128 + Identity and Hash as U256 (#1616)
Co-authored-by: James Gilles <jameshgilles@gmail.com>
2024-10-18 20:00:21 +00:00
Zeke Foppa 70ab143596 CLI - Stabilize spacetime server subcommands (#1845)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2024-10-17 22:00:48 +00:00
Zeke Foppa c98fe9725e CLI - Fix spacetime server edit failing on renames (#1877)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2024-10-17 21:14:48 +00:00
Mario Montoya 637d6d77b2 RLS: Adding a new filter! macro (#1849)
Signed-off-by: Mario Montoya <mamcx@elmalabarista.com>
Co-authored-by: joshua-spacetime <josh@clockworklabs.io>
2024-10-17 18:31:22 +00:00
Shubham Mishra 0a86b46152 Fix Build: Use default() to init custom hash based datastructures (#1871)
Signed-off-by: Shubham Mishra <shubham@clockworklabs.io>
Co-authored-by: Mazdak Farrokhzad <twingoow@gmail.com>
2024-10-17 14:41:38 +00:00
Tyler Cloutier 49b9522400 Update DEVELOP.md (#111) 2024-10-16 18:06:16 -04:00
John Detter c8f3332836 API 0.12 Upgrade (#2)
* Upgraded module to 0.12

* 0.12 upgrade is working

* Fixes

* Fixed some server warnings

* Small fix

* Apply suggestions from code review

* Update Cargo.toml

* Package upgraded to 0.12.0

* Renamed SampleScene => Main

---------

Co-authored-by: John Detter <no-reply@boppygames.gg>
Co-authored-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>
2024-10-16 16:08:08 -05:00
Noa a4d097c92c Improve bindings diagnostics and add ui tests (#1216) 2024-10-16 18:18:52 +00:00
Kim Altintop 820ace12b1 Remove sendgrid (#1860) 2024-10-16 17:49:42 +00:00
Noa ce3d6ed5dc Upgrade wasmtime dependency (#1857) 2024-10-16 17:44:01 +00:00
Zeke Foppa 576b12e593 CLI - Add helptext for --build-options (#1853)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2024-10-16 16:23:08 +00:00
John Detter 035ee4beb9 Revert PR 155 (#173)
## Description of Changes
*Describe what has been changed, any new features or bug fixes*

PR 155 introduced a build issue in Unity:


![image](https://github.com/user-attachments/assets/7e88a813-93bd-4b74-ad87-a4c821a7fb98)

This PR reverts back to a known working commit. I have tested after
reverting the commit and the branch is back to working properly.

## API

 - [ ] This is an API breaking change to the SDK

*If the API is breaking, please state below what will break*

Not breaking

## Requires SpacetimeDB PRs
*List any PRs here that are required for this SDK change to work*

## Testing
*Write instructions for a test that you performed for this PR*

- [x] Tested circle game against this commit and it builds + works

Co-authored-by: John Detter <no-reply@boppygames.gg>
2024-10-16 00:05:17 -05:00
Mazdak Farrokhzad 06cc688885 No Maps for you! (#1770) 2024-10-15 22:34:13 +00:00
Mazdak Farrokhzad 01a7e3f6e9 Add gzip + none compression algos and let SDK pick compression (#155)
## Description of Changes

Companion to https://github.com/clockworklabs/SpacetimeDB/pull/1802.

## Requires SpacetimeDB PRs

https://github.com/clockworklabs/SpacetimeDB/pull/1802
2024-10-15 19:47:40 +00:00
Noa c4e637e98b Energy metering for persistent memory usage (#766) 2024-10-15 17:58:34 +00:00
Jeffrey Dallatezza 83310eb6a7 Remove email and recovery related identity endpoints (#1833) 2024-10-15 00:13:18 +00:00
Jeremie Pelletier 1e13ab5b50 Jeremie/one off query decoupled from table (#163)
## Description of Changes
*Describe what has been changed, any new features or bug fixes*

## API

 - [ ] This is an API breaking change to the SDK

*If the API is breaking, please state below what will break*


## Requires SpacetimeDB PRs
*List any PRs here that are required for this SDK change to work*

---------

Co-authored-by: John Detter <no-reply@boppygames.gg>
2024-10-12 10:40:26 -04:00
joshua-spacetime df5b78a2ff refactor: Add TableId to relvar type (#1803) 2024-10-11 17:54:07 +00:00
Mario Montoya b1b58ac236 Adding the system table for row level security (#1746) 2024-10-11 15:47:11 +00:00
John Detter 66ea22f148 Make ARM64 and AMD64 docker builds more resilient (#1844)
Co-authored-by: John Detter <no-reply@boppygames.gg>
2024-10-11 13:28:01 +00:00
Zeke Foppa 208751bcf3 Add CODEOWNERS for CLI crate (#1834)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2024-10-10 17:48:22 +00:00
james gilles 37087c2d0a Correct Schema::check_compatible to resolve types in a ModuleDef (#1813) 2024-10-10 16:22:51 +00:00
Mazdak Farrokhzad 1e35fe681f Add gzip + none compression algos and let SDK pick compression (#1802) 2024-10-09 16:46:41 +00:00
github-actions[bot] 06e461b298 Version Packages (#106)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-08 23:40:17 +05:30
Puru Vijay 684ba04b90 fix: websocket message handling, Buffer, onConnect (#107)
* Push

* Buffer.from

* Format

* Add changeset
2024-10-08 23:38:57 +05:30
Puru Vijay 0668ba0218 docs: 0.12 public facing docs (#108)
* Push

* Add changeset
2024-10-08 23:35:48 +05:30
james gilles 4db4c9a82e Make smoketests not log expected teardown errors (#1804) 2024-10-08 17:29:15 +00:00
Kim Altintop afeb3421ae commitlog: Yield StoredCommit in iterators (#1791) 2024-10-08 08:53:25 +00:00
Puru Vijay dfea67dc4c fix: temporary token path invocation (#105) 2024-10-08 11:14:13 +05:30
Tyler Cloutier 9eb249186c Update CODEOWNERS
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>
2024-10-07 16:44:03 -04:00
Shubham Mishra c5a9a0d9ca offset index read integration (#1779) 2024-10-07 12:12:50 +00:00
Tyler Cloutier d6bb05b072 Renamed database instance to replica (#1806) 2024-10-05 18:53:20 +00:00
Zeke Foppa 126dcae21c CLI - spacetime upgrade takes --yes instead of deprecated --force (#1805)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2024-10-05 00:19:17 +00:00
Tyler Cloutier 89ab48cd9d Whitespace (#98) 2024-10-04 12:47:39 -04:00
Tyler Cloutier d8e7baa9d6 Added migration guide for v0.12 (#95)
* Added initial migration guide for v0.12

* My C# additions so far

* [v0.12-migration-guide]: build and style fixes

* Polished migration guide

* [v0.12-migration-guide]: docs update

* [v0.12-migration-guide]: C# TODOs

* [v0.12-migration-guide]: review

---------

Co-authored-by: John Detter <4099508+jdetter@users.noreply.github.com>
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2024-10-04 02:39:05 -04:00
github-actions[bot] a7abfc51d4 Version Packages (#93)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-04 01:53:20 -04:00
Zeke Foppa f376c05433 0.12.0 DLLs (again) (#161)
## Description of Changes
Update with the latest DLLs from the current 0.12.0 branch.

## API

 - [ ] This is an API breaking change to the SDK

*If the API is breaking, please state below what will break*

## Requires SpacetimeDB PRs
*List any PRs here that are required for this SDK change to work*

---------

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2024-10-03 21:43:39 -07:00