File tree Expand file tree Collapse file tree 8 files changed +23
-8
lines changed
build/charts/yorkie-cluster Expand file tree Collapse file tree 8 files changed +23
-8
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77
88## [ Unreleased]
99
10+ ## [ v0.6.41] - 2025-12-09
11+
12+ ### Added
13+
14+ - Introduce GetRevision RPC and fix revision restore by @hackerwins in https://github.com/yorkie-team/yorkie/pull/1595
15+
16+ ### Changed
17+
18+ - Replace Bitnami MongoDB chart with Percona Operator by @hackerwins in https://github.com/yorkie-team/yorkie/pull/1594
19+ - Bump up Go to 1.24 by @hackerwins in https://github.com/yorkie-team/yorkie/pull/1593
20+
21+ ### Fixed
22+
23+ - Add missing document locks to RestoreRevision APIs by @hackerwins in https://github.com/yorkie-team/yorkie/pull/1598
24+ - Implement reset functions for channel metrics by @emplam27 in https://github.com/yorkie-team/yorkie/pull/1597
1025- Change queryCount to use sql.NullInt64 for count handling by @emplam27 in https://github.com/yorkie-team/yorkie/pull/1591
1126
1227## [ v0.6.40] - 2025-12-02
Original file line number Diff line number Diff line change 1- YORKIE_VERSION := 0.6.41-rc
1+ YORKIE_VERSION := 0.6.41
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.6.41-rc
5+ version : v0.6.41
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.6.41-rc
6+ version : v0.6.41
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.6.41-rc
6+ version : v0.6.41
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.6.41-rc
6+ version : v0.6.41
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.6.41-rc
6+ version : v0.6.41
77servers :
88- description : Production server
99 url : https://api.yorkie.dev
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ maintainers:
1111
1212sources :
1313 - https://github.com/yorkie-team/yorkie
14- version : 0.6.41-rc
15- appVersion : " 0.6.41-rc "
14+ version : 0.6.41
15+ appVersion : " 0.6.41"
1616kubeVersion : " >=1.23.0-0"
1717
1818dependencies :
You can’t perform that action at this time.
0 commit comments