docs(changelog): cover S4, O3, O4 in the v3.2.0 notes#29
Merged
Conversation
Extend the unreleased v3.2.0 CHANGELOG + release-notes to cover everything landing in 3.2.0, not just the agent-error clarity / cloud-region / allow-list work already listed: bounded body inspection (detection_max_body_inspect_bytes), the ipinfo_* runtime DeprecationWarning, the protocol-contract docstrings, and the API-surface audit doc.
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
Extends the unreleased v3.2.0 CHANGELOG + release-notes so they describe everything actually landing in 3.2.0. They previously listed only the agent-error clarity (O1/O2), cloud-region (O6) and allow-list (O5) work; this adds the three items completed since:
detection_max_body_inspect_bytes(PR feat(detection): cap request-body inspection by Content-Length (S4) #28)ipinfo_*runtime DeprecationWarning (O3) + the API-surface audit doc (PR refactor(config): audit API surface + deprecate ipinfo_* fields (O3) #27)New
### Deprecatedand### Documentationsubsections; an S4 bullet under### Added; and an expanded version title. Markdown lint clean.Note
Release-prep — merge after / alongside #26, #27, #28 so the notes match what ships in 3.2.0.