2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ unreleased ]
5
+ ## [ 0.2.0 ] - 2023-09-30
6
6
7
7
### Bug Fixes
8
8
@@ -29,11 +29,17 @@ All notable changes to this project will be documented in this file.
29
29
- Handle empty query correctly (#654 )
30
30
- Connection leak when concurrent updates (#669 )
31
31
- Select from table not exist cause panic (#693 )
32
+ - Some problems when server starting (#735 )
33
+ - Security ut tenants sort (#751 )
34
+ - Show tables from database (#761 )
35
+ - Send to closed chan in discovery (#768 )
36
+ - Update readme (#770 )
32
37
33
38
### Documentation
34
39
35
40
- Updated features (#441 )
36
41
- Add contributors list (#594 )
42
+ - Contributing guide (#763 )
37
43
38
44
### Features
39
45
@@ -106,6 +112,14 @@ All notable changes to this project will be documented in this file.
106
112
- Support show database rule from (#689 )
107
113
- Auto clean transaction log (#671 )
108
114
- Multiple sharding keys implementation (#681 )
115
+ - Support explain statement by loop shards (#695 )
116
+ - Upgrade go version to 1.20 (#716 )
117
+ - Support nextval and currval (#718 )
118
+ - Add unit test for cast function (#723 )
119
+ - Add unit test for concat_ws function (#725 )
120
+ - Add unit test for function (#726 )
121
+ - Add unit test (#749 )
122
+ - Add unit test (#754 )
109
123
110
124
### Miscellaneous Tasks
111
125
@@ -115,7 +129,10 @@ All notable changes to this project will be documented in this file.
115
129
- Rename function2 pkg (#521 )
116
130
- Perf div and float precision (#610 )
117
131
- Clean arana project log output (#662 )
118
- - Add git-cliff configs
132
+ - Add unit test for conn_pool.go and tx.go (#690 )
133
+ - Add git-cliff configs (#697 )
134
+ - Add a testing valuer which always returns an error (#724 )
135
+ - Add unit test (#753 )
119
136
120
137
### Performance
121
138
@@ -131,6 +148,15 @@ All notable changes to this project will be documented in this file.
131
148
132
149
- Use root path (#445 )
133
150
151
+ ### Testing
152
+
153
+ - Reduce ut (#736 )
154
+ - Security ut (#737 )
155
+ - Resultx ut (#738 )
156
+ - Gtid and context ut (#759 )
157
+ - Add unit test for pkg/merge (#764 )
158
+ - Add unit test for /arana/pkg/sequence/... package(#731 ) (#765 )
159
+
134
160
## [ 0.1.0-rc1] - 2022-09-01
135
161
136
162
### Bug Fixes
0 commit comments