From 95c1b5d6cc4db4a274646d2ca7d3acf31dd2549c Mon Sep 17 00:00:00 2001 From: Hackerwins Date: Thu, 7 Apr 2022 14:20:49 +0900 Subject: [PATCH] Update CHANGELOG for v0.2.3 --- CHANGELOG.md | 16 ++++++++++++++++ Makefile | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9886c8e0..886976802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) ## [Unreleased] +## [0.2.3] - 2022-04-07 + +### Changed + +- Introduce named logging to separate logs by request or routine: #296 +- Add missing serverSeq of change.ID in Protobuf: #f5a0c49 +- Cache the key of RGATreeSplitNodeID to prevent instantiation: #306 +- Cache the key of TimeTicket to prevent instantiation: #307 + +### Fixed + +- Fix for use on Windows: #295 +- Fix snapshot interval to make them trigger properly in memdb: #297 +- Run tests using monkey patch only on amd64: #299 +- Fix a warning that directory does not exist when running make proto: #c441b7b + ## [0.2.2] - 2022-01-24 ### Added diff --git a/Makefile b/Makefile index f0987a669..ca11ec448 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -YORKIE_VERSION := 0.2.2 +YORKIE_VERSION := 0.2.3 GIT_COMMIT := $(shell /usr/bin/git rev-parse --short HEAD) GO_PROJECT = github.com/yorkie-team/yorkie