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) #14

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

fern-api[bot]
Copy link
Contributor

@fern-api fern-api bot commented Oct 28, 2024

Upgrading from 0.27.0 to 0.30.0 - Changelog

    0.30.0
  • feat: Add support for nil-safe getter methods. Callers can more easily access nested properties by chaining together getter method calls instead of a long series of != nil checks.

  • 0.29.0

  • feat: All SDKs now include an exported FileParam type that can be used to configure the Content-Type of file upload properties.

  • fix: Resolves an issue where multipart/form-data lists were incorrectly serialized as JSON. They are now added as individual parts.

  • internal: Refactor file upload endpoint generation with the new core.MultipartWriter. This significantly improves the aesthetics of the generated code.

  • 0.28.3

  • internal: Upgrade to IRv53.

  • 0.28.2

  • fix: Fix an issue where undiscriminated unions were not round-trippable whenever the union is the zero value of the type (e.g. 0 for int).

  • 0.28.1

  • fix: Fix an issue where optional, allow-multiple query parameter snippets were not rendered.

  • fix: Fix an issue where service headers were not included in the generated in-lined request.

  • fix: Fix an issue where literal types were included as path parameter arguments.

  • 1 additional update, see more

    0.28.0

  • feat: Add support for the exportedClientName configuration, which can be used to customize the generated client name and constructor included in snippets.
    Note that this configuration option assumes that the SDK includes a hand-written client constructor defined in the client package.

Copy link

@fern-api fern-api bot force-pushed the fern/update/fern-go-sdk@api/go-sdk branch from 8f56fa2 to d86e180 Compare November 4, 2024 00:05
Copy link

github-actions bot commented Nov 4, 2024

@fern-api fern-api bot force-pushed the fern/update/fern-go-sdk@api/go-sdk branch from d86e180 to d2e416f Compare November 11, 2024 00:05
Copy link

@nikhilro nikhilro merged commit 688fdeb into main Nov 13, 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