Skip to content

Commit 132f1a9

Browse files
authored
Merge branch 'develop' into fix-proxy-and-more
2 parents 7287326 + 6ef6f15 commit 132f1a9

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

CHANGELOG.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,22 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## 1.11.0 - 2020-08-31
88

99
### Added
10-
- Datasets downloaded with Clowder now include DataCite v4 XML files in the output /metadata folder for interoperability purposes.
11-
- Script to clean extractors' tmp files.
12-
- Script for RabbitMQ error queue cleanup.
13-
- Ability to use basic html formatting in the welcome message on the home page. [#51](https://github.com/clowder-framework/clowder/issues/51)
10+
- Downloaded datasets now include DataCite v4 XML files in the output /metadata folder.
11+
- Script to clean extractors' tmp files `scripts/clean-extractors-tmpfiles/`.
12+
- Script for RabbitMQ error queue cleanup `scripts/rmq-error-shovel/`.
13+
- Ability to use HTML formatting in the welcome message on the home page. [#51](https://github.com/clowder-framework/clowder/issues/51)
14+
- Expose a read-only list of extractors to all users.
1415

1516
### Changed
16-
- Improved simple test to report all day success.
17-
- Expose a read-only list of extractors to all users.
17+
- Improved test script `scripts/tester/tester.sh` to report successes once a day.
1818

1919
### Fixed
2020
- 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)
21+
- Typesafe now only offers https access. [#49](https://github.com/clowder-framework/clowder/issues/49)
22+
- If uploading files by url > 2147483647 it would fail. [#54](https://github.com/clowder-framework/clowder/issues/54)
2523

2624
## 1.10.1 - 2020-07-16
2725

doc/src/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Luigi Marini'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.10.1'
25+
release = '1.11.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import NativePackagerKeys._
1313
object ApplicationBuild extends Build {
1414

1515
val appName = "clowder"
16-
val version = "1.10.1"
16+
val version = "1.11.0"
1717
val jvm = "1.7"
1818

1919
def appVersion: String = {

public/swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ info:
99
Clowder is a customizable and scalable data management system to support any
1010
data format and multiple research domains. It is under active development
1111
and deployed for a variety of research projects.
12-
version: 1.10.1
12+
version: 1.11.0
1313
termsOfService: https://clowder.ncsa.illinois.edu/clowder/tos
1414
contact:
1515
name: Clowder

0 commit comments

Comments
 (0)