Skip to content

Commit b661894

Browse files
authored
Prepare to release packages http/cronet_http/cupertino_http supporting request cancellation (#1805)
1 parent afda310 commit b661894

File tree

6 files changed

+6
-9
lines changed

6 files changed

+6
-9
lines changed

pkgs/cronet_http/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.5.0-wip
1+
## 1.5.0
22

33
* Add the ability to abort requests.
44
* Upgrade Cronet dependencies version.

pkgs/cronet_http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cronet_http
2-
version: 1.5.0-wip
2+
version: 1.5.0
33
description: >-
44
An Android Flutter plugin that provides access to the Cronet HTTP client.
55
repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http

pkgs/cupertino_http/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.3.0-wip
1+
## 2.3.0
22

33
* Add the ability to abort requests.
44
* Make `ConnectionException.toString` more helpful.

pkgs/cupertino_http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cupertino_http
2-
version: 2.3.0-wip
2+
version: 2.3.0
33
description: >-
44
A macOS/iOS Flutter plugin that provides access to the Foundation URL
55
Loading System.

pkgs/http/CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
## 1.5.0-beta.2
1+
## 1.5.0
22

33
* Fixed a bug in `IOClient` where the `HttpClient`'s response stream was
44
cancelled after the response stream was completed.
5-
6-
## 1.5.0-beta
7-
85
* Added support for aborting requests before they complete.
96
* Clarify that some header names may not be sent/received.
107

pkgs/http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: http
2-
version: 1.5.0-beta.2
2+
version: 1.5.0
33
description: A composable, multi-platform, Future-based API for HTTP requests.
44
repository: https://github.com/dart-lang/http/tree/master/pkgs/http
55

0 commit comments

Comments
 (0)