Releases: yorkie-team/yorkie-js-sdk
Releases ยท yorkie-team/yorkie-js-sdk
v0.5.7
What's Changed
- Enhance webhook tests and error handling for authentication by @chacha912 in #930
- Preserve Detached Client's Lamport in Version Vector by @JOOHOJANG in #931
- Replace maxCreatedAtMap with version vector for causal-concurrent operations by @chacha912 in #932
- Improve Version Vector Handling for Legacy SDK and Snapshots by @chacha912 in #933
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
- Add keepalive option in client.deactivate by @JOOHOJANG in #928
- Improve GC for deactivated client's nodes by @JOOHOJANG in #926
Full Changelog: v0.5.5...v0.5.6
v0.5.5
What's Changed
- Fix tests for event batch publisher implementation by @chacha912 in #924
- Modify Snapshot Event to publish updated local changes by @devleejb in #923
- Add dynamic token refresh and authentication error handling by @chacha912 in #911
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- Implement
InitialRoot
option for Document attachment by @raararaara in #913 - Export VersionVector by @chacha912 in #917
- Add doc.getStats for debugging purpose by @hackerwins in #920
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- Introducing version vector to solve GC problem by @JOOHOJANG in #899
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- Update target to ES2020 and replace Long with bigint by @hackerwins in #912
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Automate Linting with Husky and lint-staged to Prevent CI Failures by @gwbaik9717 in #896
- Restrict presence object type to JSON serializable values by @gwbaik9717 in #898
- Add configurable retry mechanism to broadcast interface by @gwbaik9717 in #901
- Ensure
find
andindexOf
perform splay by @m4ushold in #904
New Contributors
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Introduce broadcast API for event sharing by @gwbaik9717 in #884
- Update npm-publish command for sdk by @hackerwins in #886
- Update MAINTAINING.md by @chacha912 in #887
- Lock version of
@codemirror/view
to prevent potential issues with Korean character input by @devleejb in #890
Full Changelog: v0.4.31...v0.5.0
v0.4.31
What's Changed
- Update example version to v0.4.28 by @chacha912 in #877
- Unify error throwing methods by @gwbaik9717 #878
- Update docker compose command to V2 by @kokodak in #879
- Introduce monorepo to manage packages using pnpm @gwbaik9717 #880
New Contributors
Full Changelog: v0.4.28...v0.4.31
v0.4.28
What's Changed
- Update example version to v0.4.27 by @chacha912 in #870
- Adjust Default LogLevel to Warn by @gwbaik9717 in #871
- Add Root-Only Filter Feature in History Tab by @gwbaik9717 in #872
- Improve performance for creating crdt.TreeNode by @hackerwins in #875
Full Changelog: v0.4.27...v0.4.28