Skip to content

Tags: clockworklabs/SpacetimeDB

Tags

Verified

This tag was signed with the committer’s verified signature.
rekhoff Ryan

Verified

This tag was signed with the committer’s verified signature.
rekhoff Ryan

v2.7.1-hotfix1

Toggle v2.7.1-hotfix1's commit message
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

v2.7.1

Toggle v2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v2.7.0-hotfix4

Toggle v2.7.0-hotfix4's commit message
Revert 963bec1

v2.7.0-hotfix3

Toggle v2.7.0-hotfix3's commit message
Revert 963bec1

v2.7.0-hotfix2

Toggle v2.7.0-hotfix2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`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>

v2.6.1-hotfix3

Toggle v2.6.1-hotfix3's commit message
[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>

v2.6.1-hotfix2

Toggle v2.6.1-hotfix2's commit message
use ST_TABLE_ID in find_st_table_row

v2.6.1-hotfix1

Toggle v2.6.1-hotfix1's commit message
[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