Releases: duracloud/mill
duracloud-mill-5.1.0
What's Changed
- Bump ch.qos.logback:logback-classic from 1.3.8 to 1.3.12 by @dependabot in #68
- Add SWIFT_S3 to list of storage providers to calculate content checksum by @msarmie in #67
- Publish docker images for PRs by @dbernstein in #73
- Adds configuration to the resource pools builder; plus some tests by @nwoodward in #74
- Remove unused classes. by @dbernstein in #72
- Add content size to bit check logs. by @dbernstein in #69
- Ensure temp file is cleaned up on dups no matter what exception trigg… by @dbernstein in #70
New Contributors
- @dependabot made their first contribution in #68
- @msarmie made their first contribution in #67
Full Changelog: duracloud-mill-5.0.0...duracloud-mill-5.1.0
duracloud-mill-5.0.0
What's Changed
- Dependency updates by @mikejritter in #59
- Fixes logging. by @dbernstein in #64
- Target Java 17 by @mikejritter in #65
- Pre release updates by @dbernstein in #66
New Contributors
- @mikejritter made their first contribution in #59
Full Changelog: duracloud-mill-4.2.0...duracloud-mill-5.0.0
duracloud-mill-4.2.0
What's Changed
- Correct the sumo config file's name: sumo.conf not sumo.properties. by @dbernstein in #56
- Align sumo source location with duracloud application by @dbernstein in #57
- Ensures that the parent dir of the state file is created before tryin… by @dbernstein in #58
- Corrects the name of the max workers parameter used in executing the … by @dbernstein in #60
- Fix max workers on bit report worker by @dbernstein in #61
- Upgrade docker to baseimage by @dbernstein in #62
Full Changelog: duracloud-mill-4.1.0...duracloud-mill-4.2.0
duracloud-mill-4.1.0
What's Changed
- DURACLOUD-1292: Dependency version updates by @bbranan in #48
- DURACLOUD-1304 by @fozboz in #49
- Bump hibernate version by @fozboz in #51
- Update dependencies to resolve dependency convergence issues. by @dbernstein in #52
- DURACLOUD-1278: Adds Github Actions build to replace Travis CI by @bbranan in #53
- Upgrade to Sonatype's new build infrastructure. by @dbernstein in #54
- Adds docker by @dbernstein in #50
- Removes unused file and ensures environment variables are visible to … by @dbernstein in #55
Full Changelog: duracloud-mill-4.0.0...duracloud-mill-4.1.0
DuraCloud Mill 4.0.0
Release Notes
The 4.0.0 release of the DuraCloud Mill updates the software to run on Java 11, adds improvements to make the Mill processing more robust, and fixes several bugs.
Developers contributing to this release (listed alphabetically)
Issues Resolved
- DURACLOUD-1263 - Ensure that looping task producers can recover from a corrupted state file
- DURACLOUD-1273 - Update DuraCloud Mill to Java 11 using Open JDK
- DURACLOUD-1276 - Unconfigured Storage Providers can cause looping task failures
- DURACLOUD-1283 - Docs: Update to indicate Java 11 dependencies
- DURACLOUD-1286 - Update mysql-connector-java dependency in the mill to latest 5.1 bugfix release to match duracloud-db
Deployment Notes
- DuraCloud Mill 4.0.0 requires Java 11
DuraCloud Mill 3.2.0
Release Notes
The 3.2.0 release of the DuraCloud Mill, along with the 6.2.0 release of DuraCloud and the 6.0.0 release of the DuraCloud Management Console adds the ability to run DuraCloud without the use of AWS infrastructure! This marks the first time that all parts of DuraCloud can be configured to operate in a local data center. Documentation for deploying DuraCloud in this way has been added as well.
Thanks to CANARIE and the University of Toronto team for their work to make this release possible!
Developers contributing to this release (listed alphabetically)
- Danny Bernstein - LYRASIS
- Bill Branan - LYRASIS
- Andy Foster - University of Toronto
- Andrew Hong - University of Toronto
- Shibo Liu - University of Toronto
- Michael Ritter
- Nick Woodward - Texas Digital Library
Issues Resolved
Release 3.1.0
This point release includes the following notable update:
DURACLOUD-1239 : Removes CloudWatchStorageStatsGatherer - stats are now gathered exclusively from the duracloud-managed manifest rather than Amazon Cloudwatch for primary non-Glacier storage providers.