Skip to content

Conversation

@fern-api
Copy link
Contributor

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

Upgrading from 0.31.2 to 0.33.0 - Changelog

    0.33.0
  • feat: Add support for the inlinePathParameters configuration option, which generates path parameters in the generated request type (if any) instead of as separate positional parameters.

    - name: fern-api/fern-go-sdk
      version: 0.33.0
      config:
        inlinePathParameters: true
  • 0.32.1

  • internal: Improve the aesthetics of the generated code, and reduce the amount of repetition in each of the generated endpoints. This change has zero impact on the behavior of the generated SDK.

  • 0.32.0

  • feat: Add support for the inlineFileProperties configuration option, which generates file properties in the generated request type instead of as separate positional parameters.

    - name: fern-api/fern-go-sdk
      version: 0.32.0
      config:
        inlineFileProperties: true
  • fix: Fixes an issue where the new core.MultipartWriter was generated for SDKs that didn't define any file upload endpoints.

  • internal: Simplify the generated code from the new core.MultipartWriter introduced in 0.29.0 by refactoring internal.WithMultipartContentType as internal.WithDefaultContentType.

  • 0.31.3

  • fix: Updates the retrier to stop retrying on 409 Conflict HTTP status codes by default.

@github-actions
Copy link
Contributor

@nikhilro nikhilro merged commit aadafe2 into main Nov 25, 2024
4 checks passed
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