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
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [Unreleased]
8
8
9
+
### Changed
10
+
- Heartbeat is now every five minutes, was every 5 seconds
11
+
- the python3 images were actually python2 images
12
+
9
13
## 2.2.0 - 2019-04-03
10
14
11
15
### Fixed
12
16
- Code is now compatible with both Python 2 and Python 3.
13
17
- RabbitMQ queue name can be different from extractor name.
14
18
- Updated dependencies.
15
-
- A race condition existed where an ACK could be lost, resulting in an extractor not processing more messages [CATSPYC-1](https://opensource.ncsa.illinois.edu/jira/browse/CATSPYC-1)
16
-
- Error decoding messages where filename contains non-ascii characters[CATSPYC-18](https://opensource.ncsa.illinois.edu/jira/browse/CATSPYC-18)
19
+
- A race condition existed where an ACK could be lost, resulting in an extractor not processing more messages
- files.upload_preview and collections.upload_preview does not require section_id for metadata [CATS-935](https://opensource.ncsa.illinois.edu/jira/browse/CATS-935)
20
-
- Extractors will not register by default to clowder [CATSPYC-1](https://opensource.ncsa.illinois.edu/jira/browse/CATSPYC-1)
25
+
- files.upload_preview and collections.upload_preview does not require section_id for metadata
0 commit comments