Commit 9162fce
authored
[fern-autoversion] feat!: migrate module path from v2 to non-versioned 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 Fern1 parent d865d3c commit 9162fce
60 files changed
Lines changed: 171 additions & 167 deletions
File tree
- .fern
- analytics
- assistants
- calls
- campaigns
- chats
- client
- core
- eval
- files
- insight
- internal
- observabilityscorecard
- option
- phonenumbers
- providerresources
- sessions
- squads
- structuredoutputs
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments