Skip to content

Releases: yorkie-team/yorkie

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

v0.2.11

14 Jul 07:25
33c4a62
Compare
Choose a tag to compare

[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

06 Jul 12:09
Compare
Choose a tag to compare

[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

30 Jun 05:56
Compare
Choose a tag to compare

[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

22 Jun 09:20
Compare
Choose a tag to compare

[0.2.8] - 2022-06-22

Added

  • Add UpdateProject API(admin API): #338

Changed

  • Improve performance of deletion in Text: #341

v0.2.7

14 Jun 04:44
Compare
Choose a tag to compare

[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

25 May 09:46
Compare
Choose a tag to compare

[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

11 May 07:09
Compare
Choose a tag to compare

[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

10 May 11:12
Compare
Choose a tag to compare

[0.2.4] - 2022-05-10

Added

  • Add Project(Multi-tenancy): #313, #319
  • Add Admin API(ListDocuments, GetDocument, ListProjects): #309, #312, #315, #320

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

07 Apr 09:27
Compare
Choose a tag to compare

[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