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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

fern-api[bot]
Copy link
Contributor

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

Upgrading from 0.45.0-rc47 to 0.46.3 - Changelog

    0.46.3
  • fix: The Fern CLI now supports generating examples for streaming SSE (server-sent-event)
    endpoints.

  • 0.46.2

  • feat: The Fern CLI now supports parsing a logo option from your frontmatter. If
    you would like to override logo on a specific page you can do so by adding
    the following:

    ---
    logo: /path/to/my/logo
    ---

    or

    ---
    logo: 
      light: /path/to/my/light/logo 
      dark: /path/to/my/dark/logo
    ---
  • 0.46.1

  • fix: Add support for setting the User-Agent header value for Go generators.

  • 0.46.0

  • internal: No changes; promote 0.46.0-rc1 release candidate to minor version.

  • 0.46.0-rc1

  • fix: * Set inline: true for inline enums imported from OpenAPI.

    • Set inline: true for maps generated from OpenAPI additionalProperties.
  • 17 additional updates, see more

    0.46.0-rc0

  • feat: The Fern Definition now supports bytes as a response type.

      endpoints: 
        download:
          response: bytes 
  • 0.45.4

  • fix: Defaults are no longer set on datetimes when converting to docs shapes.

  • 0.45.4-rc1

  • chore: Unknown schemas are no longer incorrectly marked as additionalProperties: true.

  • 0.45.4-rc0

  • fix: The CLI prompts the user to confirm output directory overwrites on fern generate.

  • 0.45.3

  • fix: Unknown schemas are no longer incorrectly marked as additionalProperties: true.

  • 0.45.2

  • fix: Example generation now respects read-only schemas when generating request examples.

  • 0.45.1

  • internal: Add inline field to type declarations in the Fern definition and IR.
    Add support for importing inline types from OpenAPI into Fern definition and IR.

  • 0.45.1-rc0

  • fix: Generate valid examples using spec validation information; respect null entries during example generation.

  • 0.45.0

  • internal: Several improvements to docs, conjure importer, and the cli.

  • 0.45.0-rc55

  • internal: Docs generation now preserves original model schema names.

  • 0.45.0-rc54

  • internal: Removes errant minimum and maximums for 'float' types for docs.

  • 0.45.0-rc53

  • internal: Add support for the smart-casing flags in the IR commands.

  • 0.45.0-rc52

  • fix: Fix bug where max length validation for strings were incorrectly plumbed.

  • 0.45.0-rc51

  • feat: Add support for the inline-path-parameters setting in the OpenAPI
    importer.

  • 0.45.0-rc50

  • fix: Increase max recursive depth allowed for example validation.

  • 0.45.0-rc49

  • fix: Add 'list' to reserved keywords for use in PHP generator.

  • 0.45.0-rc48

  • feat: OAuth Client Credential Auth Scheme now supports the ability to optionally
    set token header and prefix fields for use with docs playground.

    auth-schemes:
      OAuth:
        scheme: oauth
        type: client-credentials
        token-header: Fern-Authorization
        token-prefix: Fern-Bearer
        ...

Copy link

netlify bot commented Nov 25, 2024

Deploy Preview for luxury-shortbread-acee05 canceled.

Name Link
🔨 Latest commit 055dbc0
🔍 Latest deploy log https://app.netlify.com/sites/luxury-shortbread-acee05/deploys/675f6ec1e97787000876ebc8

Copy link

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

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

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

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.

0 participants