Skip to content

Commit

Permalink
Update changelog for version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
breezerider committed Mar 13, 2024
1 parent 91e1cbf commit f1ae186
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [0.3.0] - 2024-03-13

### Added

- Implement multipart upload in the B2Backend for large files (with fixed 5 retry attemps & 5 second delay)
- Introduce ProgressReporterFacade interface for progress reporting settings
- Add isfile field to FileInfo and support FileInfo on prefixes in B2Backend

### Fixed

- Minor refactor of the test suite.
- Some more spelling mistakes.

### Changed

- More secure sequence of operations to prevent deleting existing archives in case backup fails
- Provide verbose output and progress tracking when corresponding flag is specified

## [0.2.0] - 2023-10-28

### Added
Expand Down

0 comments on commit f1ae186

Please sign in to comment.