Skip to content

v0.5.0

Compare
Choose a tag to compare
@tulir tulir released this 16 Jun 19:46
· 97 commits to main since this release
  • Breaking change (configupgrade) Changed Helper into an interface.
  • (configupgrade) Added ProxyHelper that prepends a given path to all calls to a target Helper.
  • (dbutil) Added support for notating line filters as (line commented) to indicate that they should be uncommented when the filter matches.
  • (dbutil) Prevented accidentally using the transaction of another database connection by mixing contexts.
  • (fallocate) Added utility for allocating file space on disk. Currently compatible with Linux (including Android) and macOS.
  • (requestlog) Added utility for HTTP access logging.
  • (progress) Added io.Reader and io.Writer wrappers that support monitoring progress of the reading/writing.