Backfill changelogs for 2.6.0-2.8.0 and cut 2.9.0#1080
Conversation
|
Docs preview: https://228a5f1e-httpx2-docs.pydantic.workers.dev |
Merging this PR will not alter performance
Comparing Footnotes
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 53c1413cab
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
Releases
v2.6.0,v2.7.0, andv2.8.0were tagged without changelog entries. This backfills both package changelogs from the commit history between tags, and renamesUnreleasedto2.9.0.httpx2:2.6.0(WebSocket support via Add native WebSocket support by vendoring httpx-ws #1042,QUERYmethod via Add QUERY method support (RFC 10008) #1055, click bounds via Bump click lower bound to >=8.4 and drop upper bound #1040),2.7.0(httpx-ws v0.9.0 via Update vendored httpx-ws to upstream v0.9.0 #1067),2.8.0(lockstep bump, no changes),2.9.0(alias_httpx()via Addalias_httpx()to aliashttpximports tohttpx2#1077, with the PR link added).httpcore2:2.6.0(fix: clean up garbage connections on cancellation in AsyncConnectionPool #983, Read _expire_at only once in has_expired() #1045),2.7.0(lockstep bump),2.8.0(connection pool churn via Eliminate multi-assignment churn in the connection pool #1075),2.9.0(lockstep bump).Docs-only and test-only commits (#1041, #1054, #1058, #1061, #1062, #1063, #1065) are omitted, matching existing changelog conventions. Lockstep entries reuse the phrasing from
httpcore22.2.0. Dates come from the tag dates;2.9.0is dated today.AI Disclaimer
This PR was developed with the assistance of either Claude or Codex. I've reviewed and verified the changes.