-
Notifications
You must be signed in to change notification settings - Fork 389
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
feat: Expose important library versions #7713
Conversation
@rjsparks is this implementation going in the correct direction? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7713 +/- ##
==========================================
+ Coverage 88.78% 88.95% +0.16%
==========================================
Files 296 303 +7
Lines 41320 41277 -43
==========================================
+ Hits 36687 36717 +30
+ Misses 4633 4560 -73 ☔ View full report in Codecov by Sentry. |
Yes - these seems reasonable. |
@kesara - do you want to continue to pursue this? |
Yes. I will. Sorry, I missed your reply during meeting. |
Update `/api/version` to include ``` "other": { "xml2rfc": "<version>", "weasyprint": "<version>" }, ``` Fixes ietf-tools#3415
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.
lgtm
Update
/api/version
to includeFixes #3415