Skip to content

Conversation

@local-fern-autopilot
Copy link
Contributor

Upgrading from 0.112.0 to 0.118.0 - Changelog

    0.118.0
  • feat: Add support for external URLs in <Code src="..."> tags in docs markdown. Code snippets can now reference external URLs (e.g., raw.githubusercontent.com) to fetch code content dynamically.

  • 0.117.0

  • feat: Add support for hidden versions.

  • 0.116.1

  • fix: Retrieve package name from module.path configuration for Go SDK generator to support local generation workflows

  • 0.116.0

  • feat: Add support for a minimal footer navigation theme.

  • 0.115.6

  • fix: Do not upload snippet-templates.json files to FDR.

  • 11 additional updates, see more

    0.115.5

  • fix: Fix PyPI credentials to use standard environment variable names (PYPI_USERNAME, PYPI_PASSWORD) and correct package version propagation for local generation

  • 0.115.4

  • fix: Improve error message for unknown API definitions in docs.yml.

  • 0.115.3

  • fix: Fix name deconfliction for subtypes of an undiscriminated union (especially when one is an enum).

  • 0.115.2

  • fix: Fix gRPC source resolution to log warnings instead of throwing errors when protobuf sources cannot be resolved, matching OpenAPI behavior.

  • 0.115.1

  • fix: Update markdown variable replacement to use double curly braces for variable interpolation.

  • 0.115.0

  • feat: Add support for multiAuth field in FDR endpoint definitions to represent OpenAPI security with OR-of-AND semantics.

  • 0.114.0

  • feat: Add new remove-discriminants-from-schemas setting for OpenAPI/AsyncAPI imports in generators.yml.

    If "always", discriminant properties are removed from schemas when generating types, unless the schema is also used outside of a discriminated union.
    If "never", schemas are left untouched.
    Defaults to "always".

  • fix: Do not remove discriminant properties from schemas when generating types if the schema is also used outside of a discriminated union.

  • 0.113.1

  • fix: Make individual theme options optional in docs.yml.

  • 0.113.0

  • feat: Add support for page actions theme in docs.yml.

  • 0.112.2

  • fix: - Gracefully circuit-break from recursive examples

  • 0.112.1

  • fix: Fix OpenAPI importer to correctly handle oneOf[Type, null] and anyOf[Type, null] patterns for non-required properties. These properties are now properly represented as optional(nullable(T)) in the IR, ensuring autogenerated examples omit the field instead of generating {}. This preserves tri-state semantics (absent, null, present) for both collapsed Optional<T> and non-collapsed OptionalNullable<T> modes.

@github-actions
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.

2 participants