Commit e863b62 1 parent b03f82e commit e863b62 Copy full SHA for e863b62
File tree 8 files changed +27
-8
lines changed
build/charts/yorkie-cluster
8 files changed +27
-8
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,25 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.5.6] - 2024-11-22
11
+
12
+ ### Added
13
+
14
+ - Add migration script to detach documents from deactivated clients by @raararaara in https://github.com/yorkie-team/yorkie/pull/1062
15
+
16
+ ### Changed
17
+
18
+ - Upate garbage collection algorithm design by @JOOHOJANG in https://github.com/yorkie-team/yorkie/pull/1061
19
+ - Convert ` presence change ` from string to binary by @chacha912 in https://github.com/yorkie-team/yorkie/pull/1069
20
+
21
+ ### Fixed
22
+
23
+ - Add minLamport for proper GC of deactivated clients by @JOOHOJANG in https://github.com/yorkie-team/yorkie/pull/1060
24
+ - Optimize document detachment in Cluster Server by @raararaara in https://github.com/yorkie-team/yorkie/pull/1055
25
+ - Fix version vector cleanup during client deactivation by @raararaara in https://github.com/yorkie-team/yorkie/pull/1068
26
+ - Correct ReverseLowerBound behavior in MemDB by setting unique index by @chacha912 in https://github.com/yorkie-team/yorkie/pull/1074
27
+ - Update presence_change migration for JSON to Protobuf conversion by @chacha912 in https://github.com/yorkie-team/yorkie/pull/1075
28
+
10
29
## [ 0.5.5] - 2024-11-07
11
30
12
31
### Added
Original file line number Diff line number Diff line change 1
- YORKIE_VERSION := 0.5.5
1
+ YORKIE_VERSION := 0.5.6
2
2
3
3
GO_PROJECT = github.com/yorkie-team/yorkie
4
4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: 3.1.0
2
2
info :
3
3
title : Yorkie
4
4
description : " Yorkie is an open source document store for building collaborative editing applications."
5
- version : v0.5.5
5
+ version : v0.5.6
6
6
servers :
7
7
- url : https://api.yorkie.dev
8
8
description : Production server
Original file line number Diff line number Diff line change 4
4
Yorkie is an open source document store for building collaborative
5
5
editing applications.
6
6
title : Yorkie
7
- version : v0.5.5
7
+ version : v0.5.6
8
8
servers :
9
9
- description : Production server
10
10
url : https://api.yorkie.dev
Original file line number Diff line number Diff line change 4
4
Yorkie is an open source document store for building collaborative
5
5
editing applications.
6
6
title : Yorkie
7
- version : v0.5.5
7
+ version : v0.5.6
8
8
servers :
9
9
- description : Production server
10
10
url : https://api.yorkie.dev
Original file line number Diff line number Diff line change 4
4
Yorkie is an open source document store for building collaborative
5
5
editing applications.
6
6
title : Yorkie
7
- version : v0.5.5
7
+ version : v0.5.6
8
8
servers :
9
9
- description : Production server
10
10
url : https://api.yorkie.dev
Original file line number Diff line number Diff line change 4
4
Yorkie is an open source document store for building collaborative
5
5
editing applications.
6
6
title : Yorkie
7
- version : v0.5.5
7
+ version : v0.5.6
8
8
servers :
9
9
- description : Production server
10
10
url : https://api.yorkie.dev
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ maintainers:
11
11
12
12
sources :
13
13
- https://github.com/yorkie-team/yorkie
14
- version : 0.5.5
15
- appVersion : " 0.5.5 "
14
+ version : 0.5.6
15
+ appVersion : " 0.5.6 "
16
16
kubeVersion : " >=1.23.0-0"
17
17
18
18
dependencies :
You can’t perform that action at this time.
0 commit comments