Skip to content

v1.18.1

Compare
Choose a tag to compare
@robkooper robkooper released this 16 Aug 20:09
· 197 commits to master since this release
3e27a54

1.18.1 - 2021-08-16

This release fixes a critical issue where invalid zip files could result in the files not being uploaded correctly. To check to see if you are affected, please use the following query:

db.uploads.find({"status": "CREATED", "contentType": "application/x-zip-compressed"}, {"author.fullName": 1, "author.email": 1, "filename": 1, "uploadDate": 1, "length": 1})

If any files are returned, you should check to see if these files affected and are missing from clowder.

Fixed

  • When zip file is uploaded, it will parse the file to check if it is a valid zip file, this couuld result in files not stored in final storage space #264
  • Updated swagger documentation
  • Return 404 not found when calling file/dataset/space api endpoints with an invalid ID #251
  • Line breaks in welcome message breaks swagger build #187

Changed

  • Added more information when writing files to make sure files are written correctly
  • Made cilogon group check debug message instead of error message