Skip to content

Commit 6699bf7

Browse files
committed
[ package:dds ] Prepare for 3.3.0 release
Change-Id: I66bfbe591c46698734cd2ce7aa772f032a91a99a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/358000 Reviewed-by: Derek Xu <[email protected]> Commit-Queue: Ben Konyi <[email protected]>
1 parent c5946a1 commit 6699bf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/dds/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 3.3.0-unreleased
1+
# 3.3.0
22
- **Breaking change:** [DAP] Several signatures in DAP debug adapter classes have been updated to use `Uri`s where they previously used `String path`s. This is to support communicating with the DAP client using URIs instead of file paths. URIs may be used only when the client sets the custom `supportsDartUris` client capability during initialization.
33
- [DAP] Added support for using mapping `dart-macro+file:///` URIs in communication with the client if the `supportsDartUris` flag is set in arguments for `initializeRequest`.
44
- Fixed issue where DDS would fail to initialize when an isolate in the target process was unable to handle service requests (b/323386606).

pkg/dds/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dds
2-
version: 3.2.1
2+
version: 3.3.0
33
description: >-
44
A library used to spawn the Dart Developer Service, used to communicate with
55
a Dart VM Service instance.

0 commit comments

Comments
 (0)