Releases: apimatic/unirest-php
Releases · apimatic/unirest-php
Release Version 4.0.7
17 Jun 09:11
Compare
Sorry, something went wrong.
No results found
4.0.7 (2025-06-17)
Bug Fixes
curl: handle non-string response from curl_exec (#60 ) (bdfd5f2 )
post-request: handle empty body (#61 ) (40556f7 )
Release Version 4.0.6
22 Apr 09:13
Compare
Sorry, something went wrong.
No results found
4.0.6 (2025-04-22)
Features
php-unirest: added proxy server configuration (#56 ) (df38c93 )
Documentation
adds contributing guide and issue templates (#55 ) (0cad0ea )
Continuous Integration
add bug reporting template (#48 ) (9eb488a )
add pr review template (#46 ) (2e6a0e7 )
release-workflow: updates release workflow (#49 ) (0bf6081 )
add release notification (#52 ) (c2c56f8 )
merge release notification action (#53 ) (dfead23 )
dependabot: update the configurations for dependabot alerts (#54 ) (206b24c )
Release 4.0.5
25 Apr 14:26
Compare
Sorry, something went wrong.
No results found
4.0.5 (2023-04-25)
Reverts
multipart-form-params: individual headers for multipart form params #44 (e167540 )
Release 4.0.4
18 Apr 04:59
Compare
Sorry, something went wrong.
No results found
4.0.4 (2023-04-18)
Bug Fixes
multipart-form-params: individual headers for multipart form params (#43 ) (bb27911 )
Release 4.0.3
04 Apr 08:03
Compare
Sorry, something went wrong.
No results found
4.0.3 (2023-04-04)
Build Systems
extend-php-support: extended PHP versions support to 8.x (#41 ) (119c435 )
Release 4.0.2
16 Feb 10:59
Compare
Sorry, something went wrong.
No results found
4.0.2 (2023-02-16)
Continuous Integration
security-enhancement: setup dependency review (#40 ) (81eacc4 )
Release 4.0.1
02 Feb 11:29
Compare
Sorry, something went wrong.
No results found
4.0.1 (2023-02-02)
Bug Fixes
invalid-content-type: default content-type for null request body (#38 ) (112b179 ), closes #37
Continuous Integration
release-gh-action: added release action to deploy to production (#33 ) (e721709 )
Introduction of Core Libraries
30 Sep 10:59
Compare
Sorry, something went wrong.
No results found
This release brings in the following major changes:
The minimum supported PHP version is now 7.2
New HttpClient implementation
New way set Configurations through HttpConfigurations
Improved linting and resolved code analyzer issues
Revert multiple pure methods to static
27 Jul 08:50
Compare
Sorry, something went wrong.
No results found
There were multiple methods within Unirest which had no need of being instance based, hence reverting them to be static.
Remove static entities.
14 Jul 05:28
Compare
Sorry, something went wrong.
No results found
Makes Unirest object oriented.