Releasing 4.25.2 - #141
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (7)
Included review availability: Your plan includes up to 12 reviews per rolling hour; 10 remain after this review. WalkthroughHTTP client request creation now normalizes method casing before validation and emits uppercase methods. Tests cover GET, POST, and unsupported methods. The package version and changelog now report v4.25.2. ChangesHTTP Method Normalization
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to The release normalizes HTTP methods before requests are constructed to prevent dependency deprecation notices; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ❌ 1❌ Failed checks (1 warning)
Comment |
v4.25.2 (2026-08-18)
Bug Fixes:
guzzlehttp/psr72.11+ (Passing a non-uppercase HTTP method is deprecated) orguzzlehttp/guzzle7.11+. Both libraries preserve method casing in their next major versions, where a lowercase method would have been sent on the wire as-is.Releases version 4.25.2. Normalizes HTTP methods case-insensitively and sends uppercase methods to Guzzle and PSR-7. Adds tests for valid and unsupported methods. Updates the changelog and version constants.