Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pkgs/cupertino_http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

* **BREAKING CHANGE:** Remove `shouldUseExtendedBackgroundIdleMode` from
`URLSessionConfiguration`.
* **BREAKING CHANGE:** Require Dart 3.10+.
* **BREAKING:** Update minimum supported versions to iOS 15
(released on September 20, 2022) and macOS 12 (released October 25, 2021).
* Require Dart 3.10+.
* Support usage in Dart SDK projects.
* Fix a bug where close reasons not containing valid UTF-8 would cause an
uncatchable exception to be thrown.
* Exclude unnecessary generated code. Slightly reduces disk space requirements.
* Add `URLSessionTask.taskDelegate` setter and `URLSessionTask.delegate`
builder to enable use of task-level delegates.
* **BREAKING:** Update minimum supported versions to iOS 15
(released on September 20, 2022) and macOS 12 (released October 25, 2021).

## 2.4.0

Expand Down
Loading