Skip to content

Releases: MG-RAST/Shock

v0.9.19

01 Mar 17:54
Compare
Choose a tag to compare
  • add 'md5' mongod index
  • update to golang 1.7.5
  • readme update
  • dockerfile update

v0.9.18

26 Sep 14:45
Compare
Choose a tag to compare
  • update to golang 1.7.1

v0.9.17

09 Aug 02:48
Compare
Choose a tag to compare
  • docker file update
    • use minimal alpine golang 1.6.3 base
  • update vendor dir to support new 1.6 vendor format

v0.9.15

06 Jul 19:23
Compare
Choose a tag to compare
  • add 'distinct' option too node query to return list of distinct values. must be an indexed field in node.attributes
  • upload file via url (http, https, or ftp) using 'upload_url' parameter

v0.9.14

04 Feb 16:09
Compare
Choose a tag to compare
  • add versioning to indexes
  • option to clear revisions array in node
  • fix duplicate additions to revision array
  • explicit check for bson document max size upon save, return meaningful error

v0.9.13

26 Jan 21:34
Compare
Choose a tag to compare
  • added option to copy attributes when doing node copy
  • added version_parts map to returned node
  • test mongo connection with short timeout on startup
  • add admin flag when creating new admin user
  • skip version updates on start if node collection is empty

v0.9.12

17 Dec 16:25
Compare
Choose a tag to compare
  • Fix to occasional deadlock with parts node locking
  • Update dockerfile to support mgo.v2 dependencies

v0.9.10

02 Sep 15:16
Compare
Choose a tag to compare
  • fix archive unpacking bugs
  • add expiration for nodes
    • default is no expiration
    • option to set expiration from now with time and unit (minute, hour, day)
    • option to remove expiration
    • config value for how often reaper runs

v0.9.9

24 Aug 19:42
Compare
Choose a tag to compare
  • Fix content length when request for more than the length to the end of the file
  • Delete attribute file when done uploading it
  • Don't allow file upload if node is parts type
  • Change locking for parts nodes to use mutex and not channel
  • Parts node lock is on a per node basis and not global

v0.9.8

19 May 19:44
Compare
Choose a tag to compare

Bug fix for concurrency issue on simultaneous parts node uploads.