chore(deps): update all dependencies #56
Open
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.
This PR contains the following updates:
2.1.14→2.1.192.0.19→2.0.283.1.44→3.1.595.25.2→5.26.34.5.0→4.6.04.5.0→4.6.01.5.0→1.12.01.5.0→1.12.09.0.306→9.0.310Release Notes
chickensoft-games/GoDotTest (Chickensoft.GoDotTest)
v2.0.28Compare Source
What's Changed
Full Changelog: chickensoft-games/GoDotTest@2.0.27...2.0.28
v2.0.27Compare Source
What's Changed
8e8c483by @renovate[bot] in #199Full Changelog: chickensoft-games/GoDotTest@2.0.26...2.0.27
v2.0.26Compare Source
What's Changed
[Failure]method exists by @wlsnmrk in #198Full Changelog: chickensoft-games/GoDotTest@2.0.25...2.0.26
v2.0.25Compare Source
What's Changed
Full Changelog: chickensoft-games/GoDotTest@2.0.24...2.0.25
v2.0.24Compare Source
What's Changed
Full Changelog: chickensoft-games/GoDotTest@2.0.23...2.0.24
v2.0.23Compare Source
What's Changed
93cb6efby @renovate[bot] in #194Full Changelog: chickensoft-games/GoDotTest@2.0.22...2.0.23
v2.0.22Compare Source
What's Changed
Full Changelog: chickensoft-games/GoDotTest@2.0.21...2.0.22
v2.0.21Compare Source
What's Changed
Full Changelog: chickensoft-games/GoDotTest@2.0.20...2.0.21
v2.0.20Compare Source
What's Changed
Full Changelog: chickensoft-games/GoDotTest@2.0.19...2.0.20
chickensoft-games/GodotTestDriver (Chickensoft.GodotTestDriver)
v3.1.59Compare Source
What's Changed
Full Changelog: chickensoft-games/GodotTestDriver@3.1.58...3.1.59
v3.1.58Compare Source
What's Changed
Full Changelog: chickensoft-games/GodotTestDriver@3.1.57...3.1.58
v3.1.57Compare Source
What's Changed
Full Changelog: chickensoft-games/GodotTestDriver@3.1.56...3.1.57
v3.1.56Compare Source
What's Changed
Full Changelog: chickensoft-games/GodotTestDriver@3.1.55...3.1.56
v3.1.55Compare Source
What's Changed
Full Changelog: chickensoft-games/GodotTestDriver@3.1.54...3.1.55
v3.1.54Compare Source
What's Changed
Full Changelog: chickensoft-games/GodotTestDriver@3.1.53...3.1.54
v3.1.53Compare Source
What's Changed
Full Changelog: chickensoft-games/GodotTestDriver@3.1.52...3.1.53
v3.1.52Compare Source
What's Changed
Full Changelog: chickensoft-games/GodotTestDriver@3.1.51...3.1.52
v3.1.51Compare Source
What's Changed
Full Changelog: chickensoft-games/GodotTestDriver@3.1.50...3.1.51
v3.1.50Compare Source
What's Changed
Full Changelog: chickensoft-games/GodotTestDriver@3.1.49...3.1.50
v3.1.49Compare Source
What's Changed
Full Changelog: chickensoft-games/GodotTestDriver@3.1.48...3.1.49
v3.1.48Compare Source
What's Changed
Full Changelog: chickensoft-games/GodotTestDriver@3.1.47...3.1.48
v3.1.47Compare Source
What's Changed
Full Changelog: chickensoft-games/GodotTestDriver@3.1.46...3.1.47
v3.1.46Compare Source
What's Changed
Full Changelog: chickensoft-games/GodotTestDriver@3.1.45...3.1.46
v3.1.45Compare Source
What's Changed
Full Changelog: chickensoft-games/GodotTestDriver@3.1.44...3.1.45
clockworklabs/SpacetimeDB (SpacetimeDB.Runtime)
v1.12.0: - Client-side Typed Query BuilderThe end of 1.0 is nigh! 🤩
v1.12 will be the last minor version before we drop SpacetimeDB 2.0! SpacetimeDB 2.0 will come with code breaking changes (you may need to change your modules and clients), but it will not require a migration of the existing data directory, and include backwards compatibility with existing clients and modules, so all existing databases and modules will continue working on both Standalone deploys and Maincloud.
If you're not subscribed to our YouTube channel, you should be. Trust me on that one.
We've got some great updates today in v1.12!
Typed Query Builder
You can now subscribe to your server's data with type safe queries from clients:
TypeScript
C#
Rust
NOTE: We would like to remove the
.build()for 2.0, but you can try it out with the existing API.Other highlights
New front-end framework SDKs
Organizations support
Operational tooling improvements
spacetime login --no-browserfor headless/CI environments. (#4142)Developer experience & docs
Performance & internal improvements
Reliability & correctness
Hashindices not working. (#4060)copy_filterand related). (#4096)MutTxIdas!Sendto avoid incorrect cross-thread usage. (#4039)Uuid(including React Hookwheresupport and making the newUuidtype filterable). (#4030, #3991)New contributors
What's Changed
eval_updates_sequential: no queries? => quit early by @Centril in #4049impl MemoryUsage for TxStateby @Centril in #4054Hashindices not working by @kistz in #4060Uuidin React Hookwhereclause by @kistz in #4030cargo ci dllscommand for building C# DLLs and NuGet packages by @rekhoff in #4033copy_filter& co: make blob handling more flexible by @Centril in #4096PointerMap::{iter, merge_from}by @Centril in #4092Uuidtype Filterable by @kistz in #3991Test Suitetest concurrency to reduce test flakes by @jdetter in #3979HashMapBlobStore::merge_fromby @Centril in #4091VmMetricsfor the reducers and views of a module inInstanceCommon::newby @Centril in #4106ty.layout.fixedmore by @Centril in #4133eval_updates_sequential: comment out tracing by @Centril in #4132view_for_updateto do nothing when there are no views by @Centril in #4134SmallHashMapinspacetimedb_data_structuresby @Centril in #4136TxData+DatabaseUpdatefor fast construction by @Centril in #4138TableNameandReducerNamebacked byEcoStringby @Centril in #4137RawModuleDefV10definition and validation. by @Shubham8287 in #4098RawModuleDefV10by @Shubham8287 in #4105JsWorkerReplyto 48, making replies fit in a cache line by @Centril in #4151spacetime login --no-browserby @bfops in #4142RawModuleDefV10. by @Shubham8287 in #4149JsWorkerRequest& use the right HashMap/Set by @Centril in #4150global.jsonglobal again by @bfops in #4166New Contributors
Full Changelog: clockworklabs/SpacetimeDB@v1.11.3...v1.12.0
v1.11.2: - Bug fixes + Performance improvementsHello again everyone! We have another release with more improvements.
Host
C#
Typescript
Unreal
New
/templatesdirectory for sharing templates/templatesdirectory in the repository. We'll be adding many more templates as we go. If you want to use a template you can install one with:What's Changed
ServerMessage<BsatnFormat>by @Centril in #2911st_tableduring replay by @gefjon in #3937wasm-optcondition by @egormanga in #3930procedure_http_requestsupport + fix HTTP BSATN wire format to matchspacetimedb_lib::httpby @rekhoff in #3944db.lockfile only for persistent databases by @kim in #3912New Contributors
Full Changelog: clockworklabs/SpacetimeDB@v1.11.1...v1.11.2
v1.11.1: - Bug Fixes + Performance ImprovementsHello again everyone! This is likely going to be our last release before the holidays. We will potentially have one more release before the end of the year but for now we hope you are all happy with these improvements 🙂
Typescript
This release includes several bug fixes and performance improvements related to Typescript:
TextEncoderandTextDecoderclasses is now implemented in native code, meaning string de/serialization will now have less overhead.useTablein a React client now works when specifying columns with camelcase names.noImplicitOverrideTypescript configuration option.What's Changed
lteandgteoperators to rust query builder by @Shubham8287 in #3855auto_incby @Shubham8287 in #3862filteralias for rust query builder's where method by @Shubham8287 in #3856datastore_index_scan_range_bsatnon invalid ranges by @Centril in #3746cargo cion windows by @bfops in #3859Full Changelog: clockworklabs/SpacetimeDB@v1.11.0...v1.11.1
⛄ 🎄 🎁 Happy Holidays everyone! 🎁 🎄 ⛄
v1.11.0: - Typed Query BuilderToday we've released query builders for Rust and TypeScript modules. The purpose of the query builder API is so that you can write views that will take advantage of the unique performance guarantees of SpacetimeDB's query engine, particularly for realtime subscription updates.
The query builder also now allows you to iterate or scan a table in a view, something that previously wasn't possible using only the index accessors exposed by
ViewContextandAnonymousViewContext.The query builder exposes the following query operators:
.where()Used for filtering. Equivalent to a
WHEREcondition in SQL..leftSemijoin()Equivalent to an inner join in sql where a row is return from the
lhsonly if it matches with a row on therhs..rightSemijoin()Equivalent to an inner join in sql where a row is return from the
rhsonly if it matches with a row on thelhs.Examples (Rust)