chore(internal): bump IR to 67.2.0 for SseStreamChunk.resumable#15812
chore(internal): bump IR to 67.2.0 for SseStreamChunk.resumable#15812patrickthornton merged 1 commit intomainfrom
Conversation
PR #15795 added an optional `resumable` field to `SseStreamChunk` in `ir-types-latest/definition/http.yml` but did not bump the IR version, so no new `@fern-fern/ir-sdk` package was published. Bump VERSION 67.1.0 -> 67.2.0 and append a corresponding CHANGELOG entry so the field becomes visible to downstream consumers. Also document the per-PR IR-version-bump requirement in packages/ir-sdk/CLAUDE.md (Adding New IR Features step 4 + revised Version Release Process) and the root CLAUDE.md (Feature Addition Workflow), so this is not missed in future feature PRs.
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
SDK Generation Benchmark ResultsComparing PR branch against median of 5 nightly run(s) on Full benchmark table (click to expand)
main (generator): generator-only time via --skip-scripts (includes Docker image build, container startup, IR parsing, and code generation — this is the same Docker-based flow customers use via |
Docs Generation Benchmark ResultsComparing PR branch against median of 5 nightly run(s) on
Docs generation runs |
Summary
packages/ir-sdk/fern/apis/ir-types-latest/VERSIONfrom67.1.0→67.2.0and append a CHANGELOG entry. PR feat(parser):x-fern-streaming.resumablefor SSE auto-reconnection #15795 added an optionalresumablefield toSseStreamChunkbut did not bump the IR version, so no new@fern-fern/ir-sdkwas published and the field stayed invisible to downstream consumers (e.g., the Go SDK follow-up that wants to read it).Doc update (
packages/ir-sdk/CLAUDE.md, "Adding New IR Features" → new step 4):