File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,20 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## 2.2.3 - 2019-10-14
8+
79### Fixed
10+ - Heartbeat of 5 minutes would cause timeouts for RabbitMQ
11+ [ CATSPYC-30] ( https://opensource.ncsa.illinois.edu/jira/browse/CATSPYC-30 )
812- support uploading large file to dataset.
13+ [ CATSPYC-29] ( https://opensource.ncsa.illinois.edu/jira/browse/CATSPYC-29 )
914
1015## 2.2.2 - 2019-09-27
1116
1217### Changed
1318- Heartbeat is now every five minutes, was every 5 seconds
19+
20+ ### Fixed
1421- the python3 images were actually python2 images
1522
1623## 2.2.1 - 2019-08-02
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def description():
99
1010
1111setup (name = 'pyclowder' ,
12- version = '2.2.2 ' ,
12+ version = '2.2.3 ' ,
1313 packages = find_packages (),
1414 description = 'Python SDK for the Clowder Data Management System' ,
1515 long_description = description (),
You can’t perform that action at this time.
0 commit comments