Releases: yorkie-team/yorkie
Releases · yorkie-team/yorkie
v0.2.19
[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
[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
[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
[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
[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
[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
[0.2.13] - 2022-07-27
Added
- Add document list command to CLI: #366
- Add SearchDocuments admin API: #363
v0.2.12
[0.2.12] - 2022-07-20
Fixed
- Fix incorrect index for nodes newly created then concurrently removed: #364
v0.2.11
[0.2.11] - 2022-07-14
Added
- Apply gRPC error details to update project api: #354
- Implement pagination flags to history command: #360
v0.2.10
[0.2.10] - 2022-07-06
Added
- Add MaxCallRecvMsgSize option to client: #353
Changed
- Improve performance of deletion in Text: #356
Fixed
- Fix a bug when deleting blocks concurrently: #b645cf1