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

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

fern-api[bot]
Copy link
Contributor

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

Upgrading from 0.30.0 to 0.31.2 - Changelog

    0.31.2
  • internal: Add an internal package, which now contains the internal functionality previously included in the core package (e.g. core.Caller -> internal.Caller).
    Although technically a breaking change in terms of the module itself, this change was always the intention, and should have zero impact on users.
    Any core type that is meant for public consumption remains in the exported core package (e.g. core.APIError and core.RequestOption).

  • 0.31.1

  • internal: Adds additional tests to confirm the behavior of the core.Retrier.
    No functional, user-facing changes are included.

  • 0.31.0

  • feat: Improves type file layout with zero impact on backwards compatibility.
    Shared types are now more accurately placed in the types.go file, whereas types referenced by a single service are now placed in a file that matches the service's filename (e.g. user.go).

@fern-api fern-api bot force-pushed the fern/update/fern-go-sdk@api/go-sdk branch from d2e416f to 97d330f Compare November 18, 2024 00:06
Copy link

@nikhilro nikhilro merged commit 75e710f into main Nov 22, 2024
4 checks passed
@nikhilro nikhilro deleted the fern/update/fern-go-sdk@api/go-sdk branch November 22, 2024 00:59
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