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 Go SDK Generator: (go-sdk) #61

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

fern-api[bot]
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.

Copy link

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

1 participant