Skip to content

chore: Release 3.2.0 - #94

Merged
m96-chan merged 1 commit into
mainfrom
chore/release-3.2.0
Sep 6, 2026
Merged

chore: Release 3.2.0#94
m96-chan merged 1 commit into
mainfrom
chore/release-3.2.0

Conversation

@m96-chan

@m96-chan m96-chan commented Sep 6, 2026

Copy link
Copy Markdown
Owner

Summary

Version bump for 3.2.0. The substance is #91: OtlpExporter gained an actual transport, so the OpenTelemetry export announced in v3.0.0 and shipped as a no-op finally works.

Changes

  • pyproject.toml and __init__.py to 3.2.0
  • README changelog entry

Related Issue

No issue — release chore. Contents: #90 / #91.

Test Plan

Added/Modified Tests

Test Results

python -c "import pyetwkit; print(pyetwkit.__version__)"  ->  3.2.0
pytest        349 passed
ruff / black  clean

Checklist

  • Tests have been added/updated — n/a
  • All tests pass
  • Ready for code review
  • Documentation updated — changelog
  • CHANGELOG.md updated — the README changelog

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. The publish input 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

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
@m96-chan
m96-chan merged commit 9a6db70 into main Sep 6, 2026
15 checks passed
@m96-chan
m96-chan deleted the chore/release-3.2.0 branch September 6, 2026 14:10
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