chore(release): v0.10.0-rc1#89
Merged
Merged
Conversation
Release prep for the v0.10.0 Langfuse observability release. - CHANGELOG: [0.10.0] entry covering proposals 0031-0036 plus the downstream-driven provider / observability hardening. - conformance.toml: proposals 0031-0036 flipped not-yet → implemented since = 0.10.0; spec_pin already at v0.27.1. - Version → 0.10.0rc1 across pyproject, __init__, smoke test, uv.lock; AGENTS.md regenerated with the new version stamp. - README: added a native-LangfuseObserver bullet — the release headline wasn't represented in the feature list. rc1 publishes to TestPyPI only; the real-release bump to 0.10.0 is a separate commit after rc verification per RELEASING.md.
There was a problem hiding this comment.
Pull request overview
Prepares the repository for the v0.10.0-rc1 TestPyPI release by bumping package versions, updating conformance status for spec proposals 0031–0036, and refreshing release documentation (README + CHANGELOG).
Changes:
- Bump package version to
0.10.0rc1across runtime, packaging, lockfile, and smoke test. - Mark proposals 0031–0036 as implemented in
conformance.tomlwithsince = "0.10.0". - Add the
[0.10.0]CHANGELOG entry and update README messaging for native Langfuse support.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Updates editable package version to 0.10.0rc1. |
| pyproject.toml | Bumps project version to 0.10.0rc1. |
| src/openarmature/init.py | Updates __version__ to 0.10.0rc1. |
| tests/test_smoke.py | Updates version assertion to 0.10.0rc1. |
| src/openarmature/AGENTS.md | Regenerates bundled docs header with the new package version. |
| README.md | Adds a “Native Langfuse mapping” feature bullet. |
| conformance.toml | Flips proposals 0031–0036 to implemented with since = "0.10.0". |
| CHANGELOG.md | Adds [0.10.0] release notes section. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Per spec's v0.10.0 sign-off (coord review-v0-10-0-release msg 02): - 0033 bullet: replace the vague "typed prompt model-config" with the actual surface — Prompt.sampling (a SamplingConfig subclass of RuntimeConfig), Prompt.observability_entities, the LabelResolver resolution chain, and filesystem layout / sampling-source. - 0032 bullet: the declared-field promotion is llm-provider §6; §8.1 is the OpenAI wire-mapping section. Attribute both correctly. CHANGELOG-only; no behavior change.
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.
Summary
Release prep for the v0.10.0 Langfuse observability release — the rc1 step (TestPyPI only). Absorbs spec proposals 0031-0036 (pin v0.22.1 → v0.27.1).
[0.10.0]entry (Added / Changed / Fixed / Notes) covering all six proposals plus the downstream-driven provider / observability hardening.not-yet→implemented since = 0.10.0;spec_pinalready at v0.27.1 (32/32 manifest entries consistent).0.10.0rc1acrosspyproject.toml,__init__.py,tests/test_smoke.py,uv.lock;AGENTS.mdregenerated with the new version stamp.LangfuseObserverbullet — the release headline wasn't in the feature list.What ships in v0.10.0
LangfuseObserver+InMemoryLangfuseClient+LangfuseSDKAdapter+[langfuse]extraRuntimeConfigdeclared fields:frequency_penalty/presence_penalty/stop_sequencesinvoke(metadata=...),set_invocation_metadata)concat_flatten+merge_allfan-out collection reducersPlus: public
force_flush()on both observers,OpenAIProvider/v1-suffix rejection,subgraph_name= subgraph identity, vLLM cookbook, conformance.toml manifest + CI guard.Release sequence (per RELEASING.md)
This is the rc-prep commit. After merge: tag
v0.10.0-rc1(→ TestPyPI), verify, then a separate real-release bump PR (0.10.0rc1→0.10.0) before taggingv0.10.0(→ PyPI + GitHub Release). No tag pushed without explicit maintainer go.Test plan
ruff check/ruff format --checkcleanpyrightcleanscripts/check_conformance_manifest.py— 32/32 consistenttests/test_smoke.py— version consistency (init / pyproject / submodule changelog) green