3.3: initialize for minor release 3.3.0#5044
Merged
Conversation
1 task
There was a problem hiding this comment.
Pull Request Overview
This PR initializes the minor release 3.3.0 by bumping version numbers across the OpenAPI specification files and test cases. It prepares the codebase for the next version by updating version references from 3.2.x to 3.3.x throughout the project.
- Update all OpenAPI version references from 3.2.x to 3.3.x
- Bump schema validation patterns and URLs to use 3.3 namespace
- Update test cases and examples to reference version 3.3.0
Reviewed Changes
Copilot reviewed 62 out of 62 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/schema/schema.test.mjs | Update test description and OpenAPI version in test fixture |
| tests/schema/pass/*.yaml | Bump OpenAPI version in all passing test cases from 3.2.x to 3.3.x |
| tests/schema/fail/*.yaml | Bump OpenAPI version in all failing test cases from 3.2.x to 3.3.x |
| src/schemas/validation/schema.yaml | Update schema ID, description, version pattern, and all spec references to 3.3 |
| src/schemas/validation/schema-base.yaml | Update schema base ID, description, and references to 3.3 |
| src/schemas/validation/meta.yaml | Update meta schema ID and vocabulary reference to 3.3 |
| src/schemas/validation/dialect.yaml | Update dialect ID, title, description, and vocabulary references to 3.3 |
| src/oas.md | Update specification version to 3.3.0 and add version history entries |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
mikekistler
reviewed
Oct 19, 2025
Contributor
mikekistler
left a comment
There was a problem hiding this comment.
This looks good but I'm going to hold off approving until there is some explanation of the one instance of "3.3.1".
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.
src/oas.mdfromversions/3.2.0.mdon themainbranch with empty historyThis PR's head branch was created with
scripts/start-release.shfrom