Skip to content

Commit d9df0d9

Browse files
chore: release main
1 parent 89d06fd commit d9df0d9

5 files changed

Lines changed: 24 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/loro-adaptors": "0.6.1",
33
"packages/loro-protocol": "0.3.0",
4-
"packages/loro-websocket": "0.6.2",
5-
"rust/loro-protocol": "0.3.0"
4+
"packages/loro-websocket": "0.6.3",
5+
"rust/loro-protocol": "0.3.1"
66
}

packages/loro-websocket/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77
* Flock client/server adaptors now emit binary-encoded version vectors using `@loro-dev/flock`'s `encodeVersionVector`; prior JSON encoding is no longer supported.
88

9+
## [0.6.3](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.6.2...loro-websocket-v0.6.3) (2026-06-12)
10+
11+
12+
### Features
13+
14+
* Support cookies when authenticating websockets ([#44](https://github.com/loro-dev/protocol/issues/44)) ([903eb9c](https://github.com/loro-dev/protocol/commit/903eb9c2312caa71b883166281ef3a3076517022))
15+
16+
17+
### Bug Fixes
18+
19+
* resolve lint errors in handshake-auth.test.ts and simple-server.ts ([#49](https://github.com/loro-dev/protocol/issues/49)) ([206fa93](https://github.com/loro-dev/protocol/commit/206fa93b93cfedf25f7b40d60d667ef5ce9ef619))
20+
921
## [0.6.2](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.6.1...loro-websocket-v0.6.2) (2026-01-04)
1022

1123

packages/loro-websocket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loro-websocket",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"private": false,
55
"description": "WebSocket client and SimpleServer for syncing CRDTs base on loro-protocol",
66
"author": "Loro Team",

rust/loro-protocol/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.3.1](https://github.com/loro-dev/protocol/compare/loro-protocol-v0.3.0...loro-protocol-v0.3.1) (2026-06-12)
4+
5+
6+
### Bug Fixes
7+
8+
* publish rust loro-protocol 0.3.0 ([89d06fd](https://github.com/loro-dev/protocol/commit/89d06fdd52915df3c201339c9922999343cf5050))

rust/loro-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "loro-protocol"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
description = "Rust implementation of the Loro Syncing Protocol encoder/decoder"
66
license = "MIT"

0 commit comments

Comments
 (0)