Skip to content

Releases: apimatic/unirest-php

Release 4.0.5

25 Apr 14:26
e167540
Compare
Choose a tag to compare

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
bb27911
Compare
Choose a tag to compare

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
119c435
Compare
Choose a tag to compare

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
81eacc4
Compare
Choose a tag to compare

4.0.2 (2023-02-16)

Continuous Integration

  • security-enhancement: setup dependency review (#40) (81eacc4)

Release 4.0.1

02 Feb 11:29
112b179
Compare
Choose a tag to compare

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
70ccda3
Compare
Choose a tag to compare

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
247d24c
Compare
Choose a tag to compare

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
c74afa4
Compare
Choose a tag to compare

Makes Unirest object oriented.

Enable persistent HTTP connections

15 Jun 08:42
52e226f
Compare
Choose a tag to compare

Now unirest-php will continue to persist http-connection

Url pre-processing added for queryUrls

24 Mar 08:27
a45c4c7
Compare
Choose a tag to compare

This release brings following changes:

  • Added url pre-processing
  • Removed repeated encoding from library