Skip to content

Commit 8eb4284

Browse files
committed
Update CHANGELOG.md for v0.5.0 (#999)
1 parent 0994f95 commit 8eb4284

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77

88
## [Unreleased]
99

10+
## [0.5.0] - 2024-09-05
11+
12+
### Added
13+
14+
- Add Concurrency Tests between Array Operations by @cloneot in https://github.com/yorkie-team/yorkie/pull/985
15+
- Add metric for WatchDocument streams by @emplam27 in https://github.com/yorkie-team/yorkie/pull/998
16+
17+
### Changed
18+
19+
- Optimize FindChangeInfosBetweenServerSeqs to prevent unnecessary Query by @kokodak in https://github.com/yorkie-team/yorkie/pull/974
20+
- Rename SetByIndex to ArraySet by @hackerwins in https://github.com/yorkie-team/yorkie/pull/995
21+
22+
### Fixed
23+
24+
- Set `updated_at` with `created_at` when creating Document by @window9u in https://github.com/yorkie-team/yorkie/pull/977
25+
1026
## [0.4.31] - 2024-08-21
1127

1228
### Added

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
YORKIE_VERSION := 0.4.31
1+
YORKIE_VERSION := 0.5.0
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.4.31
5+
version: v0.5.0
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.4.31
6+
version: v0.5.0
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.4.31
6+
version: v0.5.0
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.4.31
6+
version: v0.5.0
77
servers:
88
- description: Production server
99
url: https://api.yorkie.dev

0 commit comments

Comments
 (0)