Last release 9 days ago
18 Aug 2026
Ships on a steady schedule
a new release about every 2 weeks
Nearly every release is documented
notes for 60 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
390 releases · first in 2020
Release timeline
390 releases since 2020Releases
- v0.2.21-0.20221231092244-7f7ea6097cd431 Dec 2022pre-release
Nothing published for this version
- v0.2.2030 Dec 2022
Release notes2 sources agree
Open source →Changed
- Bump up Go to 1.19.2 by @hackerwins in https://github.com/yorkie-team/yorkie/pull/425
- Bump up libraries to the latest version by @hackerwins in https://github.com/yorkie-team/yorkie/pull/426
- Remove use of bou.ke/monkey library by @chromato99 in https://github.com/yorkie-team/yorkie/pull/427
- Replace deprecated ioutil library by @chromato99 in https://github.com/yorkie-team/yorkie/pull/428
- Remove duplicate logging when the function returns error by @hackerwins in https://github.com/yorkie-team/yorkie/pull/429
Fixed
- Fix typo by @ppeeou in https://github.com/yorkie-team/yorkie/pull/421
- Fix invalid JSON from marshaling dates and use UNIX ms for Date by @hackerwins in https://github.com/yorkie-team/yorkie/pull/432
- Add additional unwrap code in ToStatusError gRPC error handler by @Krapi0314 in https://github.com/yorkie-team/yorkie/pull/434
- v0.2.20-0.20221125023432-c8b82f6637b025 Nov 2022pre-release
Nothing published for this version
- v0.2.20-0.20221022141328-89a2217549df22 Oct 2022pre-release
Nothing published for this version
- v0.2.20-0.20221010142143-002962de6ddc10 Oct 2022pre-release
Nothing published for this version
- v0.2.194 Oct 2022
Release notes2 sources agree
Open source →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.19-0.20220907102311-486a2698f5537 Sept 2022pre-release
Nothing published for this version
- v0.2.185 Sept 2022
Release notes2 sources agree
Open source →Added
- Bind project and user with owner field: #398
- Validate fields when creating or updating a project: #399
- v0.2.1725 Aug 2022
Release notes2 sources agree
Open source →Added
- Add
--backend-snapshot-with-purging-changesflag: #370
Fixed
- Fix history command authentication error: #397
- Add
- v0.2.1616 Aug 2022
Release notes2 sources agree
Open source →Added
- Add
--auth-webhook-url,--nameflag to updateProject command: #376
Changed
- Rename package names to match JS SDK: #395
- Add
- v0.2.16-0.20220810141246-5412a21d47b810 Aug 2022pre-release
Nothing published for this version
- v0.2.158 Aug 2022
Release notes2 sources agree
Open source →Added
- Introduce
bufto 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
- Introduce
- v0.2.143 Aug 2022
Release notes2 sources agree
Open source →Added
- Add signup and login commands and APIs: #357
Fixed
- Fix the problem local changes were applied twice: #375
- v0.2.14-0.20220729042811-35930573f46d29 Jul 2022pre-release
Nothing published for this version
- v0.2.1327 Jul 2022
Release notes2 sources agree
Open source →Added
- Add document list command to CLI: #366
- Add SearchDocuments admin API: #363
- v0.2.13-0.20220729042811-35930573f46d29 Jul 2022pre-release
Nothing published for this version
- v0.2.1220 Jul 2022
Release notes2 sources agree
Open source →Fixed
- Fix incorrect index for nodes newly created then concurrently removed: #364
- v0.2.1114 Jul 2022
Release notes2 sources agree
Open source →Added
- Apply gRPC error details to update project api: #354
- Implement pagination flags to history command: #360
- v0.2.11-0.20220707112405-e7318d68de2c7 Jul 2022pre-release
Nothing published for this version
- v0.2.106 Jul 2022
Release notes2 sources agree
Open source →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.10-0.20220705103342-b645cf1515805 Jul 2022pre-release
Nothing published for this version
- v0.2.10-0.20220630102426-e50b8f48e61230 Jun 2022pre-release
Nothing published for this version
- v0.2.930 Jun 2022
Release notes2 sources agree
Open source →Added
- Add history command to CLI: #349
- Introduce validator for project name: #345
Fixed
- Revert text delection improvements: #350
- v0.2.9-0.20220705103342-b645cf1515805 Jul 2022pre-release
Nothing published for this version
- v0.2.822 Jun 2022
Release notes2 sources agree
Open source →Added
- Add UpdateProject admin API: #338
Changed
- Improve performance of deletion in Text: #341
- v0.2.714 Jun 2022
Release notes2 sources agree
Open source →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.7-0.20220526085732-e87d9d351ed026 May 2022pre-release
Nothing published for this version
- v0.2.625 May 2022
Release notes2 sources agree
Open source →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.6-0.20220519071630-546f32070c8b19 May 2022pre-release
Nothing published for this version
- v0.2.6-0.20220515102954-da32b4c96c1e15 May 2022pre-release
Nothing published for this version
- v0.2.511 May 2022
Release notes2 sources agree
Open source →Added
- Add the missing admin-port flag for CLI
Fixed
- Rename projectID written in invalid conventions to project_id
- v0.2.410 May 2022
Release notes2 sources agree
Open source →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.4-0.20220509051142-cc6a87c546639 May 2022pre-release
Nothing published for this version
- v0.2.4-0.20220506042609-ed02cb63f0ba6 May 2022pre-release
Nothing published for this version
- v0.2.4-0.20220505143210-cc2ac403945a5 May 2022pre-release
Nothing published for this version
- v0.2.4-0.20220504075823-6e09e952c8fa4 May 2022pre-release
Nothing published for this version
- v0.2.4-0.20220502073701-149693a572942 May 2022pre-release
Nothing published for this version
- v0.2.4-0.20220502054147-d57f04cb888e2 May 2022pre-release
Nothing published for this version
- v0.2.4-0.20220502020444-653a12d80d882 May 2022pre-release
Nothing published for this version
- v0.2.4-0.20220501140013-e7341e767e891 May 2022pre-release
Nothing published for this version
- v0.2.4-0.20220501025903-7db1a2d0629b1 May 2022pre-release
Nothing published for this version
- v0.2.4-0.20220427051921-83eca5ba375e27 Apr 2022pre-release
Nothing published for this version
- v0.2.4-0.20220420051543-acdefd4ba30b20 Apr 2022pre-release
Nothing published for this version
- v0.2.4-0.20220417100225-8022151bb1c517 Apr 2022pre-release
Nothing published for this version
- v0.2.4-0.20220408184135-06a4479e69738 Apr 2022pre-release
Nothing published for this version
- v0.2.4-0.20220408182116-6853d5d050de8 Apr 2022pre-release
Nothing published for this version
- v0.2.37 Apr 2022
Release notes2 sources agree
Open source →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
- v0.2.3-0.20220407081335-95c1b5d6cc4d7 Apr 2022pre-release
Nothing published for this version
- v0.2.3-0.20220404022345-4bee589719e54 Apr 2022pre-release
Nothing published for this version
- v0.2.3-0.20220218113051-9e153aa67a7018 Feb 2022pre-release
Nothing published for this version
- v0.2.3-0.20220216063231-f088efc4a61616 Feb 2022pre-release
Nothing published for this version
- v0.2.3-0.20220215092153-dbf8e88b78c315 Feb 2022pre-release
Nothing published for this version
- v0.2.3-0.20220214143358-c441b7b6587914 Feb 2022pre-release
Nothing published for this version
- v0.2.3-0.20220206235252-8e15126d34916 Feb 2022pre-release
Nothing published for this version
- v0.2.3-0.20220205014854-1b4c602ecea85 Feb 2022pre-release
Nothing published for this version
- v0.2.3-0.20220128134001-5556157a854228 Jan 2022pre-release
Nothing published for this version
- v0.2.3-0.20220126083523-322e707488ba26 Jan 2022pre-release
Nothing published for this version
- v0.2.3-0.20220126061018-77892ce956ca26 Jan 2022pre-release
Nothing published for this version
- v0.2.3-0.20220125161928-904e7eaeba3f25 Jan 2022pre-release
Nothing published for this version
- v0.2.224 Jan 2022
Release notes2 sources agree
Open source →Added
- Add log-level flag: #290
Fixed
- Fix a bug that reads config file incorrectly: #4cf184d
- Calculate minSyncedTicket based on time.Ticket: #289