-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Validate spec only when connection is established #1223
Conversation
⏱️ Benchmark results
|
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #1223 +/- ##
=======================================
Coverage 48.63% 48.63%
=======================================
Files 88 88
Lines 8262 8262
=======================================
Hits 4018 4018
Misses 3869 3869
Partials 375 375
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could probably do with a better name for NoConnection
but this works
🤖 I have created a release *beep* *boop* --- ## [4.9.1](v4.9.0...v4.9.1) (2023-09-20) ### Bug Fixes * Validate spec only when connection is established ([#1223](#1223)) ([59aef16](59aef16)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Documentation generation will fail otherwise.
Follow-up for #1214