Skip to content

Commit ddfaddf

Browse files
authored
prepare to release pkg:dwds v24.1.0 (#2475)
1 parent a2e173c commit ddfaddf

File tree

5 files changed

+1163
-961
lines changed

5 files changed

+1163
-961
lines changed

dwds/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
## 24.1.0-wip
1+
## 24.1.0
22

33
- Fix bug where debugging clients are not aware of service extensions when connecting to a new web app. - [#2388](https://github.com/dart-lang/webdev/pull/2388)
44
- Respect the value of `pause_isolates_on_start` during page-refreshes. - [#2431](https://github.com/dart-lang/webdev/pull/2431)
55
- Fix issue where DAP clients wouldn't resume after a restart. - [#2441](https://github.com/dart-lang/webdev/pull/2441)
66
- Add implementation for the VM Service's `getFlagList` API. - [#2438](https://github.com/dart-lang/webdev/pull/2438)
77
- Hide more variables from the local scope when debugging. These variables were synthetically added by the compiler to
88
support late local variables and don't appear in the original source code. - [#2445](https://github.com/dart-lang/webdev/pull/2445)
9-
- Require Dart `^3.4`
109
- Spawn DDS in a separate process using `dart development-service` instead of launching from `package:dds`. - [#2466](https://github.com/dart-lang/webdev/pull/2466)
10+
- Update package `web_socket_channel: '>=2.2.0 <4.0.0'`.
11+
- Require Dart `^3.4`
1112

1213
## 24.0.0
1314

dwds/debug_extension/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dev_dependencies:
2323
dwds: ^16.0.0
2424
path: ^1.8.1
2525
sse: ^4.1.2
26-
web_socket_channel: ^2.2.0
26+
web_socket_channel: '>=2.2.0 <4.0.0'
2727

2828
dependency_overrides:
2929
dwds:

0 commit comments

Comments
 (0)