We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f6a32 commit fa89a01Copy full SHA for fa89a01
pkg/vm_service/CHANGELOG.md
@@ -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
+
5
## 14.2.3
6
- An instance of RPCError is now thrown when attempting to invoke an RPC after the
7
`VmService` instance has been disposed.
pkg/vm_service/pubspec.yaml
@@ -1,5 +1,5 @@
name: vm_service
-version: 14.2.3
+version: 14.2.4
description: >-
A library to communicate with a service implementing the Dart VM
service protocol.
0 commit comments