Release 0.3.0 - #35
Merged
Merged
Conversation
osmarluz
approved these changes
Sep 2, 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.
Cuts
0.3.0for PyPI. Version bump +CHANGELOG.md[Unreleased]→[0.3.0] - 2026-09-02; no source changes.Merging this does not publish. The release is triggered by pushing the
v0.3.0tag afterwards, which runspublish.ymland then pauses on thepypienvironment for maintainer approval before anything reaches PyPI.What 0.3.0 contains
base_urlhost, billed on the model that actually served the call.x-snowflake-request-idkeying so a backfill of an already-billed window is rejected by Lago instead of double-billing.total_tokensguard now reads each provider's own convention from the newtoken_semantics.py, after Cortex was measured answering on an OpenAI wire with Anthropic's additive convention (2.0x on the call, ~800x on the output line).flush(), 4xx reclassification, adapter errors reachingon_error, pricing TTL + per-source backoff.Full detail in
CHANGELOG.md.Gates
Run locally on this commit: ruff + mypy strict + 835 tests green; CI re-runs the matrix on the PR.