Skip to content

Commit 02f32f3

Browse files
bkonyiCommit Queue
authored andcommitted
[ package:vm_service ] Prep for 14.2.3 release
Change-Id: I2a861d2021553f2cc4b0dbdc2390bff4edf49f84 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/368860 Auto-Submit: Ben Konyi <[email protected]> Reviewed-by: Derek Xu <[email protected]> Commit-Queue: Derek Xu <[email protected]> Commit-Queue: Ben Konyi <[email protected]>
1 parent 8b658eb commit 02f32f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pkg/vm_service/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 14.2.3
2+
- An instance of RPCError is now thrown when attempting to invoke an RPC after the
3+
`VmService` instance has been disposed.
4+
15
## 14.2.2
26
- Fixes issue where outstanding service requests were not automatically completed
37
with an error when the VM service connection was closed.

pkg/vm_service/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vm_service
2-
version: 14.2.2
2+
version: 14.2.3
33
description: >-
44
A library to communicate with a service implementing the Dart VM
55
service protocol.

0 commit comments

Comments
 (0)