Skip to content

Commit 7410766

Browse files
[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 Fern
1 parent 3a10d8b commit 7410766

60 files changed

Lines changed: 173 additions & 168 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.fern/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"union": "v1"
77
},
88
"originGitCommit": "c93e6036883761900b393007e64caf65f39cf782",
9-
"sdkVersion": "v0.0.0-fern-placeholder"
9+
"sdkVersion": "v3.0.0"
1010
}

analytics.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analytics/client.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analytics/raw_client.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assistants.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assistants/client.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assistants/raw_client.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

calls.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

calls/client.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

calls/raw_client.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)