Skip to content

v0.14.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajnavarro ajnavarro released this 03 Jul 15:22
· 844 commits to master since this release
f4bb7bf

New Features

  • cmd/gitbase: add readonly flag
  • cmd/server: add trace parameters to enable jaeger tracing
  • sql/index: improved index tracing
  • functions: Add CONCAT(...) function.

Performance improvements

  • gitbase: custom encode and decode of index keys to save space
  • index/pilosa: speedup index iterator

Bugfixing

  • gitbase: ignore .DS_Store files in darwin
  • internal/rule: fix indexes of filters in squash
  • gitbase: fix tree entry index iteration when object is unpacked
  • Fix drop index panic
  • sql/function: make time functions not return errors on conversion

Documentation

  • docs: add commit_files table to the schema documentation
  • docs: add create index examples