chore: release v1.32.0#273
Merged
Merged
Conversation
commit: |
ac08b08 to
6d2a475
Compare
fal queue status/result responses now emit x-fal-request-id, and an opt-in billableUnits fixture field emits x-fal-billable-units on the completed result so adapters like @tanstack/ai-fal can surface usage.unitsBilled on replay. Record mode captures the upstream header so recorded fixtures round-trip billing with no hand-editing. (#269) Bumps all 5 version surfaces 1.31.0 -> 1.32.0 and promotes the CHANGELOG entry.
6d2a475 to
5e276ba
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.
Minor release bumping all 5 version surfaces from 1.31.0 to 1.32.0 and promoting the
[Unreleased]CHANGELOG section (the #270 fal billing-headers entry) to a dated[1.32.0] - 2026-06-22heading.Version surfaces bumped (1.31.0 → 1.32.0)
package.json—versioncharts/aimock/Chart.yaml—appVersion(chartversion: 0.1.0untouched).claude-plugin/plugin.json—version.claude-plugin/marketplace.json—plugins[0].source.version(^1.31.0→^1.32.0)packages/aimock-pytest/src/aimock_pytest/_version.py—AIMOCK_VERSION(pytest pyproject0.4.0untouched)CHANGELOG
Promoted
[Unreleased]to## [1.32.0] - 2026-06-22, leaving an empty[Unreleased]at the top. The single Added entry is the #270 fal billing-headers change (x-fal-request-id/x-fal-billable-units), moved verbatim.Quality gates (local, all green)
pnpm install --frozen-lockfile— OKpnpm run format:check— OKpnpm run lint— OKpnpm run test— 3922 passed, 44 skipped, 0 failedpnpm run build— OKNote:
publish-release.ymlautopublishes on merge to main.