Releases: apimatic/unirest-php
Releases · apimatic/unirest-php
Release 4.0.5
Release 4.0.4
Release 4.0.3
Release 4.0.2
Release 4.0.1
Introduction of Core Libraries
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
There were multiple methods within Unirest which had no need of being instance based, hence reverting them to be static.
Remove static entities.
Makes Unirest object oriented.
Enable persistent HTTP connections
Now unirest-php will continue to persist http-connection
Url pre-processing added for queryUrls
This release brings following changes:
- Added url pre-processing
- Removed repeated encoding from library