v0.17.0-rc.3
Pre-release
Pre-release
·
618 commits
to master
since this release
Breaking changes
You must need to regenerate indexes to use this version. pilosalib index driver is now called pilosa, and the old pilosa driver does not exists anymore.
New features
- sql/index: remove old pilosa driver and rename pilosalib to pilosa
- gitbase: implement sql.PartitionCounter in all tables
- *: correctly handle process management using processlist
- sql/plan: make create index sync by default
- sql/analyzer: resolve aggregate aliases in groupby grouping
Bugfixing
- vendor: upgrade go-git, fix closed file in pack iter
- gitbase: remove warnings on symbolic references
- function: fix race condition getting UASTs
- sql/analyzer: check non-parallelizable nodes under QueryProcess
- sql/analyzer: execute parallelize as last rule
Documentation
- docs: fix uast function descriptions to reflect the new uast serialization