feat!: migrate module path from v2 to non-versioned import path#10
Open
fern-api[bot] wants to merge 2 commits into
Open
feat!: migrate module path from v2 to non-versioned import path#10fern-api[bot] wants to merge 2 commits into
fern-api[bot] wants to merge 2 commits into
Conversation
7410766 to
df8ceb6
Compare
df8ceb6 to
c3534c7
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-go-sdk: 1.33.5
…d import path The Go module path has been changed from `github.com/VapiAI/server-sdk-go/v2` to `github.com/VapiAI/server-sdk-go` across all packages. This is a breaking change for existing consumers who must update their import paths accordingly. The User-Agent header has also been updated to reflect the new module path. Key changes: - All internal package imports updated from `.../v2/...` to `.../...` (e.g., `github.com/VapiAI/server-sdk-go/v2/core` → `github.com/VapiAI/server-sdk-go/core`) - User-Agent header changed from `github.com/VapiAI/server-sdk-go/v2.0.0` to `github.com/VapiAI/server-sdk-go/0.0.0-fern-placeholder` - `.fernignore` updated to exclude replay and gitattributes files 🌿 Generated with Fern
c3534c7 to
9162fce
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Breaking: The Go module path changed from
github.com/VapiAI/server-sdk-go/v2togithub.com/VapiAI/server-sdk-go, which is a breaking change because all existing consumers must update every import path in their code.Breaking Changes
github.com/VapiAI/server-sdk-go/v2togithub.com/VapiAI/server-sdk-go. All import statements across every package (e.g.core,option,calls,assistants, etc.) must be updated to drop the/v2segment.See full changelog