Release v4.4.2#68
Merged
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThe release updates the package version to 4.4.2, changes release instructions to use ChangesRelease and documentation updates
Estimated code review effort: 2 (Simple) | ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
4.4.2 - 2026-07-22
MetricsCollector,PrometheusMetrics,OTelMetrics,StructlogMetrics,get_metrics_collector,set_metrics_collector) was removed as dead code in 4.3.0, but the README still listed a[Metrics](#metrics)ToC entry (broken link), advertised "Prometheus / OpenTelemetry / structlog metrics" in the Features list, and included a "Metrics | Prometheus / OTel" row in the migration table. All three references are now gone.AGENTS.mdRelease Process step 1, which instructed to bump__version__inbackon/__init__.py. That value is read dynamically fromimportlib.metadata; onlyversioninpyproject.tomlneeds bumping. Now consistent with the Versioning section.Note: mypy
python_versionstays at3.10even though 4.4.0 restored Python 3.9 runtime support. mypy 2.x droppedpython_version = "3.9"(minimum supported target is 3.10); 3.9 compatibility is enforced viaUnion/Optionalin module-level aliases,from __future__ import annotationsin_decorator.py, and the Python 3.9 entry in the CI matrix.Validation: All checks pass — ruff, mypy, and 563 tests.
Summary by CodeRabbit
Documentation
Release