Releases: dart-lang/http
Releases · dart-lang/http
package:web_socket_channel v3.0.3
- Support
package:web_socket
1.0.0.
package:web_socket v1.0.0
- First non-experimental release; no semantic changes from version 0.1.6.
package:http2 v3.0.0
- Require Dart SDK
3.7.0
. - Add support for providing custom message when terminating a connection.
package:web_socket_channel v3.0.2
- Move to
dart-lang/http
monorepo.
package:http v1.3.0
- Fixed unintended HTML tags in doc comments.
- Switched
BrowserClient
to use Fetch API instead ofXMLHttpRequest
.
package:http_parser v4.1.2
- Fixed a bug where parsing quoted header values could require a regex to
backtrack - Fixed a bug where quoted header values containing escaped quotes would not
be correctly parsed.
package:http_multi_server v3.2.2
- Require Dart 3.2
- Move to
dart-lang/http
monorepo.
package:http_parser v4.1.1
- Move to
dart-lang/http
monorepo.
package:http2 v2.3.1
- Require Dart 3.2
- Add topics to
pubspec.yaml
- Move to
dart-lang/http
monorepo.
package:web_socket v0.1.6
- Allow
web: '>=0.5.0 <2.0.0'
.