chore: update User-Agent header placeholder for SDK versioning#25
Open
fern-api[bot] wants to merge 2 commits into
Open
chore: update User-Agent header placeholder for SDK versioning#25fern-api[bot] wants to merge 2 commits into
fern-api[bot] wants to merge 2 commits into
Conversation
e769ec7 to
4e54730
Compare
627a2c8 to
3266a14
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 5.3.3
…K versioning Replace the hardcoded version string in the User-Agent header with the standard Fern version placeholder. This ensures the SDK version is injected correctly during the release pipeline rather than being statically embedded in source. Key changes: - Update `User-Agent` header value from `vapi_server_sdk/2.0.0` to `vapi_server_sdk/0.0.0-fern-placeholder` - Add `.fern/replay.lock`, `.fern/replay.yml`, and `.gitattributes` to `.fernignore` 🌿 Generated with Fern
3266a14 to
486e5af
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.
2.0.0 → 2.0.1
Replace the hardcoded version string in the User-Agent header with the
standard Fern version placeholder. This ensures the SDK version is
injected correctly during the release pipeline rather than being
statically embedded in source.
Key changes:
User-Agentheader value fromvapi_server_sdk/2.0.0tovapi_server_sdk/0.0.0-fern-placeholder.fern/replay.lock,.fern/replay.yml, and.gitattributesto.fernignore🌿 Generated with Fern