Skip to content

Conversation

@Swimburger
Copy link
Member

This commit introduces a comprehensive migration framework that allows generator authors to publish migration packages that automatically transform generators.yml configurations during version upgrades.

Key components:

  • Migration base package (@fern-api/migrations-base) with shared types and utilities
  • Migration test utilities (@fern-api/migration-test-utils) for testing migrations
  • CLI integration to load and apply migrations during fern generator upgrade
  • TypeScript SDK migration package with migrations for v1.0.0, v2.0.0, and v3.0.0

The system enables breaking changes to generator configuration schemas without requiring manual user intervention, improving the upgrade experience.

…n upgrades

This commit introduces a comprehensive migration framework that allows generator authors to publish migration packages that automatically transform generators.yml configurations during version upgrades.

Key components:
- Migration base package (@fern-api/migrations-base) with shared types and utilities
- Migration test utilities (@fern-api/migration-test-utils) for testing migrations
- CLI integration to load and apply migrations during `fern generator upgrade`
- TypeScript SDK migration package with migrations for v1.0.0, v2.0.0, and v3.0.0

The system enables breaking changes to generator configuration schemas without requiring manual user intervention, improving the upgrade experience.
@Swimburger Swimburger marked this pull request as draft January 8, 2026 01:43
@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

🌱 Seed Test Selector

Select languages to run seed tests for:

  • Python
  • TypeScript
  • Java
  • Go
  • Ruby
  • C#
  • PHP
  • Swift
  • Rust
  • OpenAPI
  • Postman

How to use: Click the ⋯ menu above → "Edit" → check the boxes you want → click "Update comment". Tests will run automatically and snapshots will be committed to this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants