Files
sdk/pkg/vm_service_interface/CHANGELOG.md
T
Jake Macdonald 82a952f14a Fix casting of List<String> parameters in VM service generator.
Also updates special cased handling of the `scope` parameter to instead work for any Map typed parameter.

Simplified things in general here by casting values to the correct collection type and then relying on `.cast()` to fill in the proper generic types instead of explicitly filling them in.

Change-Id: I7fef91105ca73ee9726780abd76e92817a9e46c0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/504780
Commit-Queue: Jake Macdonald <jakemac@google.com>
Auto-Submit: Jake Macdonald <jakemac@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2026-05-20 08:28:31 -07:00

512 B

2.0.2-wip

  • Bug fix for List<String> parameters to do proper deep casting.

2.0.1

  • Update package:vm_service constraint to >=14.3.0 <16.0.0.

2.0.0

  • Provides version 4.16 of the Dart VM service protocol.
  • Update package:vm_service constraint to >=14.3.0 <15.0.0.

1.1.0

  • Provides version 4.15 of the Dart VM service protocol.

1.0.1

  • Update package:vm_service constraint to >=12.0.0 <15.0.0.

1.0.0

  • Initial release.
  • Provides version 4.13 of the Dart VM service protocol.