Skip to content

Releases: ArtifactDB/gobbler

Latest builds

14 Feb 16:28
Compare
Choose a tag to compare

Release containing the latest versions of all builds.

0.3.9

03 Feb 17:17
Compare
Choose a tag to compare
Added option to forcibly delete versions/assets or reject probational…

0.3.8

28 Jan 17:15
Compare
Choose a tag to compare
Remove all existing (potentially obsolete) ..links files during reind…

0.3.7

18 Oct 07:00
Compare
Choose a tag to compare
Protect against missing permissions field.

0.3.6

16 Oct 06:08
Compare
Choose a tag to compare
Use the special '*' ID to allow any user to upload.

This is not too bad in the gobbler context given that anyone who has access to
the shared filesystem is already somewhat trusted; it's not like we're giving
upload access to the entire internet, and admins can always hunt down abusers.

0.3.5

17 Sep 21:45
Compare
Choose a tag to compare
Fixed the syntax highlighting in the README.

0.3.4

12 Sep 18:19
a2ba8b4
Compare
Choose a tag to compare
Support relative links to other files in the same (new) version durin…

0.3.3

18 Apr 23:59
Compare
Choose a tag to compare
Actually log any failures from the HTTP listener.

0.3.2

15 Apr 15:03
Compare
Choose a tag to compare
Prevent replay attacks on old request files from other users.

This uses a lock across all handlers to ensure that the same request file isn't
being used multiple times at any given period - we then delete the request file
afterwards to guarantee that it can't be used again.

0.3.1

11 Apr 17:12
Compare
Choose a tag to compare
Added fetch/list endpoints for remote access to the registry.

This supports read access for applications outside of the shared FS.