Skip to content

Commit c0f3611

Browse files
committed
incr version
1 parent 3eb41a6 commit c0f3611

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [7.0.7] - 2025-01-21
8+
### Fixed
9+
- Fixed RequestException constructor to properly handle integer error codes
10+
- Added CURL error code mapping to appropriate HTTP status codes (408 for timeouts, 503 for connection errors, 500 for other errors)
11+
- Set HTTP client timeout to 30 seconds to match server configuration
12+
713
## [7.0.6]
814
### Fixed
915
- Pass the curl error message as the first argument when constructing `RequestException`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doofinder/php-doofinder",
3-
"version": "7.0.6",
3+
"version": "7.0.7",
44
"type": "library",
55
"description": "Doofinder PHP API Client",
66
"keywords": [

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)