Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.5.4 (#1054)
Browse files Browse the repository at this point in the history
hackerwins committed Oct 28, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent c776ae1 commit 4485a28
Showing 9 changed files with 22 additions and 11 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,13 +7,24 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [Unreleased]

## [0.5.3] - 2024-09-23
## [0.5.4] - 2024-10-28

### Added

- Introduce cmap for distributing mutexes per documents by @hackerwins in https://github.com/yorkie-team/yorkie/pull/1051
- Implement lock striping for cmap by @hackerwins in https://github.com/yorkie-team/yorkie/pull/1053

### Fixed

- Fix transaction in UpdateAndFindMinSyncedVersionVector by @hackerwins in https://github.com/yorkie-team/yorkie/pull/1050

## [0.5.3] - 2024-10-23

## Changed

- Introduce VersionVector by @JOOHOJANG in https://github.com/yorkie-team/yorkie/pull/1047

## [0.5.2] - 2024-09-22
## [0.5.2] - 2024-10-22

## Changed

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
YORKIE_VERSION := 0.5.3
YORKIE_VERSION := 0.5.4

GO_PROJECT = github.com/yorkie-team/yorkie

2 changes: 1 addition & 1 deletion api/docs/yorkie.base.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ openapi: 3.1.0
info:
title: Yorkie
description: "Yorkie is an open source document store for building collaborative editing applications."
version: v0.5.3
version: v0.5.4
servers:
- url: https://api.yorkie.dev
description: Production server
2 changes: 1 addition & 1 deletion api/docs/yorkie/v1/admin.openapi.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ info:
Yorkie is an open source document store for building collaborative
editing applications.
title: Yorkie
version: v0.5.3
version: v0.5.4
servers:
- description: Production server
url: https://api.yorkie.dev
2 changes: 1 addition & 1 deletion api/docs/yorkie/v1/cluster.openapi.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ info:
Yorkie is an open source document store for building collaborative
editing applications.
title: Yorkie
version: v0.5.3
version: v0.5.4
servers:
- description: Production server
url: https://api.yorkie.dev
2 changes: 1 addition & 1 deletion api/docs/yorkie/v1/resources.openapi.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ info:
Yorkie is an open source document store for building collaborative
editing applications.
title: Yorkie
version: v0.5.3
version: v0.5.4
servers:
- description: Production server
url: https://api.yorkie.dev
2 changes: 1 addition & 1 deletion api/docs/yorkie/v1/system.openapi.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ info:
Yorkie is an open source document store for building collaborative
editing applications.
title: Yorkie
version: v0.5.3
version: v0.5.4
servers:
- description: Production server
url: https://api.yorkie.dev
2 changes: 1 addition & 1 deletion api/docs/yorkie/v1/yorkie.openapi.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ info:
Yorkie is an open source document store for building collaborative
editing applications.
title: Yorkie
version: v0.5.3
version: v0.5.4
servers:
- description: Production server
url: https://api.yorkie.dev
4 changes: 2 additions & 2 deletions build/charts/yorkie-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@ maintainers:

sources:
- https://github.com/yorkie-team/yorkie
version: 0.5.3
appVersion: "0.5.3"
version: 0.5.4
appVersion: "0.5.4"
kubeVersion: ">=1.23.0-0"

dependencies:

0 comments on commit 4485a28

Please sign in to comment.