Skip to content

3.3: initialize for minor release 3.3.0 - #5044

Merged
ralfhandl merged 5 commits into
v3.3-devfrom
v3.3-dev-start-3.3.0
Oct 19, 2025
Merged

3.3: initialize for minor release 3.3.0#5044
ralfhandl merged 5 commits into
v3.3-devfrom
v3.3-dev-start-3.3.0

Conversation

@ralfhandl

Copy link
Copy Markdown
Contributor
  • Initialize src/oas.md from versions/3.2.0.md on the main branch with empty history
  • Bump version to 3.3.0
  • Restore @karenetheridge's change from fix a whitespace error #5004
  • Bump version in schema files
  • Bump version in schema tests

This PR's head branch was created with scripts/start-release.sh from


  • schema changes are included in this pull request

@ralfhandl
ralfhandl requested review from a team as code ownersOctober 16, 2025 10:07
@ralfhandlralfhandl mentioned this pull request Oct 16, 2025
1 task
@ralfhandl
ralfhandl changed the base branch from main to v3.3-devOctober 16, 2025 10:20
@ralfhandlralfhandl added this to the v3.3.0 milestone Oct 16, 2025
@ralfhandlralfhandl added the editorial Wording and stylistic issues label Oct 16, 2025

@miquimiqui left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good @ralfhandl

@ralfhandl
ralfhandl requested review from a team and CopilotOctober 19, 2025 15:29

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
FileDescription
tests/schema/schema.test.mjsUpdate test description and OpenAPI version in test fixture
tests/schema/pass/*.yamlBump OpenAPI version in all passing test cases from 3.2.x to 3.3.x
tests/schema/fail/*.yamlBump OpenAPI version in all failing test cases from 3.2.x to 3.3.x
src/schemas/validation/schema.yamlUpdate schema ID, description, version pattern, and all spec references to 3.3
src/schemas/validation/schema-base.yamlUpdate schema base ID, description, and references to 3.3
src/schemas/validation/meta.yamlUpdate meta schema ID and vocabulary reference to 3.3
src/schemas/validation/dialect.yamlUpdate dialect ID, title, description, and vocabulary references to 3.3
src/oas.mdUpdate 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.

@mikekistlermikekistler left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good but I'm going to hold off approving until there is some explanation of the one instance of "3.3.1".

Comment threadtests/schema/pass/valid_schema_types.yaml

@mikekistlermikekistler left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 👍

@ralfhandl
ralfhandl merged commit 3669487 into v3.3-devOct 19, 2025
5 of 6 checks passed
@ralfhandl
ralfhandl deleted the v3.3-dev-start-3.3.0 branch October 19, 2025 18:18
@ralfhandl
ralfhandl restored the v3.3-dev-start-3.3.0 branch October 19, 2025 18:22
@ralfhandl
ralfhandl deleted the v3.3-dev-start-3.3.0 branch October 19, 2025 18:24
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

editorialWording and stylistic issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@ralfhandl@miqui@mikekistler@karenetheridge