Skip to content

Commit fa89a01

Browse files
bkonyiCommit Queue
authored and
Commit Queue
committed
[ package:vm_service ] Prepare for 14.2.4 release
Change-Id: Ibee954dcbac5f7ac592686440e3d6a7fdc83b522 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/371581 Reviewed-by: Derek Xu <[email protected]> Commit-Queue: Ben Konyi <[email protected]> Commit-Queue: Derek Xu <[email protected]> Auto-Submit: Ben Konyi <[email protected]>
1 parent 76f6a32 commit fa89a01

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.4
2+
- Improved deserialization performance by utilizing a combination of `Utf8Decoder` and
3+
`JsonDecoder` to avoid extra type conversions.
4+
15
## 14.2.3
26
- An instance of RPCError is now thrown when attempting to invoke an RPC after the
37
`VmService` instance has been disposed.

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.3
2+
version: 14.2.4
33
description: >-
44
A library to communicate with a service implementing the Dart VM
55
service protocol.

0 commit comments

Comments
 (0)