Skip to content

Add gzip of persistence, NewStashReader

Compare
Choose a tag to compare
@sa6mwa sa6mwa released this 16 Mar 18:59
· 5 commits to main since this release

This is a breaking change from v0.1.0 regarding the Unstash function.

Persistence now has gzip support of gob-encoded data before encryption. There is also NewStashReader providing a means to access an io.Reader of a Stashed store (post-gzip, post-encryption, without reading a persistence file).

Full Changelog: v0.1.0...v0.2.0