Skip to content

Releases: bermi/snapdir

Release v0.4.2

06 Jun 08:09
Compare
Choose a tag to compare

New features

  • Added new catalog api to keep track of generated and pushed manifests on a given --location. To enable set export SNAPDIR_CATALOG="sqlite3" and use the new snapdir [ ancestors | locations | revisions ] methods.
  • New make install and make install-linked tasks for assisting package distributors.
  • --path now accepts regular expressions.
  • Added support for setting cache dir via SNAPDIR_CACHE_DIR

Performance improvements

  • Rebuilding local cache before fetching.
  • Object caching is now parallelized.

Bug Fixes:

  • Added support for using / as the base directory on remote stores.
  • Capturing exit signals such as ctrl+c.

Full Changelog: v0.3.0...v0.4.2

v0.3.0

31 May 16:41
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

snapdir v0.3.0

What's new?

  • Manifests can now have comments. When piping in manifests lines starting with "#" will be removed automatically.
  • Adds support for automatically staging when calling snapdir --stage id and snapdir --stage manifest
  • Improved staging performance

v0.2.0

31 May 12:09
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Snapdir technical review pre-release