Commit 7410766
authored
[fern-autoversion] feat!: migrate module path from /v2 to root import path
Remove the `/v2` suffix from all Go module import paths across the entire
SDK, migrating from `github.com/VapiAI/server-sdk-go/v2/...` to
`github.com/VapiAI/server-sdk-go/...`. This is a breaking change for all
existing consumers who must update their import paths accordingly.
Also removes the `User-Agent` header (`github.com/VapiAI/server-sdk-go/v2.0.0`)
from outgoing requests and adds `.fern/replay.lock`, `.fern/replay.yml`,
and `.gitattributes` to `.fernignore`.
Key changes:
- All internal and sub-package imports updated from `.../v2/...` to `.../...`
- `User-Agent` header removed from `core/request_option.go`
- `.fernignore` updated to exclude Fern replay and git attribute files
🌿 Generated with Fern1 parent 3a10d8b commit 7410766
60 files changed
Lines changed: 173 additions & 168 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