chore: version packages#1042
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
July 21, 2026 14:57
efcbbe4 to
7af66fe
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 21, 2026 15:46
7af66fe to
dc27a2d
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
loro.js@0.1.0
Minor Changes
loro-crdt-compatible CRDT runtime.sequence insertion, large state snapshots, and bulk list edits. Snapshot
SSTables now use interoperable LZ4 compression and defer non-frontier history
decoding until a history-dependent API needs it.
Patch Changes
Local edits and later updates now use a small history overlay, while snapshot
export rewrites only dirty SSTable blocks and avoids redundant output buffers.
loro-crdt@1.13.8
Patch Changes
ac1feb6: Reduce peak memory across large snapshot import,
toJSON, update import, andsnapshot export by preserving lazy state, bounding the decompressed SSTable
block cache by bytes, and preallocating the snapshot output exactly. Snapshot
import now validates every embedded SSTable block checksum before accepting
external bytes.
Full snapshot export no longer walks the alive-container graph: store entries
for referenced containers are created when the creating op or imported diff is
applied, so a cold export after a large import is a flush plus KV export
instead of re-reading every container from compressed blocks. As part of this,
full export round-trips imported state bytes faithfully (inconsistent
alive-container parent metadata is now rejected by shallow export, which still
walks, rather than by full export), and an ensured-but-empty mergeable child is
no longer materialized into the KV store by a full export — importers resolve
it from its parent map marker. First
toJSONafter import also avoids decodingeach lazy container twice.
loro-crdt-map@1.13.8
Patch Changes
loro-crdtrelease.