Skip to content

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Feb 3, 2025

Upgrading from 0.51.4 to 0.51.17 - Changelog

    0.51.17
  • fix: The OpenRPC parser now handles displaying parameters as object examples.

  • 0.51.16

  • fix: The OpenRPC parser now handles displaying parameters as object examples.

  • 0.51.15

  • fix: The OpenRPC parser now handles displaying optional parameters in the request.

  • 0.51.14

  • fix: Updates whatwg so that users eliminate punycode deprecation warning.

  • 0.51.13

  • fix: OpenAPI overrides now support resolving file references from the location of the
    OpenAPI overrides file itself. Previously, relative paths were only resolved from
    the OpenAPI source file.

    Most users will experience no change, but this will enable a wider set of file
    directory layouts depending on the user's preference.

  • 8 additional updates, see more

    0.51.12

  • fix: The Fern Definition now allows you to declare status codes for the response without having a type.
    This is useful for 204 response status codes.

    service: 
      auth: false
      base-path: /users
      endpoints: 
        update: 
          path: ""
          response: 
            status-code: 204        
  • 0.51.11

  • fix: The OpenAPI parser generates response examples that are {} for 204 response types.

  • 0.51.10

  • fix: The OpenAPI parser generates response examples that are {} for 204 response types.

  • 0.51.9

  • fix: Fixed OpenAPI importer to properly handle response status codes in documentation by propagating
    the status code from the OpenAPI spec through the IR and FDR layers.

  • 0.51.8

  • fix: Fixed OpenAPI importer to properly handle response status codes in documentation by propagating
    the status code from the OpenAPI spec through the IR and FDR layers.

  • 0.51.7

  • fix: Added better error messages when markdown files reference non-existent MDX files, showing the relative path
    to the missing file rather than just indicating an invalid reference.

  • 0.51.6

  • fix: Fixed OpenAPI importer to properly handle string enums that are specified as integers by coercing them to strings.

  • 0.51.5

  • fix: Added a new rule to validate frontmatter parsing across markdown files, ensuring frontmatter
    is properly formatted and can be parsed without errors.

@fern-api fern-api bot force-pushed the fern/update/cli branch from 233e819 to 0904560 Compare February 3, 2025 00:03
@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2025

@humford humford merged commit f44377b into main Feb 3, 2025
3 of 4 checks passed
@humford humford deleted the fern/update/cli branch February 3, 2025 22:40
skeptrunedev referenced this pull request in devflowinc/vapi-docs Mar 5, 2025
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
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