Skip to content

Commit

Permalink
V8.5.4
Browse files Browse the repository at this point in the history
* If the value of a `fields` entry of an `UploadTask` is in JSON format (defined as start/end with {} or []) then the field's mime-type will be set to `application/json`, whereas it would not have been set prior
* Fixes an issue on iOS where use of the holding queue can lead to deadlock
* For Windows, when using `BaseDirectory.root`, fixes an issue with `Task.split` and `Task.baseDirectoryPath`. When using `BaseDirectory.root` on Windows, your task's `directory` must contain the drive letter.
  • Loading branch information
781flyingdutchman committed Sep 2, 2024
1 parent dbd719d commit 8331c9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 8.5.4

* If the value of a `fields` entry of an `UploadTask` is in JSON format (defined as start/end with {} or []) then the field's mime-type will be set to `application/json`, whereas it would not have been set prior
* Fixes an issue on iOS where use of the holding queue can lead to deadlock
* For Windows, when using `BaseDirectory.root`, fixes an issue with `Task.split` and `Task.baseDirectoryPath`. When using `BaseDirectory.root` on Windows, your task's `directory` must contain the drive letter.

## 8.5.3

* Bug fixes
Expand All @@ -14,7 +20,7 @@

## 8.5.0

* Adds `DataTask` fro scheduled server requests
* Adds `DataTask` for scheduled server requests
* Fixes bug omitting Content-Type header for iOS uploads, and Content-Disposition header for desktop uploads

### DataTask
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: background_downloader
description: A multi-platform background file downloader and uploader. Define the task, enqueue and monitor progress

version: 8.5.3
version: 8.5.4
repository: https://github.com/781flyingdutchman/background_downloader

environment:
Expand Down

0 comments on commit 8331c9a

Please sign in to comment.