Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌿 ✨ [Scheduled] Upgrade Fern CLI #360

Merged
merged 1 commit into from
Dec 31, 2024
Merged

🌿 ✨ [Scheduled] Upgrade Fern CLI #360

merged 1 commit into from
Dec 31, 2024

Conversation

fern-api[bot]
Copy link
Contributor

@fern-api fern-api bot commented Nov 25, 2024

Upgrading from 0.46.10 to 0.46.16 - Changelog

    0.46.16
  • fix: Improve parsing of OpenAPI schemas with an array in the type property.

    • If the array contains "null", it is interpreted as nullable, and removed from the array.
    • If there is only a single item in the array (after removing "null"), it previously defaulted to unknown, but now the specified type is used.
  • 0.46.15

  • fix: Fixed issue where user specified examples would be omitted in favor of autogenerated examples.

  • 0.46.14

  • fix: Boolean default values are now propagated from the Fern Definition through to docs generation.

  • 0.46.13

  • fix: Correctly omits readOnly query parameters during openapi to fern definition generation.

  • 0.46.12

  • fix: The CLI now handles parsing service level path parameters with descriptions.
    This fixes a regression introduced in the CLI since versions 0.45.x.

  • 1 additional update, see more

    0.46.11

  • fix: Allow for configuring the depth of example generation in API Docs. For example,
    if you want to generate optional properties that are 5 levels deep, you can add
    the following configuration in your generators.yml

    api:
      specs:
        - openapi: ./openapi.json
          settings:
            example-generation:
              response:
                max-depth: 10

Copy link

netlify bot commented Nov 25, 2024

Deploy Preview for luxury-shortbread-acee05 canceled.

Name Link
🔨 Latest commit 30af12e
🔍 Latest deploy log https://app.netlify.com/sites/luxury-shortbread-acee05/deploys/6771e351585440000828bbc3

Copy link
Contributor

@fern-api fern-api bot force-pushed the fern/update/cli branch from a887bf4 to f9cb825 Compare December 2, 2024 00:05
Copy link
Contributor

github-actions bot commented Dec 2, 2024

@fern-api fern-api bot force-pushed the fern/update/cli branch from f9cb825 to 3fb0b19 Compare December 9, 2024 00:05
Copy link
Contributor

github-actions bot commented Dec 9, 2024

@fern-api fern-api bot force-pushed the fern/update/cli branch from 3fb0b19 to 055dbc0 Compare December 16, 2024 00:05
Copy link
Contributor

@fern-api fern-api bot force-pushed the fern/update/cli branch from 055dbc0 to 30af12e Compare December 30, 2024 00:03
Copy link
Contributor

@fern-support fern-support merged commit 10b51f4 into main Dec 31, 2024
6 of 7 checks passed
@fern-support fern-support deleted the fern/update/cli branch December 31, 2024 18:05
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.

1 participant