COMMITS
/ tests/Http/HttpClientTest.php March 27, 2026
B
[13.x] Pass request to afterResponse callback (#59410)
Bilfeldt committed
March 17, 2026
L
Use Carbon::now() and Date::now() instead of now() helper (#59252)
Lucas Michot committed
T
fix conflicts
Taylor Otwell committed
B
[12.x] Correct truncate exceptions at (#59239)
Brett B committed
March 10, 2026
T
fix conflicts
Taylor Otwell committed
March 9, 2026
S
[12.x] Include request context in HTTP client Response::dump() (#59136)
Sander Muller committed
February 18, 2026
T
fix conflicts
Taylor Otwell committed
L
tests (#58910)
Luke Kuzmish committed
February 16, 2026
T
fix conflicts
Taylor Otwell committed
February 14, 2026
J
Update HttpClientTest.php (#58817)
Jack Bayliss committed
February 13, 2026
T
fix conflicts
Taylor Otwell committed
February 9, 2026
J
[12.x] Ensure throwIfStatus / throwUnlessStatus work for all status codes (#58724)
Jack Bayliss committed
January 24, 2026
T
merge 12.x forward
Taylor Otwell committed
January 20, 2026
M
Merge tag 'v12.47.0'
Mior Muhammad Zaki committed
January 19, 2026
L
[12.x] Allow setting flags for decoding json in the Http Client's Response (#58379)
Luke Kuzmish committed
January 5, 2026
L
December 17, 2025
L
[12.x] Add ability to run callbacks after building an Http response (#58088)
Luke Kuzmish committed
M
Merge tag 'v12.43.1'
Mior Muhammad Zaki committed
December 14, 2025
K
[12.x] Make the Client Response class tappable (#58115)
Kevin Bui committed
December 8, 2025
L
[12.x] Fix `PendingRequest@pool()` && `batch()` concurrency (#57973)
Luke Kuzmish committed
December 6, 2025
L
Pool and Batch newRequest() (#58038)
Luke Kuzmish committed
November 29, 2025
L
[13.x] Default `PendingRequest@pool()` to use 2 for concurrency (#57972)
Luke Kuzmish committed
November 27, 2025
C
[12.x] Add `throwUnless()` to `Illuminate\Http\Client\Response` (#57951)
Cas Ebbers committed
November 16, 2025
S
Apply fixes from StyleCI
StyleCI Bot committed
L
[12.x] `RequestException`: attempt to summarize message before reporting (#57767)
Luke Kuzmish committed
November 12, 2025
October 28, 2025
W
[12.x] Add concurrency control to Http::pool and Http::batch (#57555)
Wendell Adriel committed
October 14, 2025
W
Add defer method to HTTP batch (#57387)
Wendell Adriel committed
September 29, 2025
W
[12.x] Add Http::batch (#56946)
Wendell Adriel committed
August 13, 2025
R
[12.x] Add `allowedUrls` through `preventStrayRequests` (#56645)
Richard Browne committed
July 18, 2025
J
Fix multipart array value parsing in HTTP client (#55732) (#56302)
joteejotee committed
July 15, 2025
C
[12.x] Fix Possible Undefined Variables (#56292)
Caleb committed
June 11, 2025
A
Enhance error handling in PendingRequest to convert TooManyRedirectsE… (#55998)
Achraf AAMRI committed
June 6, 2025
L
[12.x] Allow setting the `RequestException` truncation limit per request (#55897)
Luke Kuzmish committed
June 5, 2025
A
Fix SSL Certificate and Connection Errors Leaking as Guzzle Exceptions (#55937)
Achraf AAMRI committed
May 9, 2025
M
[12.X] Fix `Http::preventStrayRequests` error propagation when using `Http::pool` (#55689)
Martin Saldinger committed
April 9, 2025
C
Allow middleware exceptions to be retried (#55343)
Chris Lloyd committed
L
Rename test method of failedRequest() (#55332)
Lukas Kämmerling committed
April 8, 2025
T
rename method
Taylor Otwell committed
April 2, 2025
L
[12.x] Add `Http::requestException()` (#55241)
Luke Kuzmish committed
March 13, 2025
L
[12.x] Fix `PendingRequest` typehints for `post`, `patch`, `put`, `delete` (#54998)
Luke Kuzmish committed
January 23, 2025
A
[11.x] apply our new Pint rule to the `/tests` directory (#54325)
Andrew Brown committed
C
[11.x] Helper methods to dump responses of the Laravel HTTP client (#54317)
Craig Morris committed
January 17, 2025
A
fixes the line ending error on windows test (#54236)
Ahmed Alaa committed
December 13, 2024
L
[11.x] Prefer new Fluent over fluent() helper (#53890)
Lucas Michot committed
L
[11.x] Prefer new Stringable over Str::of and str() (#53883)
Lucas Michot committed
December 6, 2024
S
S
[11.x] Add ability to transform `Http\Client\Response` into `Fluent` (#53771)
Steve Bauman committed
November 25, 2024
J
Add shorthands for fake HTTP responses (#53663)
Jason McCreary committed
November 15, 2024
G
[11.x] Http client: record request when faking connection exception (#53530)
Günther Debrauwer committed