From 91fd2676988666f41a35178fc5f9c380a8f6f401 Mon Sep 17 00:00:00 2001 From: Jeffsky Date: Sat, 30 Sep 2023 21:18:36 +0800 Subject: [PATCH] chore(release): prepare for 0.2.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5843f898..fa456cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [0.2.0] - 2023-09-30 ### Bug Fixes @@ -29,11 +29,17 @@ All notable changes to this project will be documented in this file. - Handle empty query correctly (#654) - Connection leak when concurrent updates (#669) - Select from table not exist cause panic (#693) +- Some problems when server starting (#735) +- Security ut tenants sort (#751) +- Show tables from database (#761) +- Send to closed chan in discovery (#768) +- Update readme (#770) ### Documentation - Updated features (#441) - Add contributors list (#594) +- Contributing guide (#763) ### Features @@ -106,6 +112,14 @@ All notable changes to this project will be documented in this file. - Support show database rule from (#689) - Auto clean transaction log (#671) - Multiple sharding keys implementation (#681) +- Support explain statement by loop shards (#695) +- Upgrade go version to 1.20 (#716) +- Support nextval and currval (#718) +- Add unit test for cast function (#723) +- Add unit test for concat_ws function (#725) +- Add unit test for function (#726) +- Add unit test (#749) +- Add unit test (#754) ### Miscellaneous Tasks @@ -115,7 +129,10 @@ All notable changes to this project will be documented in this file. - Rename function2 pkg (#521) - Perf div and float precision (#610) - Clean arana project log output (#662) -- Add git-cliff configs +- Add unit test for conn_pool.go and tx.go (#690) +- Add git-cliff configs (#697) +- Add a testing valuer which always returns an error (#724) +- Add unit test (#753) ### Performance @@ -131,6 +148,15 @@ All notable changes to this project will be documented in this file. - Use root path (#445) +### Testing + +- Reduce ut (#736) +- Security ut (#737) +- Resultx ut (#738) +- Gtid and context ut (#759) +- Add unit test for pkg/merge (#764) +- Add unit test for /arana/pkg/sequence/... package(#731) (#765) + ## [0.1.0-rc1] - 2022-09-01 ### Bug Fixes