Skip to content

Commit f8aec5f

Browse files
authored
Update CHANGELOG.md for v0.6.41 (#1599)
1 parent 43a8b39 commit f8aec5f

File tree

8 files changed

+23
-8
lines changed

8 files changed

+23
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
YORKIE_VERSION := 0.6.41-rc
1+
YORKIE_VERSION := 0.6.41
22

33
GO_PROJECT = github.com/yorkie-team/yorkie
44

api/docs/yorkie.base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.1.0
22
info:
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
66
servers:
77
- url: https://api.yorkie.dev
88
description: Production server

api/docs/yorkie/v1/admin.openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
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
77
servers:
88
- description: Production server
99
url: https://api.yorkie.dev

api/docs/yorkie/v1/cluster.openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
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
77
servers:
88
- description: Production server
99
url: https://api.yorkie.dev

api/docs/yorkie/v1/resources.openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
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
77
servers:
88
- description: Production server
99
url: https://api.yorkie.dev

api/docs/yorkie/v1/yorkie.openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
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
77
servers:
88
- description: Production server
99
url: https://api.yorkie.dev

build/charts/yorkie-cluster/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ maintainers:
1111

1212
sources:
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"
1616
kubeVersion: ">=1.23.0-0"
1717

1818
dependencies:

0 commit comments

Comments
 (0)