Skip to content

Conversation

@fern-api
Copy link
Contributor

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

Upgrading from 0.51.36 to 0.53.3 - Changelog

    0.53.3
  • fix: noindex property in the frontmatter of a page is now implemented for site navigation + llms.txt.

  • 0.53.2

  • fix: The OpenAPI parser now prefers the source extension set in the OpenAPI spec, and only writes
    it if it is not already set.

  • 0.53.1

  • fix: The OpenAPI v2 parser now parses Server specifications with variables.

  • 0.53.0

  • feat: Users can now specify the idiomatic-request-names option in the generators.yml to adapt the behavior of the
    autogenerated request names. The verb is now in front of the noun (e.g. UsersListRequest becomes ListUsersRequest).

    This is disabled by default (for backwards compatibility), and can be enabled with the following:

    # generators.yml
    api:
      specs:
        - openapi: ./openapi/openapi.json
          settings:
            idiomatic-request-names: true
  • 0.52.0

  • fix: Introduce the AsyncAPI 3.0.0 parser, which enables conditional parsing of both 2.x and 3.x AsyncAPI specs.

  • 3 additional updates, see more

    0.51.39

  • fix: The OpenAPI v2 parser now respects object properties as optional, generates display names for undiscriminated union object
    types, and fixes minor issues with docs dev when using specific navigation locators in docs.yml specification.

  • 0.51.38

  • fix: The OpenAPI v2 parser now ignores optional parameters when generating requests. It also improves upon generation with
    better fallback logic for sparse requests.

  • 0.51.37

  • fix: Fixed handling of Windows filepaths in the docs generator by ensuring consistent path separators and proper absolute path handling.

@github-actions
Copy link
Contributor

@humford humford merged commit 29b7726 into main Feb 20, 2025
3 of 4 checks passed
@humford humford deleted the fern/update/cli branch February 20, 2025 06: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