Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@aead aead released this 13 Oct 05:50
· 17 commits to master since this release

Changelog

[0.2.0] - 2019-10-13

Added

  • An (experimental) sioutil package with a similar scope like the std library io/ioutil
    package.
  • Fuzzing using go-fuzz and fuzzbuzz.io.

Changed

  • All exported errors are now actual constants instead of effectively constant variables.
    (27e1114)
    Also the ErrAuth has been renamed to NotAuthentic.
    This is a major breaking change since:
    1. An exported symbol has changed.
    2. The type of exported symbols has changed.
  • The go documentation has changed to
    be more explicit about how to use the API and what guarantees are provided.