Skip to content

v0.16.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbeardly jbeardly released this 14 Aug 07:13
· 753 commits to master since this release
b480f79

New Features

  • Pilosa index driver as library (pilosalib)
  • sql: add support for show indexes
  • vendor: upgrade bblfsh client-go
  • Dockerfile: update to use --directories flag
  • cmd/gitbase: load siva files and git indistinctly
  • *: rename ref_commits index to history_index
  • gitbase: add a more descriptive error connecting to bblfsh

Performance improvements

  • Do not register pilosa driver if no connection.
  • *: add siva files to the repository pool with an ID

Bugfixing

  • gitbase: do not skip repo when it has no head in squash
  • internal/function: recover from panics in uast functions
  • Fix "NOT expressions with non existing value"
  • fix panic when bmp is nil
  • Fix merging indexes when row is nil.

Documentation

  • docs: update references to go-mysql-server