Skip to content

Releases: yorkie-team/yorkie

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

v0.2.12

20 Jul 06:02
d25124e
Compare
Choose a tag to compare

[0.2.12] - 2022-07-20

Fixed

  • Fix incorrect index for nodes newly created then concurrently removed: #364