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

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

fern-api[bot]
Copy link
Contributor

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

Upgrading from 0.28.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.

Copy link

github-actions bot commented Nov 4, 2024

@fern-api fern-api bot force-pushed the fern/update/fern-go-sdk@go-sdk branch from faff291 to 3025fef Compare November 11, 2024 00:07
Copy link

@ucarion ucarion merged commit 853c271 into main Nov 14, 2024
2 checks passed
@ucarion ucarion deleted the fern/update/fern-go-sdk@go-sdk branch November 14, 2024 17:26
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