2019-05-16 16:37:25 +01:00
|
|
|
* Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [[https://keepachangelog.com/en/1.0.0/][Keep a Changelog]], and this project adheres to
|
|
|
|
[[https://semver.org/spec/v2.0.0.html][Semantic Versioning]].
|
|
|
|
|
2019-06-30 22:05:34 +01:00
|
|
|
* [0.7.0] - 2019-07-??
|
|
|
|
|
|
|
|
** Added
|
|
|
|
|
|
|
|
- Add a version command-line option (#99)
|
|
|
|
|
2019-06-30 15:32:25 +01:00
|
|
|
* [0.6.0] - 2019-06-30
|
2019-06-22 07:20:59 +01:00
|
|
|
|
|
|
|
** Added
|
|
|
|
|
|
|
|
- Abstraction layer encapsulating S3 as Storage (#76)
|
2019-06-30 15:22:11 +01:00
|
|
|
- Display simple error message when bucket is invalid (#81)
|
|
|
|
- Shutdown storage service once completed (#88)
|
|
|
|
- Release snapshots to sonatype from TravisCI (#92)
|
|
|
|
- Embed launch script in fat-jar (#98)
|
|
|
|
|
|
|
|
** Fixed
|
|
|
|
|
|
|
|
- Use correct hash locally for comparing multi-part uploaded files (#82)
|
|
|
|
- Handle large list of action in a stack-safe manner (#93)
|
|
|
|
|
|
|
|
** Dependencies
|
|
|
|
|
|
|
|
- Upgrade ~scalamock~ from ~4.2.0~ to ~4.3.0~ (#84)
|
|
|
|
- Upgrade ~aws-java-sdk-s3~ from ~1.11.573~ to ~1.11.580~ (#86)
|
2019-06-22 07:20:59 +01:00
|
|
|
|
2019-06-21 19:20:35 +01:00
|
|
|
* [0.5.0] - 2019-06-21
|
2019-06-14 20:00:22 +01:00
|
|
|
|
|
|
|
** Added
|
|
|
|
|
2019-06-20 17:41:08 +01:00
|
|
|
- Add ~thorp-lib~ module (#66)
|
|
|
|
- Enable running outside of sbt (#55)
|
|
|
|
- ~-d~, ~--debug~ flag for log messages (#60)
|
|
|
|
- Read config from ~.thorp.conf~ in source directory (#71)
|
|
|
|
- Read config from ~$HOME/.config/thorp.conf~ and ~/etc/thorp.conf~
|
|
|
|
(#73)
|
2019-06-21 19:20:35 +01:00
|
|
|
- Add ~--no-global~ and ~--no-user~ options (#50)
|
|
|
|
- Display any upload errors in summary report (#50)
|
2019-06-14 20:00:22 +01:00
|
|
|
|
2019-06-14 20:18:05 +01:00
|
|
|
** Changed
|
|
|
|
|
2019-06-20 17:41:08 +01:00
|
|
|
- Rename project as 'thorp' (#75)
|
|
|
|
- Suppress Transfer event messages (#64)
|
|
|
|
- Better error message when source not found (#51)
|
|
|
|
- Reduced logging (#59)
|
2019-06-21 19:20:35 +01:00
|
|
|
- Prevent AWS SDK from recalculating MD5 hash (#50)
|
2019-06-20 17:41:08 +01:00
|
|
|
|
|
|
|
** Fixed
|
|
|
|
|
|
|
|
- Error when calculating md5 hash for large files (#56)
|
2019-06-14 20:18:05 +01:00
|
|
|
|
2019-06-14 20:21:58 +01:00
|
|
|
** Removed
|
|
|
|
|
2019-06-20 17:41:08 +01:00
|
|
|
- ~-v~ verbosity flag (#63)
|
|
|
|
|
|
|
|
** Dependencies
|
|
|
|
|
|
|
|
- Upgrade ~aws-java-sdk-s3~ from ~1.11.569~ to ~1.11.570~ (#57)
|
2019-06-14 20:21:58 +01:00
|
|
|
|
2019-06-11 08:01:49 +01:00
|
|
|
* [0.4.0] - 2019-06-11
|
|
|
|
|
|
|
|
** Added
|
|
|
|
|
|
|
|
- Multi-part uploads
|
|
|
|
- ~--include~ to select files for synchronisation
|
|
|
|
- Upload progress bar
|
|
|
|
|
|
|
|
** Changed
|
|
|
|
|
2019-06-30 15:22:11 +01:00
|
|
|
- ~--filter~ renamed to ~-exclude~
|
2019-06-11 08:01:49 +01:00
|
|
|
|
|
|
|
** Fixed
|
|
|
|
|
|
|
|
- Fetch md5 hashes for all remote objects, not just the first 1000
|
|
|
|
- Handle when a file goes away between scanning and uploading
|
|
|
|
|
|
|
|
** Dependencies
|
|
|
|
|
|
|
|
- Removed ~reactive-aws-s3-{core,cats}~ and the AWS SDK v2 that it
|
|
|
|
depended upon in favour of the AWS SDK v1
|
|
|
|
- Upgrade ~aws-java-sdk-s3~ from ~1.11.560~ to ~1.11.569~
|
|
|
|
- Upgrade ~cats-effect~ from ~1.2.0~ to ~1.3.1~
|
|
|
|
- Upgade ~scalatest~ from ~3.0.7~ to ~3.0.8~
|
|
|
|
|
2019-05-23 19:35:48 +01:00
|
|
|
* [0.3.0] - 2019-05-23
|
2019-05-23 09:21:09 +01:00
|
|
|
|
|
|
|
** Added
|
|
|
|
|
|
|
|
- Filter to exclude files
|
|
|
|
|
|
|
|
* [0.2.0] - 2019-05-22
|
2019-05-16 16:37:25 +01:00
|
|
|
|
|
|
|
** Added
|
|
|
|
|
|
|
|
- Display count of the number of files uploaded
|
|
|
|
|
|
|
|
** Changed
|
|
|
|
|
|
|
|
- Improved performance by fetching all MD5 hashes from S3 in single
|
|
|
|
request at startup
|
|
|
|
|
|
|
|
* [0.1.0] - 2019-05-13
|
|
|
|
|
|
|
|
** Added
|
|
|
|
|
|
|
|
- Initial Release
|
|
|
|
- Synchronise files with an S3 bucket, using an MD5 hash to
|
|
|
|
identify when the file has changed and needs to be uploaded
|