Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/brave-loros-sync.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/calm-snapshots-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-map-changelog.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lazy-snapshots-rest.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/quick-loros-flow.md

This file was deleted.

6 changes: 6 additions & 0 deletions crates/loro-wasm-map/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# loro-crdt-map

## 1.13.8

### Patch Changes

- 033f43a: Keep the source-map package changelog aligned with the matching `loro-crdt` release.

## 1.13.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/loro-wasm-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loro-crdt-map",
"version": "1.13.7",
"version": "1.13.8",
"description": "Source maps for the loro-crdt WebAssembly bundles.",
"repository": {
"type": "git",
Expand Down
21 changes: 21 additions & 0 deletions crates/loro-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 1.13.8

### Patch Changes

- ac1feb6: Reduce peak memory across large snapshot import, `toJSON`, update import, and
snapshot 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 `toJSON` after import also avoids decoding
each lazy container twice.

## 1.13.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/loro-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loro-wasm"
version = "1.13.7"
version = "1.13.8"
edition = "2021"
publish = false
repository = "https://github.com/loro-dev/loro/"
Expand Down
2 changes: 1 addition & 1 deletion crates/loro-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loro-crdt",
"version": "1.13.7",
"version": "1.13.8",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [
"crdt",
Expand Down
18 changes: 18 additions & 0 deletions loro-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# loro.js

## 0.1.0

### Minor Changes

- 68587bc: Add a pure TypeScript implementation of the current Loro binary format and a
`loro-crdt`-compatible CRDT runtime.
- 68587bc: Improve pure TypeScript runtime performance for merged changes, concurrent
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

- 4e663a1: Keep large latest-state snapshots encoded and hydrate containers on demand.
Local edits and later updates now use a small history overlay, while snapshot
export rewrites only dirty SSTable blocks and avoids redundant output buffers.
2 changes: 1 addition & 1 deletion loro-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loro.js",
"version": "0.0.0",
"version": "0.1.0",
"description": "Pure TypeScript implementation of the Loro CRDT and binary format.",
"keywords": [
"crdt",
Expand Down