Skip to content

Commit 2d81ab0

Browse files
authored
Merge branch 'develop' into feature/html-welcome-message
2 parents 056c274 + 0c79a1b commit 2d81ab0

File tree

6 files changed

+284
-188
lines changed

6 files changed

+284
-188
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
## [Unreleased]
88

99
### Added
10+
- Datasets downloaded with Clowder now include DataCite v4 XML files in the output /metadata folder for interoperability purposes.
1011
- Script to clean extractors' tmp files.
1112
- Script for RabbitMQ error queue cleanup.
1213
- Ability to use basic html formatting in the welcome message on the home page. [#51](https://github.com/clowder-framework/clowder/issues/51)
@@ -15,6 +16,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1516
- Improved simple test to report all day success.
1617
- Expose a read-only list of extractors to all users.
1718

19+
### Fixed
20+
- Escape colon characters on search values for search box and advanced search to allow those values in a search.
21+
- typesafe now only offers https access
22+
[#49](https://github.com/clowder-framework/clowder/issues/49)
23+
- if uploading files by url > 2147483647 it would fail
24+
[#54](https://github.com/clowder-framework/clowder/issues/54)
25+
1826
## 1.10.1 - 2020-07-16
1927

2028
### Fixed

0 commit comments

Comments
 (0)