[package:dds] Prepare to publish v3.2.0

Change-Id: Ife473a673b673ec982ee339242235807530b04fc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/352340
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Derek Xu <derekx@google.com>
This commit is contained in:
Derek Xu 2024-02-13 18:21:35 +00:00 committed by Commit Queue
parent 2a4d527633
commit 6ca01d0854
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,7 @@
- [DAP] Fixed "Unable to find library" errors when using global evaluation when the context file resolves to a `package:` URI.
- Updated `devtools_shared` to ^6.0.4.
- Added `--dtd-uri=<uri>` flag to DevTools server.
- Updated `vm_service` constraint to ^14.0.0.
# 3.1.2
- Improved error handling for serving static DevTools assets.
@ -10,6 +11,7 @@
- [DAP] Error messages shown on the client no longer contain verbose stack traces (although they are still included in the JSON payloads).
- [DAP] `stackTraceRequest` now returns an empty stack instead of throwing if called for a thread that has exited.
- [DAP] Fixed an issue that could cause a crash during shutdown if an isolate was being resumed.
- Updated `vm_service` constraint to ^13.0.0.
# 3.1.1
- Updated `vm_service` constraint to ^14.0.0.

View file

@ -29,7 +29,7 @@ dependencies:
sse: ^4.0.0
stack_trace: ^1.10.0
stream_channel: ^2.0.0
vm_service: ^13.0.0
vm_service: ^14.0.0
web_socket_channel: ^2.0.0
# We use 'any' version constraints here as we get our package versions from