File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.22.0] - 2019-07-03
10
+
11
+ ### Added
12
+
13
+ - Now gitbase uses [ go-borges] ( https://github.com/src-d/go-borges ) to access repositories
14
+ - The type of files in each directory has to be specified ([ #867 ] ( https://github.com/src-d/gitbase/pull/867 ) )
15
+ - Supports new rooted repository format and separates references and objects from each repo (https://github.com/src-d/borges/issues/389 )
16
+
17
+ ### Changed
18
+
19
+ - Changed cli to be able to specify different formats ([ #866 ] ( https://github.com/src-d/gitbase/issues/866 ) )
20
+
21
+ ### Fixed
22
+
23
+ - function: correctly transform up explode nodes ([ #757 ] ( https://github.com/src-d/go-mysql-server/pull/757 ) )
24
+ - git libraries bare or non bare format is automatically detected ([ #897 ] ( https://github.com/src-d/gitbase/pull/897 ) )
25
+ - Fix bug that created multiple object cache with incorrect size ([ #898 ] ( https://github.com/src-d/gitbase/pull/898 ) )
26
+ - sql/expression: handle null values in arithmetic expressions ([ #760 ] ( https://github.com/src-d/go-mysql-server/pull/760 ) )
27
+ - Panic on query using EXPLODE ([ #755 ] ( https://github.com/src-d/go-mysql-server/issues/755 ) )
28
+ - Fixed error iterating over non ready repositories ([ src-d/go-borges #54 ] ( https://github.com/src-d/go-borges/pull/54 ) )
29
+ - Error saying value could not be converted to bool.
30
+ - function: make array_length not fail with literal null ([ #767 ] ( https://github.com/src-d/go-mysql-server/pull/767 ) )
31
+
9
32
## [ 0.22.0-rc2] - 2019-06-24
10
33
11
34
### Fixed
You can’t perform that action at this time.
0 commit comments