Skip to content

Releases: OnroerendErfgoed/augeias

0.9.0

22 Apr 14:50
2242fcb
Compare
Choose a tag to compare
  • zipfile with list of keys (#119)

0.8.0

06 Mar 12:33
169718d
Compare
Choose a tag to compare
  • Add replace file in archive and fetch file from archive (#115)

0.7.0

22 Dec 15:04
0608338
Compare
Choose a tag to compare
  • Py3 migratie + library update (#90)

0.6.0

09 Jun 11:31
70b406f
Compare
Choose a tag to compare
  • Lijst met vertaling van id naar bestandsnaam meesturen download zip (#80)

0.5.0

28 Nov 12:30
2a591a8
Compare
Choose a tag to compare
  • Download zip of entire container (#48)
  • Update list of supported python version (#51)

update pairtree to official 0.8.1 release

26 Oct 13:16
Compare
Choose a tag to compare

python 3 compatibility

24 Oct 07:57
Compare
Choose a tag to compare
  • augeias is python 3 compatible

0.3.1

12 Oct 13:39
Compare
Choose a tag to compare
  • Fix pairtree dependency==0.7.1-T

0.3.0

22 Aug 07:34
Compare
Choose a tag to compare
  • Add copy functionality to update_object endpoint. In this case the view accepts the (augeias) location of the file object (host url, collection_key, container_key and object_key) and copies it to a new location on the same augeias instance. (#17)
  • Add Endpoint to create object and key. (#20)
  • Add Endpoint to retrieve meta data (mimetype (#13), size, time last modification) from object.

0.2.0

07 Nov 00:29
Compare
Choose a tag to compare
  • Add a scaffold for generating an Augeias instance. Use by running pcreate -s augeias. (#6)
  • Update docs with information about making a HEAD request for an object's metdata. (#9)
  • Added permission hooks so it's possible for an Augeias instance to add authentication. (#2)
  • Removed some OE specific configuration and made it more generic. (#8)
  • Added some installation instructions.