Skip to content

Commit

Permalink
🚀 v1.0.5
Browse files Browse the repository at this point in the history
🚀 v1.0.5
  • Loading branch information
tal7aouy authored Dec 8, 2024
2 parents 1a95fc7 + 79af9eb commit b32d4a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed rate limit exception message consistency in tests
- Improved error handling for various curl error scenarios
- Better handling of HTTP error responses with retry mechanism


## [1.0.5] - 2024-12-08

## Added
- Enhance curl handle options
- Improve parsing of headers
- Configurable rate limit and time frame
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tal7aouy/yusr",
"description": "A lightweight HTTP client library for PHP inspired by Guzzle.",
"version": "1.0.4",
"version": "1.0.5",
"type": "library",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -59,4 +59,4 @@
"test": "./vendor/bin/pest",
"rector": "./vendor/bin/rector process src tests"
}
}
}

0 comments on commit b32d4a0

Please sign in to comment.