Skip to content

Commit e863b62

Browse files
authored
Update CHANGELOG.md for v0.5.6 (#1076)
1 parent b03f82e commit e863b62

File tree

8 files changed

+27
-8
lines changed

8 files changed

+27
-8
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77

88
## [Unreleased]
99

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+
1029
## [0.5.5] - 2024-11-07
1130

1231
### Added

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
YORKIE_VERSION := 0.5.5
1+
YORKIE_VERSION := 0.5.6
22

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

api/docs/yorkie.base.yaml

+1-1
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.5.5
5+
version: v0.5.6
66
servers:
77
- url: https://api.yorkie.dev
88
description: Production server

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
Yorkie is an open source document store for building collaborative
55
editing applications.
66
title: Yorkie
7-
version: v0.5.5
7+
version: v0.5.6
88
servers:
99
- description: Production server
1010
url: https://api.yorkie.dev

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
Yorkie is an open source document store for building collaborative
55
editing applications.
66
title: Yorkie
7-
version: v0.5.5
7+
version: v0.5.6
88
servers:
99
- description: Production server
1010
url: https://api.yorkie.dev

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
Yorkie is an open source document store for building collaborative
55
editing applications.
66
title: Yorkie
7-
version: v0.5.5
7+
version: v0.5.6
88
servers:
99
- description: Production server
1010
url: https://api.yorkie.dev

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
Yorkie is an open source document store for building collaborative
55
editing applications.
66
title: Yorkie
7-
version: v0.5.5
7+
version: v0.5.6
88
servers:
99
- description: Production server
1010
url: https://api.yorkie.dev

build/charts/yorkie-cluster/Chart.yaml

+2-2
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.5.5
15-
appVersion: "0.5.5"
14+
version: 0.5.6
15+
appVersion: "0.5.6"
1616
kubeVersion: ">=1.23.0-0"
1717

1818
dependencies:

0 commit comments

Comments
 (0)