Skip to content

v0.17.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajnavarro ajnavarro released this 03 Oct 11:30
· 573 commits to master since this release
a030c3a

Breaking changes

With this version is not possible to use old UAST serialization anymore.

New features

  • Upgrade mysql and vitess.
  • build: only tag latest in docker when version is not prerelease.
  • build: make static build with oniguruma enabled
  • internal/function: modify uast_extract to return a flattened array
  • sql: make table resolution case insensitive
  • Support ON/OFF for SET autocommit

Bugfixing

  • rule: do not error when parts of joins are not squashable
  • gitbase: close siva FS after use
  • If deferredColumns is an alias then resolve it.
  • Fix get/set from global table.

Documentation

  • docs: explain how uast and uast_mode functions serialize data
  • docs: add GITBASE_CACHESIZE_MB to the documentation
  • docs: add note about oniguruma support in static binary