Skip to content

v0.11.0

Compare
Choose a tag to compare
@ajnavarro ajnavarro released this 09 May 12:25
· 988 commits to master since this release
2b51b2f

Bugfixing

  • Fix incorrect error handling in commitsIter.New
  • Ignore missing HEAD references

New Features

  • Update enry dependency to v1.6.4
  • Add bblfsh integration
  • Relicense to Apache 2.0
  • Skip git errors in iterators if GITBASE_SKIP_GIT_ERRORS is set
  • Add commit parents to commits table
  • Add support for siva files
  • Support multiple siva and git folders
  • Add Dockerfile

Performance improvements

  • Don`t read blob content if it's not in the projection
  • Skip hash references that do not point to commits
  • Improve history_idx and commit_has_tree performance with an LRU cache