Releases: dart-lang/ecosystem
Releases · dart-lang/ecosystem
package:firehose v0.6.1
- Add
ignore
flags to the health workflow.
package:firehose v0.6.0
- Make the health workflow testable with golden tests.
package:firehose v0.5.3
- Allow experiments to be enabled for Dart.
package:firehose v0.5.2
- Also run health workflows on bot PRs.
- Fix coverage handling on monorepos.
package:firehose v0.5.1
- Fix comment ID serialization to disk.
package:firehose v0.5.0
- Split health checks in individual workflows.
package:firehose v0.4.2
- Get needed version from
dart_apitool
in PR health checks.
package:firehose v0.4.1
- Ensure that packages are listed in lexical order.
- Require the latest
package:http
. - Delay Github requests by a small delay to avoid http errors.
package:firehose v0.4.0
- Switch to using
package:github
. - Check for
DO_NOT${'_'}SUBMIT
strings in the PR description.
package:firehose v0.3.33
- Retry calls to pub.dev API.