File tree 3 files changed +29
-3
lines changed
3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Changed
10
+
9
11
- Now non rooted siva files support old siva rooted repositories.
10
12
13
+ ## [ 0.22.0] - 2019-07-03
14
+
15
+ ### Added
16
+
17
+ - Now gitbase uses [ go-borges] ( https://github.com/src-d/go-borges ) to access repositories
18
+ - The type of files in each directory has to be specified ([ #867 ] ( https://github.com/src-d/gitbase/pull/867 ) )
19
+ - Supports new rooted repository format and separates references and objects from each repo (https://github.com/src-d/borges/issues/389 )
20
+
21
+ ### Changed
22
+
23
+ - Changed cli to be able to specify different formats ([ #866 ] ( https://github.com/src-d/gitbase/issues/866 ) )
24
+
25
+ ### Fixed
26
+
27
+ - function: correctly transform up explode nodes ([ #757 ] ( https://github.com/src-d/go-mysql-server/pull/757 ) )
28
+ - git libraries bare or non bare format is automatically detected ([ #897 ] ( https://github.com/src-d/gitbase/pull/897 ) )
29
+ - Fix bug that created multiple object cache with incorrect size ([ #898 ] ( https://github.com/src-d/gitbase/pull/898 ) )
30
+ - sql/expression: handle null values in arithmetic expressions ([ #760 ] ( https://github.com/src-d/go-mysql-server/pull/760 ) )
31
+ - Panic on query using EXPLODE ([ #755 ] ( https://github.com/src-d/go-mysql-server/issues/755 ) )
32
+ - Fixed error iterating over non ready repositories ([ src-d/go-borges #54 ] ( https://github.com/src-d/go-borges/pull/54 ) )
33
+ - Error saying value could not be converted to bool.
34
+ - function: make array_length not fail with literal null ([ #767 ] ( https://github.com/src-d/go-mysql-server/pull/767 ) )
35
+ - server: kill queries on connection closed (([ #769 ] ( https://github.com/src-d/go-mysql-server/pull/769 ) ))
36
+
11
37
## [ 0.22.0-rc2] - 2019-06-24
12
38
13
39
### Fixed
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
github.com/src-d/go-borges v0.0.0-20190628121335-da12a84d60fd
18
18
github.com/src-d/go-git v4.7.0+incompatible
19
19
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible
20
- github.com/src-d/go-mysql-server v0.4.1-0.20190624170509-8702d43af506
20
+ github.com/src-d/go-mysql-server v0.4.1-0.20190703085445-1538f09dbaaf
21
21
github.com/stretchr/testify v1.3.0
22
22
github.com/uber-go/atomic v1.4.0 // indirect
23
23
github.com/uber/jaeger-client-go v2.16.0+incompatible
Original file line number Diff line number Diff line change @@ -223,8 +223,8 @@ github.com/src-d/go-git v4.7.0+incompatible h1:IYSSnbAHeKmsfbQFi9ozbid+KNh0bKjlo
223
223
github.com/src-d/go-git v4.7.0+incompatible /go.mod h1:1bQciz+hn0jzPQNsYj0hDFZHLJBdV7gXE2mWhC7EkFk =
224
224
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible h1:A5bKevhs9C//Nh8QV0J+1KphEaIa25cDe1DTs/yPxDI =
225
225
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible /go.mod h1:XcIQp7L+k0pgfTqfbaTKj3kxlBv8kYOKZ/tKNXbZFLg =
226
- github.com/src-d/go-mysql-server v0.4.1-0.20190624170509-8702d43af506 h1:VOP2Y52vJhi+ipl/3h+8+Vtt4vySAuMdj2vPduSHsAI =
227
- github.com/src-d/go-mysql-server v0.4.1-0.20190624170509-8702d43af506 /go.mod h1:GO8SmBnN9LcKSXy6DYuBbqKtJvrRnHsBrlXvlVOX+NM =
226
+ github.com/src-d/go-mysql-server v0.4.1-0.20190703085445-1538f09dbaaf h1:5w4Ma4svbcyGuWTqD7EoT8Yq6DAzKYmVxlIu5NruTac =
227
+ github.com/src-d/go-mysql-server v0.4.1-0.20190703085445-1538f09dbaaf /go.mod h1:GO8SmBnN9LcKSXy6DYuBbqKtJvrRnHsBrlXvlVOX+NM =
228
228
github.com/src-d/go-oniguruma v1.0.0 h1:JDk5PUAjreGsGAKLsoDLNmrsaryjJ5RqT3h+Si6aw/E =
229
229
github.com/src-d/go-oniguruma v1.0.0 /go.mod h1:chVbff8kcVtmrhxtZ3yBVLLquXbzCS6DrxQaAK/CeqM =
230
230
github.com/src-d/go-oniguruma v1.1.0 h1:EG+Nm5n2JqWUaCjtM0NtutPxU7ZN5Tp50GWrrV8bTww =
You can’t perform that action at this time.
0 commit comments