Skip to content

Releases: yorkie-team/yorkie

v0.3.1

27 Feb 05:34
101df33
Compare
Choose a tag to compare

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

31 Jan 07:18
7635b73
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.20...v0.3.0

v0.2.20

30 Dec 01:48
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @Krapi0314 made their first contribution in #434

Full Changelog: v0.2.19...v0.2.20

v0.2.19

04 Oct 10:56
Compare
Choose a tag to compare

[0.2.19] - 2022-10-04

Added

  • Add signup validation: #407

Fixed

  • Remove unused nodeMapByCreatedAt in RHT: #408
  • Remove size cache from RGATreeList and use SplayTree instead: #415
  • Adjust indexes so that each user has separate project names: #418

v0.2.18

05 Sep 07:49
Compare
Choose a tag to compare

[0.2.18] - 2022-09-05

Added

  • Bind project and user with owner field: #398
  • Validate fields when creating or updating a project: #399

v0.2.17

25 Aug 04:48
Compare
Choose a tag to compare

[0.2.17] - 2022-08-25

Added

  • Add --backend-snapshot-with-purging-changes flag: #370

Fixed

  • Fix history command authentication error: #397

v0.2.16

16 Aug 11:51
Compare
Choose a tag to compare

[0.2.16] - 2022-08-16

Added

  • Add --auth-webhook-url, --name flag to updateProject command: #376

Changed

  • Rename package names to match JS SDK: #395

v0.2.15

08 Aug 04:22
4b333b9
Compare
Choose a tag to compare

[0.2.15] - 2022-08-08

Added

  • Introduce buf to enforce lint rules designed to guarantee consistency: #382
  • Extract admin settings with flags and configurations: #384

Changed

  • Change uint64 to int64 among data inserted into the DB: #381
  • Add [jstype = JS_STRING] field option in admin.proto: #380

v0.2.14

03 Aug 04:18
Compare
Choose a tag to compare

[0.2.14] - 2022-08-03

Added

  • Add signup and login commands and APIs: #357

Fixed

  • Fix the problem local changes were applied twice: #375

v0.2.13

27 Jul 09:17
Compare
Choose a tag to compare

[0.2.13] - 2022-07-27

Added

  • Add document list command to CLI: #366
  • Add SearchDocuments admin API: #363