Skip to content

v4.8.0

Compare
Choose a tag to compare
@dhui dhui released this 13 Jan 07:33

Changes

Docs

Drivers

  • Add httpfs driver, making it easier to create source drivers that implement thehttp.FileSystem interface. Resolves #307 thanks to @fln (#293).
    • File and GodocVFS sources now use httpfs.PartialDriver
  • Change QL driver from github.com/cznic/ql/driver to modernc.org/ql/driver

Builds

  • Linux ARM binaries are now available with each release thanks to @pcarranza (#316)
  • Release now built using Go 1.13