You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## 1.18.1 - 2021-08-16
8
8
9
+
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:
If any files are returned, you should check to see if these files affected and are missing from clowder.
16
+
9
17
### Fixed
18
+
- 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](https://github.com/clowder-framework/clowder/issues/264)
10
19
- Updated swagger documentation
11
20
- Return 404 not found when calling file/dataset/space api endpoints with an invalid ID [#251](https://github.com/clowder-framework/clowder/issues/251)
12
21
22
+
### Changed
23
+
- Added more information when writing files to make sure files are written correctly
24
+
- Made cilogon group check debug message instead of error message
0 commit comments