[changelog] updated
This commit is contained in:
parent
619424a416
commit
a2e651218e
1 changed files with 15 additions and 2 deletions
|
@ -10,7 +10,20 @@ The format is based on [[https://keepachangelog.com/en/1.0.0/][Keep a Changelog]
|
||||||
** Added
|
** Added
|
||||||
|
|
||||||
- Abstraction layer encapsulating S3 as Storage (#76)
|
- Abstraction layer encapsulating S3 as Storage (#76)
|
||||||
- Multiple copies of file are only uploaded once (#74)
|
- 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)
|
||||||
|
|
||||||
* [0.5.0] - 2019-06-21
|
* [0.5.0] - 2019-06-21
|
||||||
|
|
||||||
|
@ -55,7 +68,7 @@ The format is based on [[https://keepachangelog.com/en/1.0.0/][Keep a Changelog]
|
||||||
|
|
||||||
** Changed
|
** Changed
|
||||||
|
|
||||||
- ~--filter~~ renamed to ~-exclude~~
|
- ~--filter~ renamed to ~-exclude~
|
||||||
|
|
||||||
** Fixed
|
** Fixed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue