From 8331c9adabd81a6edab017878f27749328f65393 Mon Sep 17 00:00:00 2001 From: bram Date: Mon, 2 Sep 2024 16:50:59 -0700 Subject: [PATCH] V8.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. --- CHANGELOG.md | 8 +++++++- pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e88d5..e111cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index afa26bf..bd587bb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: