chore: bump CLI version from 4.35.0 to 4.63.0#113
Open
matlegault wants to merge 1 commit intomainfrom
Open
Conversation
Co-Authored-By: mathieu <mathieu@buildwithfern.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
🌿 Preview your docs: https://plantstore-preview-devin-1775682979-bump-cli-version.docs.buildwithfern.com |
Ryan-Amirthan
approved these changes
Apr 8, 2026
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.
Summary
Bumps the pinned Fern CLI version in
fern.config.jsonfrom4.35.0to4.63.0.Version
4.35.0predates CI metadata support (X-CI-Source/X-CLI-Versionheaders, added in4.38.0), so repos forked from this starter template don't send deployment metadata to FDR. This means the dashboard Activity Log shows blank Source columns and no CLI version badges for those deployments.Upgrading to
4.63.0(latest) also picks up concurrent publish protection and deployer author attribution (4.55.0+).Companion PR: https://github.com/fern-api/fern-platform/pull/9559 (same bump in the dashboard's inline docs-starter template used for Postman onboarding).
Review & Testing Checklist for Human
4.63.0is a stable, published CLI release (it's the latest entry infern-api/fernpackages/cli/cli/versions.yml)fern generate --docs(orfern check) against this repo with the new version to verify it works end-to-endNotes
Link to Devin session: https://app.devin.ai/sessions/7a0d9a8466ed49d78fa15bedb445b684
Requested by: @matlegault