From 30e0719e5c4536d19882806a77e932095006d5e2 Mon Sep 17 00:00:00 2001 From: Youngteac Hong Date: Wed, 20 Aug 2025 13:54:18 +0900 Subject: [PATCH] Update CHANGELOG.md for v0.6.26 --- CHANGELOG.md | 13 +++++++++++++ Makefile | 2 +- api/docs/yorkie.base.yaml | 2 +- api/docs/yorkie/v1/admin.openapi.yaml | 2 +- api/docs/yorkie/v1/cluster.openapi.yaml | 2 +- api/docs/yorkie/v1/resources.openapi.yaml | 2 +- api/docs/yorkie/v1/yorkie.openapi.yaml | 2 +- build/charts/yorkie-cluster/Chart.yaml | 4 ++-- 8 files changed, 21 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a97f5261..5a8dd6b37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) ## [Unreleased] +## [v0.6.26] - 2025-08-20 + +### Changed + +- Improve error for better context in DB by @hackerwins in https://github.com/yorkie-team/yorkie/pull/1445 +- Improve changes fetching with database-level pagination by @hackerwins in https://github.com/yorkie-team/yorkie/pull/1448 + +### Fixed + +- Fix incorrect tombstone in Tree.Remove for overlapping ranges by @hackerwins in https://github.com/yorkie-team/yorkie/pull/1435 +- Refine server configuration defaults and tests by @ggyuchive in https://github.com/yorkie-team/yorkie/pull/1450 +- Fix removedAt timestamp handling in text deletions by @sigmaith in https://github.com/yorkie-team/yorkie/pull/1447 + ## [v0.6.25] - 2025-08-12 ### Fixed diff --git a/Makefile b/Makefile index ee33620af..fcfd893e9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -YORKIE_VERSION := 0.6.25 +YORKIE_VERSION := 0.6.26 GO_PROJECT = github.com/yorkie-team/yorkie diff --git a/api/docs/yorkie.base.yaml b/api/docs/yorkie.base.yaml index 7a463bdb2..20ab2bbb4 100644 --- a/api/docs/yorkie.base.yaml +++ b/api/docs/yorkie.base.yaml @@ -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.6.25 + version: v0.6.26 servers: - url: https://api.yorkie.dev description: Production server diff --git a/api/docs/yorkie/v1/admin.openapi.yaml b/api/docs/yorkie/v1/admin.openapi.yaml index 1f45b6eb0..2159e138e 100644 --- a/api/docs/yorkie/v1/admin.openapi.yaml +++ b/api/docs/yorkie/v1/admin.openapi.yaml @@ -3,7 +3,7 @@ info: description: Yorkie is an open source document store for building collaborative editing applications. title: Yorkie - version: v0.6.25 + version: v0.6.26 servers: - description: Production server url: https://api.yorkie.dev diff --git a/api/docs/yorkie/v1/cluster.openapi.yaml b/api/docs/yorkie/v1/cluster.openapi.yaml index 14ee1d22a..71f1b6730 100644 --- a/api/docs/yorkie/v1/cluster.openapi.yaml +++ b/api/docs/yorkie/v1/cluster.openapi.yaml @@ -3,7 +3,7 @@ info: description: Yorkie is an open source document store for building collaborative editing applications. title: Yorkie - version: v0.6.25 + version: v0.6.26 servers: - description: Production server url: https://api.yorkie.dev diff --git a/api/docs/yorkie/v1/resources.openapi.yaml b/api/docs/yorkie/v1/resources.openapi.yaml index f7b4bbbde..1dcac9910 100644 --- a/api/docs/yorkie/v1/resources.openapi.yaml +++ b/api/docs/yorkie/v1/resources.openapi.yaml @@ -3,7 +3,7 @@ info: description: Yorkie is an open source document store for building collaborative editing applications. title: Yorkie - version: v0.6.25 + version: v0.6.26 servers: - description: Production server url: https://api.yorkie.dev diff --git a/api/docs/yorkie/v1/yorkie.openapi.yaml b/api/docs/yorkie/v1/yorkie.openapi.yaml index 7e2dc5c71..4ee62d149 100644 --- a/api/docs/yorkie/v1/yorkie.openapi.yaml +++ b/api/docs/yorkie/v1/yorkie.openapi.yaml @@ -3,7 +3,7 @@ info: description: Yorkie is an open source document store for building collaborative editing applications. title: Yorkie - version: v0.6.25 + version: v0.6.26 servers: - description: Production server url: https://api.yorkie.dev diff --git a/build/charts/yorkie-cluster/Chart.yaml b/build/charts/yorkie-cluster/Chart.yaml index f00c98204..249628a27 100644 --- a/build/charts/yorkie-cluster/Chart.yaml +++ b/build/charts/yorkie-cluster/Chart.yaml @@ -11,8 +11,8 @@ maintainers: sources: - https://github.com/yorkie-team/yorkie -version: 0.6.25 -appVersion: "0.6.25" +version: 0.6.26 +appVersion: "0.6.26" kubeVersion: ">=1.23.0-0" dependencies: