Skip to content

release: 0.8.3 — version bump#43

Merged
maltsev-dev merged 1 commit into
masterfrom
release/0.8.3
Jun 29, 2026
Merged

release: 0.8.3 — version bump#43
maltsev-dev merged 1 commit into
masterfrom
release/0.8.3

Conversation

@maltsev-dev

Copy link
Copy Markdown
Member

Trivial version bump + CHANGELOG entry. The wire-format fixes from PR #42 (langgraph model fallback, init-ordering patch_httpx, fail-LOUD missing-model wire tag) are already on master; this PR only updates the version number so publish-test can ship 0.8.3 to TestPyPI without colliding with the existing 0.8.2 artifacts.

…l-LOUD wire tag

Version bump after PR #42: the wire-format fixes from 0.8.2 closed
the silent zero-billing bug on the httpx path. 0.8.3 closes it on
the langgraph callback path (langchain-openai 1.x puts the
date-suffixed model on LLMResult.llm_output, not on AIMessage
response_metadata), the init-ordering hazard (ChatOpenAI(...) built
before nullrun.init() never sees the class-level __init__ wrap),
and promotes the missing-model wire failure from WARN to fail-LOUD
(ERROR + dropped_llm_call_no_model counter + __missing_model wire
flag the backend can reject with HTTP 422).

CHANGELOG entry added above 0.8.2. No public-API break.
@maltsev-dev maltsev-dev merged commit f36befd into master Jun 29, 2026
4 checks passed
@maltsev-dev maltsev-dev deleted the release/0.8.3 branch June 29, 2026 09:39
@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant