Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 552 Bytes

CHANGELOG.md

File metadata and controls

16 lines (13 loc) · 552 Bytes

Change Log for dash-resumable-upload

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.0.3 - 2018-06-19

Fixed

  • Fix issue where in some environments, multiple threads will attempt file reconstruction simultaneously and attempt to read deleted files.

0.0.2 - 2018-06-19

Fixed

  • Fix issue where in environments, calling os.unlink or os.remove to quickly after closing a file handle results in an error.

0.0.1 - 2018-04-07

  • Initial release