Skip to content

v4.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mholt mholt released this 04 Jan 06:37
· 54 commits to master since this release
10c5080

v4 is a complete rewrite with a simpler, stream-oriented API. The arc command has yet to be implemented for v4 (please use v3 for now, if you need that).

PR #302 documents the many issues fixed/closed by this new version.

Some of the major new features:

  • Stream-oriented APIs (no writing to disk!)
  • Simpler APIs (less code and docs!)
  • File system abstraction (treat archives like directories!)
  • Format identification (by filename or header!)

Many other improvements and simplifications have been made.

The v4 godoc is live. See the README for a tour and code examples. Please try it out and leave your feedback!