Skip to content

Commit 7e1b0c3

Browse files
Thavarshangithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent a2d91ae commit 7e1b0c3

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Release Notes
22

3-
## [Unreleased](https://github.com/Thavarshan/fetch-php/compare/v3.1.1...HEAD)
3+
## [Unreleased](https://github.com/Thavarshan/fetch-php/compare/v3.2.0...HEAD)
4+
5+
## [v3.2.0](https://github.com/Thavarshan/fetch-php/compare/v3.1.1...v3.2.0) - 2025-05-16
6+
7+
### Added
8+
9+
* Added tests for various HTTP methods (GET, POST, PUT, DELETE, PATCH, OPTIONS) with appropriate assertions.
10+
11+
### Changed
12+
13+
* Simplified **`ManagesRetriesTest`** by using a mock class for retry-logic testing.
14+
* Consolidated tests for retryable status codes and exceptions into a single method.
15+
* Updated **`PerformsHttpRequestsTest`** to use `GuzzleHttp` client mocks for more accurate request simulation.
16+
* Enhanced exception-handling tests to verify error messages and retry behaviour.
17+
* Removed unnecessary reflection methods and streamlined test setup.
18+
19+
### Fixed
20+
21+
* Improved back-off delay calculations in retry tests to ensure correct timing.
22+
23+
**Full Changelog**: https://github.com/Thavarshan/fetch-php/compare/3.1.1...3.2.0
424

525
## [v3.1.1](https://github.com/Thavarshan/fetch-php/compare/v3.1.0...v3.1.1) - 2025-05-16
626

0 commit comments

Comments
 (0)