Files
gitbook/packages/openapi-parser/CHANGELOG.md
Samy Pessé 3a31100efe Version Packages (#4335)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-06 12:52:44 +00:00

3.1 KiB

@gitbook/openapi-parser

3.0.12

Patch Changes

  • 7e55cd5: Add an "Available in MCP" badge on OpenAPI operations marked with x-gitbook-mcp: true. When x-gitbook-mcp-url is set (on the operation, path, or root — most specific wins), the badge becomes a button that copies the MCP server URL to the clipboard.

3.0.11

Patch Changes

  • c56b569: Support expand-all options for OpenAPI

3.0.10

Patch Changes

  • 8ab419a: Support x-enable-proxy at operation level

3.0.9

Patch Changes

  • e074283: Add server-side proxy for Scalar API client to bypass CORS

3.0.8

Patch Changes

  • d3f6c38: Update scalar dependencies.

3.0.7

Patch Changes

  • 985c1b4: Fix issues with self-reference in OpenAPI specs.

3.0.6

Patch Changes

  • 461e15f: Add x-gitbook-prefix and x-gitbook-token-placeholder for OpenAPI security scheme

3.0.5

Patch Changes

  • df1966d: Bump Scalar
  • 10995e0: Use NPM Trusted publishing for publishing the package.

3.0.4

Patch Changes

  • 6142d6b: Mark as sideEffects, fix all package bundles

3.0.3

Patch Changes

3.0.2

Patch Changes

  • 12c9d76: Adapt OpenAPI blocks to eval adaptive exprs & prefill TryIt config
  • 7fefe49: Catch OpenAPI validation errors
  • 360aa1c: Upgrade Scalar dependencies

3.0.1

Patch Changes

  • 42c17f5: Improve OpenAPI parsing errors

3.0.0

Major Changes

  • f1a6dec: Less strict OpenAPI parser, now returns { errors, filesystem }

2.2.2

Patch Changes

2.2.1

Patch Changes

2.2.0

Minor Changes

  • bd553bc: Expose isJson and isYaml in OpenAPI parser

2.1.5

Patch Changes

  • 1e013cd: Optional label in OpenAPI x-codeSamples
  • 4f5cbfe: Upgrade Scalar parser

2.1.4

Patch Changes

  • d00dc8c: Pass scalar's errors through OpenAPIParseError

2.1.3

Patch Changes

  • 2b6c593: Remove stable from x-stability

2.1.2

Patch Changes

  • 7bb37c7: Move filterSelectedOpenAPISchemas to @gitbook/openapi-parser
  • 5b1e01c: Support for x-stability property
  • 813b2af: Support for x-enumDescriptions and x-gitbook-enum

2.1.1

Patch Changes

2.1.0

Minor Changes

  • bb3ca9c: Implement OpenAPI models blocks

Patch Changes

  • 0278a14: Upgrade Scalar dependencies
  • 052e07a: Support references pointing to invalid files

2.0.2

Patch Changes

  • 53f5dbe: Fix typing of shouldIgnoreEntity

2.0.1

Patch Changes

  • 0924259: Expose helper shouldIgnoreEntity

2.0.0

Major Changes

  • e24206e: Use Scalar parser to upgrade OpenAPI spec v2

Patch Changes

  • c808bb1: Fallback to untrusted validation in case JSON spec is invalid
  • a054554: Implement a trusted mode to speed up OpenAPI spec validation
  • da55fac: Render GitBook blocks in OpenAPI operation description

1.0.1

Patch Changes

  • 6157583: Improve Markdown parsing

1.0.0

Major Changes

  • 727bde2: Improve and split OpenAPI parser into its own package

Patch Changes

  • 46edde9: Improve the OpenAPI package API