Skip to content

Releases: maxmind/web-service-common-php

0.10.0

14 Nov 23:17
d7c7c42
Compare
Choose a tag to compare
  • PHP 8.1 or greater is now required.
  • Type hints for PHPStan have been improved.

0.9.0

28 Mar 17:43
Compare
Choose a tag to compare
  • Improved internal type hint usage.

0.8.1

02 Nov 17:01
Compare
Choose a tag to compare
  • We now correctly handle responses without a Content-Type header. In 0.8.0,
    such responses could lead to a type error. In particular, this affected the
    minFraud Report Transaction endpoint, which returns a response with no
    content. Reported by Dmitry Malashko. GitHub #99 on
    maxmind/minfraud-api-php.

0.8.0

01 Oct 17:25
ba67d95
Compare
Choose a tag to compare
  • PHP 7.2 or greater is now required.
  • Added additional type hints.

0.7.0

06 May 15:58
74c996c
Compare
Choose a tag to compare
  • Responses with a 204 status code are accepted as successes.

0.6.0

12 Dec 15:58
Compare
Choose a tag to compare
  • Curl handles are now reused across requests. Pull request by Willem
    Stuursma-Ruwen. GitHub #24.
  • PHP 5.6 is now required.

0.5.0

12 Feb 22:32
Compare
Choose a tag to compare
  • Refer to account IDs using the terminology "account" rather than "user".

0.4.0

10 Jul 17:38
Compare
Choose a tag to compare
  • PHP 5.4 is now required.