Releases: yorkie-team/yorkie
Releases · yorkie-team/yorkie
v0.3.1
What's Changed
- Remove duplicated backslash in string escaping by @cozitive in #458
- Update design documentation for v0.3.0 by @cozitive in #461
- Update
pub-sub
documentation by @chacha912 in #466 - Filter out unsubscribed documents key in DocEvent by @chacha912 in #463
- feat: remove priority queue from RHTPQMap and entire project by @blurfx in #462
- Fix invalid index of SplayTree with single node by @hackerwins in #470
- Add ClientDeactivateThreshold in Project by @krapie in #454
- Change ClientDeactivateThreshold Type to String by @krapie in #471
- Add validation module and document key validation by @easylogic in #467
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #475
- Update CHANGELOG.md and Makefile by @krapie in #476
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- feat: replace etcd image source from bitnami to quay by @blurfx in #430
- Clean up codes by @hackerwins in #440
- Fix the value type of Counter and remove double type from Counter by @cozitive in #441
- Merge Text and RichText by @hackerwins in #438
- Cozitive attrs escape by @hackerwins in #443
- Remove unused VALUE_TYPE_DOUBLE_CNT by @hackerwins in #446
- Remove duplicated key from TextNodeAttr by @hackerwins in #447
- Omit empty attrs in the response of Text.Marshal by @hackerwins in #448
- Increase CRDT Counter in local change by @cozitive in #449
- Improving documentation for developers by @cozitive in #451
- Add garbage collection documentation by @cozitive in #452
- Update version: v0.3.0 by @cozitive in #455
New Contributors
Full Changelog: v0.2.20...v0.3.0
v0.2.20
What's Changed
- Fix typo by @ppeeou in #421
- Bump up Go to 1.19.2 by @hackerwins in #425
- Bump up libraries to the latest version by @hackerwins in #426
- Remove use of bou.ke/monkey library by @chromato99 in #427
- Fix invalid JSON from marshaling dates and use UNIX ms for Date by @hackerwins in #432
- Replace deprecated ioutil library by @chromato99 in #428
- Remove duplicate logging when the function returns error by @hackerwins in #429
- Add additional unwrap code in ToStatusError gRPC error handler by @Krapi0314 in #434
New Contributors
- @Krapi0314 made their first contribution in #434
Full Changelog: v0.2.19...v0.2.20