Skip to content

Latest commit

 

History

History
285 lines (145 loc) · 9.72 KB

File metadata and controls

285 lines (145 loc) · 9.72 KB

Changelog

Unreleased

⚠ BREAKING CHANGES

  • 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 (2026-01-11)

Features

  • Support cookies when authenticating websockets (#44) (903eb9c)

Bug Fixes

  • resolve lint errors in handshake-auth.test.ts and simple-server.ts (#49) (206fa93)

0.6.2 (2026-01-04)

Features

  • loro-websocket: add sendExternalUpdates method to LoroWebsocketClient (#46) (c263c8b)

0.6.1 (2025-12-29)

Features

  • adaptors: upgrade flock to 4.1.0 and use inclusiveVersion for sync check (#45) (b84eb63)

Bug Fixes

  • harden websocket client error handling (#41) (858a1e9)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • loro-adaptors bumped to 0.6.1

0.6.0 (2025-12-11)

⚠ BREAKING CHANGES

  • adopt flock 4 version encoding (#39)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • loro-adaptors bumped to 0.6.0

0.5.0 (2025-12-07)

⚠ BREAKING CHANGES

  • protocol v1 (#34)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • loro-protocol bumped to 0.3.0
      • loro-adaptors bumped to 0.5.0

0.4.3 (2025-12-05)

Bug Fixes

  • refine websocket client reconnect (#31) (d130f42)

0.4.2 (2025-11-28)

Bug Fixes

  • flock adaptor should only upload updates made by the current peer (70dc0c6)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • loro-adaptors bumped to 0.4.2

0.4.1 (2025-11-22)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • loro-adaptors bumped to 0.4.1

0.4.0 (2025-11-20)

⚠ BREAKING CHANGES

  • enforce to use string for room-id (#27)
  • Introduce subpath exports and remove server-registry abstraction in loro-adaptors (#25)

Bug Fixes

  • enforce to use string for room-id (#27) (2eeea76)

Code Refactoring

  • Introduce subpath exports and remove server-registry abstraction in loro-adaptors (#25) (d5f2460)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • loro-protocol bumped to 0.2.0
      • loro-adaptors bumped to 0.4.0

0.3.1 (2025-11-19)

Features

  • expose socket in LoroWebsocketClient (37f3a90)

Bug Fixes

  • backfill issue (cd9f639)
  • turn tsdown hash=false to mk build correct (b2036d5)
  • we should call ephemeral destroy before free (#24) (43d7502)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • loro-adaptors bumped to 0.3.1

0.3.0 (2025-11-11)

⚠ BREAKING CHANGES

  • better api for server adaptor

Code Refactoring

  • better api for server adaptor (a8f470b)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • loro-adaptors bumped to 0.3.0

0.2.1 (2025-11-05)

Features

  • Add persistent EphemeralStore adaptors (#18) (db6bfab)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • loro-protocol bumped to 0.1.3
      • loro-adaptors bumped to 0.2.1

0.2.0 (2025-10-30)

⚠ BREAKING CHANGES

  • simplify API

Features

  • integrate Flock support into Loro adaptors (fc7d5c6)

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • loro-protocol bumped to 0.1.2
      • loro-adaptors bumped to 0.2.0

0.1.6 (2025-10-23)

Bug Fixes

  • should not auto reconnect when kicked (5272874)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • loro-adaptors bumped to 0.1.3

0.1.5 (2025-10-23)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • loro-adaptors bumped to 0.1.2

0.1.4 (2025-10-23)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • loro-protocol bumped to 0.1.1
      • loro-adaptors bumped to 0.1.1

0.1.3 (2025-09-23)

Bug Fixes

  • rm isOnline to make retry connecting work (e75769e)

0.1.2 (2025-09-16)

Bug Fixes

  • use right status and auto retry after come back online (fd1a67c)

0.1.0 (2025-09-12)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • loro-protocol bumped to 0.1.0
      • loro-adaptors bumped to 0.1.0