Skip to content

Commit bec7fe5

Browse files
committed
Prepare new v0.22.0 release
Signed-off-by: Antonio Navarro Perez <[email protected]>
1 parent 787d616 commit bec7fe5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
932
## [0.22.0-rc2] - 2019-06-24
1033

1134
### Fixed

0 commit comments

Comments
 (0)