Releases: yorkie-team/yorkie
Releases · yorkie-team/yorkie
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
v0.2.9
[0.2.9] - 2022-06-30
Added
- Add history command to CLI: #349
- Introduce validator for project name: #345
Fixed
- Revert text deletion improvements: #350
v0.2.8
[0.2.8] - 2022-06-22
Added
- Add UpdateProject API(admin API): #338
Changed
- Improve performance of deletion in Text: #341
v0.2.7
[0.2.7] - 2022-06-14
Fixed
- Expose the missing exit code: #e87d9d3
- Skip storing the initial ticket to prevent GC interruption: #339
- Cache removed elements when creating a document from a snapshot: #340
- Detach the attached documents when deactivating the client: #342
v0.2.6
[0.2.6] - 2022-05-25
Changed
- Update Go version to 1.18: #326
- Add TryLock to memory locker: #234
- Print projects in table format: #324
- Fetch documents by project: #330
- Add time attributes to document API: #325
Fixed
- Fix invalid JSON returns from document.Marshal: #328, #332
v0.2.5
[0.2.5] - 2022-05-11
Added
- Add the missing admin-port flag for CLI
Fixed
- Rename projectID written in invalid conventions to project_id
v0.2.4
[0.2.4] - 2022-05-10
Added
Changed
- Cache ActorID.String to reduce memory usage: #308
- Rename Agent to Server: #311
- Rename Client Metadata to Presence: #323
Fixed
- Fix LRU cache expiration when updating same key: #314
Removed
- Remove collection from document: #318
v0.2.3
[0.2.3] - 2022-04-07
Changed
- Introduce named logging to separate logs by request or routine: #296
- Add missing serverSeq of change.ID in Protobuf: #f5a0c49
- Cache the key of RGATreeSplitNodeID to prevent instantiation: #306
- Cache the key of TimeTicket to prevent instantiation: #307
Fixed
- Fix for use on Windows: #295
- Fix snapshot interval to make them trigger properly in memdb: #297
- Run tests using monkey patch only on amd64: #299
- Fix a warning that directory does not exist when running make proto: #c441b7b