File tree Expand file tree Collapse file tree 6 files changed +21
-5
lines changed
Expand file tree Collapse file tree 6 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77
88## [ Unreleased]
99
10+ ## [ 0.5.0] - 2024-09-05
11+
12+ ### Added
13+
14+ - Add Concurrency Tests between Array Operations by @cloneot in https://github.com/yorkie-team/yorkie/pull/985
15+ - Add metric for WatchDocument streams by @emplam27 in https://github.com/yorkie-team/yorkie/pull/998
16+
17+ ### Changed
18+
19+ - Optimize FindChangeInfosBetweenServerSeqs to prevent unnecessary Query by @kokodak in https://github.com/yorkie-team/yorkie/pull/974
20+ - Rename SetByIndex to ArraySet by @hackerwins in https://github.com/yorkie-team/yorkie/pull/995
21+
22+ ### Fixed
23+
24+ - Set ` updated_at ` with ` created_at ` when creating Document by @window9u in https://github.com/yorkie-team/yorkie/pull/977
25+
1026## [ 0.4.31] - 2024-08-21
1127
1228### Added
Original file line number Diff line number Diff line change 1- YORKIE_VERSION := 0.4.31
1+ YORKIE_VERSION := 0.5.0
22
33GO_PROJECT = github.com/yorkie-team/yorkie
44
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: 3.1.0
22info :
33 title : Yorkie
44 description : " Yorkie is an open source document store for building collaborative editing applications."
5- version : v0.4.31
5+ version : v0.5.0
66servers :
77 - url : https://api.yorkie.dev
88 description : Production server
Original file line number Diff line number Diff line change 33 description : Yorkie is an open source document store for building collaborative
44 editing applications.
55 title : Yorkie
6- version : v0.4.31
6+ version : v0.5.0
77servers :
88- description : Production server
99 url : https://api.yorkie.dev
Original file line number Diff line number Diff line change 33 description : Yorkie is an open source document store for building collaborative
44 editing applications.
55 title : Yorkie
6- version : v0.4.31
6+ version : v0.5.0
77servers :
88- description : Production server
99 url : https://api.yorkie.dev
Original file line number Diff line number Diff line change 33 description : Yorkie is an open source document store for building collaborative
44 editing applications.
55 title : Yorkie
6- version : v0.4.31
6+ version : v0.5.0
77servers :
88- description : Production server
99 url : https://api.yorkie.dev
You can’t perform that action at this time.
0 commit comments