docs: add prerelease-quirks entry for 2.11.1a3 - #432
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
The automated inspectors have submitted their report. 🕵️♂️I've aggregated the results of the automated checks for this PR below. 🏷️ Release PreviewA detailed preview of the next release cycle. 🎬 Current:
✅ PR title follows conventional commit format. 🚀 Release Channel Compatibility Predicted next version:
⚖️ License CheckScanning for any 'no-derivatives' clauses. 🚫 ✅ No license violations found. Policy: Apache 2.0 (universal donor). StrongCopyleft / NetworkCopyleft / WeakCopyleft / Other / Error categories fail. MPL allowed. 🔒 Security (pip-audit)I've performed a digital frisk of this contribution. 👮♂️ ✅ No known vulnerabilities found (65 packages scanned). 📋 Repo HealthChecking the repo's mental health (aka developer happiness). 😊 ✅ All required files present. Latest Version: ✅ 📊 CoverageEnsuring the code doesn't have any blind spots. 🕶️ ✅ 82.7% total coverage Files below 80% coverage (23 files)
Full report: download the Processing... Done! Have a productive day! ☕ |
Adds a
docs/prerelease-quirks.mdfile for this repo, following the convention already used elsewhere, and records the behavior change in the just-released 2.11.1a3:UtteranceTransformersServiceandMetadataTransformersServiceno longer merge a transformer's returned context into itself when the transformer hands back the same object it received, which previously produced aRecursionErroron nested self-returned contexts and lost caller context identity for an empty dict.The entry also notes that transformer debug logging is now gated behind an active-debug-level check and strips the
sessionkey from the logged context before emitting it.README.md and docs/transformers.md were checked for claims contradicted by this change; none were found, so no other files were touched.