Skip to content

Releases: easybill/php-sdk

v3.3.0

24 Apr 12:42
50ae786
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.3.0

v3.2.1

22 Jun 06:32
7e38719
Compare
Choose a tag to compare

Bump guzzlehttp/guzzle from 7.4.4 to 7.4.5 #12

v3.2.0

10 Jun 06:39
42bc8b1
Compare
Choose a tag to compare

Bump guzzlehttp/guzzle from 7.3.0 to 7.4.4 #11

v3.1.0

30 Mar 07:25
afb995c
Compare
Choose a tag to compare

Bump guzzlehttp/psr7 from 1.8.1 to 2.2.1 #9

Changes from https://github.com/guzzle/psr7/releases

  • When building a query string, booleans are represented as 1 and 0.
  • Attempting to create a Uri object from a malformed URI will no longer throw a generic InvalidArgumentException, but rather a MalformedUriException, which inherits from the former for backwards compatibility. Callers relying on the exception being thrown to detect invalid URIs should catch the new exception.

v3.0.0 - PHP7.4 and Guzzle v7

11 Apr 19:55
Compare
Choose a tag to compare

Change minimum requirements to php7.4 and guzzle 7.

v2.1.0 - Drop default timeout.

24 Jul 06:05
Compare
Choose a tag to compare

Code cleanup, drop default timeout 30s and enable http_errors option only if needed.

v2.0.0

07 Sep 06:40
Compare
Choose a tag to compare

Note: v2 is not compatible with v1!