Tags: clockworklabs/SpacetimeDB
Tags
Move some metrics utils into the spacetimedb_metrics crate (#5572) # Description of Changes This just moves a few helpers. # Expected complexity level and risk 1
Release - Maybe fix npm stuff (#5593) # Description of Changes Fixes two potential issues - see inline comments. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing Will test with release 🤷 --------- Signed-off-by: Zeke Foppa <196249+bfops@users.noreply.github.com> Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
`spacetime start` - Port available when in doubt (#5564) # Description of Changes If we fail to check port availability, move forward as though it's available, to avoid being entirely borked in environments where we do not have permission to check port availability. Closes #5556. # API and ABI breaking changes None really. Technically technically an API change for the CLI, but not in a way that causes meaningful pain. # Expected complexity level and risk 1 # Testing Existing CI only. I have not tested this specific branch. Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
[bfops/release/candidate/v2.6.1-hotfix3]: durability: Make local `His… …tory` truly read-only (#5497) `Commitlog::open` may perform repairs, which can be catastrophic if access is not externally guaranteed to be mutually exclusive. Instead of allowing to view `Commitlog` as a `History`, implement a `LocalHistory` that is guaranteed to be read-only. 1.5 Should pass existing tests. --------- Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org> Co-authored-by: Shubham Mishra <shivam828787@gmail.com>
[release/candidate/v2.6.1-hotfix1]: Incorporate a generation value in… …to database program bootstrap (#5471) # Description of Changes HostController now captures the database row’s bootstrap generation when a database is launched and exposes it through `BootstrapCompletion` so cloud can report bootstrap completion per generation after the initial `st_module` write is durable. This generation value is needed to ensure database resets can identify bootstrap completion events from before and after the reset. # API and ABI breaking changes N/A # Expected complexity level and risk 1 # Testing Tests added in private
PreviousNext