Skip to content

feat!: migrate module path from v2 to non-versioned import path#10

Open
fern-api[bot] wants to merge 2 commits into
mainfrom
fern-bot/2026-06-25_21-10-56_279
Open

feat!: migrate module path from v2 to non-versioned import path#10
fern-api[bot] wants to merge 2 commits into
mainfrom
fern-bot/2026-06-25_21-10-56_279

Conversation

@fern-api

@fern-api fern-api Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

⚠️ v2.0.0 → v3.0.0

Breaking: The Go module path changed from github.com/VapiAI/server-sdk-go/v2 to github.com/VapiAI/server-sdk-go, which is a breaking change because all existing consumers must update every import path in their code.

Breaking Changes

  • Module import path has changed from github.com/VapiAI/server-sdk-go/v2 to github.com/VapiAI/server-sdk-go. All import statements across every package (e.g. core, option, calls, assistants, etc.) must be updated to drop the /v2 segment.

See full changelog

@fern-api fern-api Bot force-pushed the fern-bot/2026-06-25_21-10-56_279 branch 4 times, most recently from 7410766 to df8ceb6 Compare July 1, 2026 17:52
@fern-api fern-api Bot changed the title feat!: migrate module path from /v2 to root import path feat!: migrate module path from /v2 to unversioned root Jul 1, 2026
@fern-api fern-api Bot force-pushed the fern-bot/2026-06-25_21-10-56_279 branch from df8ceb6 to c3534c7 Compare July 1, 2026 18:16
fern-api Bot added 2 commits July 2, 2026 18:46
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
@fern-api fern-api Bot changed the title feat!: migrate module path from /v2 to unversioned root feat!: migrate module path from v2 to non-versioned import path Jul 2, 2026
@fern-api fern-api Bot force-pushed the fern-bot/2026-06-25_21-10-56_279 branch from c3534c7 to 9162fce Compare July 2, 2026 18:47
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.

0 participants