Skip to content

Conversation

@jonaslagoni
Copy link
Contributor

@jonaslagoni jonaslagoni commented Dec 20, 2025

Version bump in package.json for release v1.0.0


Note

Bumps CLI to v1.0.0, adds the v1 configuration JSON Schema, and updates docs/version references.

  • Release:
    • Bump package version to 1.0.0 in package.json and package-lock.json.
  • Schema:
    • Add schemas/configuration-schema-1.json defining the v1 configuration schema (AsyncAPI/OpenAPI/JSON Schema support, generators/options/telemetry fields).
  • Documentation:
    • Update docs/usage.md version output to 1.0.0 and fix source links to v1.0.0 paths.

Written by Cursor Bugbot for commit 4daac1e. This will update automatically on new commits. Configure here.

@netlify
Copy link

netlify bot commented Dec 20, 2025

Deploy Preview for the-codegen-project canceled.

Name Link
🔨 Latest commit 4daac1e
🔍 Latest deploy log https://app.netlify.com/projects/the-codegen-project/deploys/6947054ecb8ee00008f9bda3

"$ref": "#/definitions/AsyncAPICodegenConfiguration/properties/generators/items/anyOf/6"
},
{
"$ref": "#/definitions/AsyncAPICodegenConfiguration/properties/generators/items/anyOf/7"
Copy link

Choose a reason for hiding this comment

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

Invalid JSON schema $ref to non-existent array index

The schema references #/definitions/AsyncAPICodegenConfiguration/properties/generators/items/anyOf/7 which does not exist. The anyOf array in the definitions only contains 7 items (indices 0-6). This invalid $ref appears in both the OpenAPI and JSONSchema generator configurations, causing schema validation to fail or produce undefined behavior when users try to validate their configuration files against this schema.

Additional Locations (1)

Fix in Cursor Fix in Web

@jonaslagoni jonaslagoni deleted the version-bump/v1.0.0 branch December 20, 2025 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants