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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## 1.19.1 - 2021-10-19
8
+
9
+
### Added
10
+
- Support the [DefaultAWSCredentialsProviderChain](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/DefaultAWSCredentialsProviderChain.html)
11
+
for passing in credentials to the S3ByteStorageService.
12
+
13
+
### Fixed
14
+
- Cleaning up after a failed upload should no longer decrement the file + byte counts.
15
+
- Fix the broken preview after file deletion within a folder. [#277](https://github.com/clowder-framework/clowder/issues/277)
16
+
- Fix public spaces not displaying correctly if not logged in.
17
+
18
+
### Changed
19
+
- Now building mongo-init and monitor docker containers with python 3.8
20
+
- Upgraded extractor parameters jsonform to version `2.2.5`.
21
+
22
+
### Removed
23
+
- Check image is now part of [ncsa/checks](https://github.com/ncsa/checks/)
24
+
7
25
## 1.19.0 - 2021-10-05
8
26
**_Important:_** This update requires a MongoDB update schema due to the new ability of showing summary statistics at the
9
27
space level. Make sure to start the application with -DMONGOUPDATE=1.
0 commit comments