chore: Release 3.2.0 - #94
Merged
Merged
Conversation
OTLP export works for the first time. #91 gave OtlpExporter an actual transport -- OTLP/HTTP with JSON encoding over the standard library -- so the feature announced in v3.0.0 and shipped as a no-op is finally real. Minor rather than patch: `flush()` sends where it previously raised, which is new behaviour rather than a fix to existing behaviour, even though the version before it did nothing useful. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HhPcm483PrDmuQEUSALBFn
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
Version bump for 3.2.0. The substance is #91:
OtlpExportergained an actual transport, so the OpenTelemetry export announced in v3.0.0 and shipped as a no-op finally works.Changes
pyproject.tomland__init__.pyto 3.2.0Related Issue
No issue — release chore. Contents: #90 / #91.
Test Plan
Added/Modified Tests
Test Results
Checklist
Additional Notes
Minor rather than patch:
flush()now sends where it previously raised. That is new behaviour rather than a fix to existing behaviour, even though the version before it did nothing useful.After merge: tag
v3.2.0, publish the release, and check PyPI actually received it. Thepublishinput added in #89 is there if the run fails partway — it was not needed for v3.1.0, which went through cleanly.🤖 Generated with Claude Code
https://claude.ai/code/session_01HhPcm483PrDmuQEUSALBFn