Prepare devtools_shared for publishing to version 12.1.0
#9651
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Work towards #9633
The following changes have been made to
devtools_sharedsince we last published version12.0.0:04b74a8 Add webdriver test for compiler query parameter (#9608)
976bd6a Fixes null error when parsing universal link settings (#9581)
98a52a8 Add feature flag scaffolding to support experiments restricted to a specific Flutter channel (#9440)
5e17922 (tag: v2.50.0) Revert PR #9372: Un-delete
packages/devtools_shared/lib/src/test/chrome.dart(#9409)e918e9f Get DevTools tests passing with latest Flutter candidate (#9382)
bbc7cbc Delete unused test utilities file
chrome.dart(#9372)0ac0c92 (cpu-compare) Update to latest Flutter candidate version (#9351)
318dbcf Rework the integration test timeout logic (#9322)
879d56e Add timestamps to various test logging utilities (#9319)
5812bd1 Add support for connecting to the DevTools server from integration tests (#9190)
This PR makes the breaking changes introduced in #9581 and #9319 non-breaking so that we can do a minor instead of major version bump. It also adds CHANGELOG entries for the above changes.
Confirmed non-breaking status with:
Note: Opened #9650 so that we catch missing
CHANGELOGentries and breaking changes in the future.