feat(inspect): splitting apart xml into three fine-tuned datasets#1305
Merged
feat(inspect): splitting apart xml into three fine-tuned datasets#1305
xml into three fine-tuned datasets#1305Conversation
Member
Author
|
Just updated this again to include to |
kanadgupta
approved these changes
Jul 16, 2025
Contributor
kanadgupta
left a comment
There was a problem hiding this comment.
tiny bit of non-blocking feedback but otherwise LGTM!
Co-authored-by: Kanad Gupta <git@kanad.dev>
Co-authored-by: Kanad Gupta <git@kanad.dev>
kanadgupta
pushed a commit
that referenced
this pull request
Jul 16, 2025
# [10.5.0-next.1](v10.4.1-next.1...v10.5.0-next.1) (2025-07-16) ### Features * **inspect:** splitting apart `xml` into three fine-tuned datasets ([#1305](#1305)) ([2e10328](2e10328)) [skip ci]
Contributor
|
🎉 This PR is included in version 10.5.0-next.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
kanadgupta
pushed a commit
that referenced
this pull request
Aug 22, 2025
# [10.5.0](v10.4.0...v10.5.0) (2025-08-22) ### Bug Fixes * **fetch:** handle non-JSON error responses better ([#1324](#1324)) ([383123f](383123f)) * **openapi/upload:** custom slugs for URL uploads ([#1313](#1313)) ([ab48677](ab48677)) * **v9/docs:** migration guide + deprecation notice updates ([#1208](#1208)) ([1fa6adb](1fa6adb)) ### Features * **inspect:** splitting apart `xml` into three fine-tuned datasets ([#1305](#1305)) ([2e10328](2e10328)) * new `rage` command for printing out environment data for debugging ([#1310](#1310)) ([c773af8](c773af8)) * **openapi/upload:** docs + DX enhancements for slugs vs. legacy IDs ([#1309](#1309)) ([5272a7e](5272a7e)) * **plugins:** add `runRdmeCommand` helper ([#1292](#1292)) ([12fea84](12fea84)) [skip ci]
Contributor
|
🎉 This PR is included in version 10.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🧰 Changes
This incorporates the work I did over in readmeio/oas#986 into our
openapi inspectcommand for splitting apart thexmldataset into three fine-tuned datasets:xmlSchemas,xmlRequests, andxmlResponses.