release: v0.8.0#147
Merged
Merged
Conversation
- ROADMAP: Homebrew shipped (#144) — move it from 'Next' into the Operability 'Shipped' bullet; the headline runtime is built out, so 'Next' is now framed as demand-driven rather than listing a stale item. - ARCHITECTURE: the provider package is no longer 'OpenAI/Bedrock/Ollama stubbed' — Anthropic, OpenAI, Ollama, and AWS Bedrock are all native now.
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 v0.8.0. Rolls
[Unreleased]into a dated## [0.8.0]section (with compare links), updates thedocs/VISION.mdstatus line, bumps the in-binary dev version to0.8.1-dev, and bumps all three SDK/version markers — Python (pyproject.toml+__init__.py) and the TypeScript SDK (package.json+package-lock.json, the marker that was missed at v0.7.0 and broke the npm publish).Since v0.7.0: native AWS Bedrock provider, Homebrew publishing, Datadog + SigNoz dashboards, LiteLLM long-tail provider docs, cross-run spend rollups (
audit summary), and a refreshed pricing table. No breaking API changes; forward-compatible with v0.7.x state.After merge: I'll sync main and tag
v0.8.0on the merged commit (release workflow → signed multi-arch image + binaries; the Python/TS publish workflows push to PyPI/npm) — on your go.Verified:
go build ./...clean;npm ciin sdks/typescript confirms the lockfile is consistent with the bumped version; CHANGELOG[Unreleased]is empty above[0.8.0].