Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/loro-adaptors": "0.6.1",
"packages/loro-protocol": "0.3.0",
"packages/loro-websocket": "0.6.2"
"packages/loro-websocket": "0.6.3"
}
12 changes: 12 additions & 0 deletions packages/loro-websocket/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@

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

## [0.6.3](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.6.2...loro-websocket-v0.6.3) (2026-01-11)


### Features

* Support cookies when authenticating websockets ([#44](https://github.com/loro-dev/protocol/issues/44)) ([903eb9c](https://github.com/loro-dev/protocol/commit/903eb9c2312caa71b883166281ef3a3076517022))


### Bug Fixes

* 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))

## [0.6.2](https://github.com/loro-dev/protocol/compare/loro-websocket-v0.6.1...loro-websocket-v0.6.2) (2026-01-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/loro-websocket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loro-websocket",
"version": "0.6.2",
"version": "0.6.3",
"private": false,
"description": "WebSocket client and SimpleServer for syncing CRDTs base on loro-protocol",
"author": "Loro Team",
Expand Down