Closed cmaglie closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 67.68%. Comparing base (
23d5036
) to head (d57a042
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Please check if the PR fulfills these requirements
See how to contribute
UPGRADING.md
has been updated with a migration guide (for breaking changes)configuration.schema.json
updated if new parameters are added.What kind of change does this PR introduce?
Updates the pluggable-discovery client library.
What is the current behavior?
In some circumstances the pluggable-discovery client panics (in particular if the discovery crashes on startup).
What is the new behavior?
The crashing discovery is handled gracefully.
Does this PR introduce a breaking change, and is titled accordingly?
No
Other information
Upstream fix https://github.com/arduino/pluggable-discovery-protocol-handler/pull/50 Fix #2665