Skip to content

Releases: oraios/accsr

v0.4.9

Choose a tag to compare

@github-actions github-actions released this 16 Apr 20:42

Release Notes: 0.4.9

Bugfix release

  • Fixed bugs in RemoteStorage related to name collisions and serialization.
    Previously it could happen that files would be re-pushed/pulled despite
    already existing on the target.
  • Enhanced tests for RemoteStorage

v0.4.8

Choose a tag to compare

@github-actions github-actions released this 31 Jul 13:35

Release Notes: 0.4.8

Extended RemoteStorage to support adding extra to uploaded objects, as well as
customizing the extraction of the remote hash. This is especially useful for azure blobs
storage, since there the attribute .hash of the remote object doesn't coincide
with the md5 hash of the local file. Using the extra and retrieving the hash from the
metadata allows to circumvent this issue.

v0.4.7

Choose a tag to compare

@github-actions github-actions released this 24 May 11:44

Release Notes: 0.4.7

Enhanced RemoteStorage

  • Now absolute paths can be passed to pull to reference a remote_path. The most convenient way of using this new option is to always pass an absolute path as local_base_path

General

  • Better typing in remote_storage module

v0.4.6

Choose a tag to compare

@github-actions github-actions released this 06 Dec 14:58

Release Notes: 0.4.6

Bugfix release

  • Fixed bugs in RemoteStorage related to name collisions and serialization.
    Previously it could happen that files would be re-pushed/pulled despite
    already existing on the target.
  • Enhanced tests for RemoteStorage

v0.4.5

Choose a tag to compare

@github-actions github-actions released this 04 Sep 22:13

Release Notes: 0.4.5

Bugfix release

  • Fixed bugs in RemoteStorage related to name collisions and serialization.
    Previously it could happen that files would be re-pushed/pulled despite
    already existing on the target.
  • Enhanced tests for RemoteStorage

v0.4.4

Choose a tag to compare

@github-actions github-actions released this 01 Mar 23:31

Release Notes: 0.4.4

Bugfix release

  • Fixed bugs in RemoteStorage related to name collisions and serialization.
    Previously it could happen that files would be re-pushed/pulled despite
    already existing on the target.
  • Enhanced tests for RemoteStorage

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 28 Feb 14:53

Release Notes: 0.4.3

  • Reduced public interface of RemoteStorage
  • Fixed GH action for releasing to PyPi

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 28 Feb 14:40

Release Notes: 0.4.2

This is the first documented release of accsr.
The main features are:

  • RemoteStorage: Pulling and pushing to arbitrary cloud storage with
    transactional safety and dry-run mode. Support for filtering files
    to push and pull using glob and regex patterns.
  • Configuration module: Simplifying creation of programmatically accessible
    configurations. Support for reading environment variables, json and yaml files.
  • Helper functions for downloading and opening archived files.

See the documentation for more details.

Release v0.4.1

Choose a tag to compare

@github-actions github-actions released this 24 Feb 10:40

Full Changelog: v0.4.0...v0.4.1

Release v0.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 13:17

Changes in this Release

  • First Change
  • Second Change