Skip to content

Releases: jeromegamez/mite-php

3.2.0

27 Mar 20:19
3.2.0
a4c9510
Compare
Choose a tag to compare

Added support for PHP 8.3

3.1.0

08 Jun 11:36
3.1.0
b6d00b2
Compare
Choose a tag to compare
  • Removed psr/http-message as a direct dependency.
  • Fixed return type annotations for endpoints returning lists

3.0.0

21 Feb 08:24
2316b30
Compare
Choose a tag to compare

Dropped support for PHP <8.1

2.1.0

20 Feb 10:25
c5b3423
Compare
Choose a tag to compare

Changed API domain from mite.yo.lk to mite.de(see mite.de blog post) (#5)

2.0.1

15 Apr 17:48
f3304e7
Compare
Choose a tag to compare
  • Fixed typo in HttpApiClient causing invalid host names (#2)

Thanks to @LordSimal for the fix!

2.0

15 Apr 00:59
daee822
Compare
Choose a tag to compare
2.0
  • Dropped support for PHP <7.4
  • Removed the GuzzleApiClient implementation, because Guzzle implements PSR-18 since release 7.0. If you used the GuzzleApiClient, please refer to the updated installation instructions in the README.

1.1.1

15 Apr 00:52
3804b4e
Compare
Choose a tag to compare

Fixed data being used as URL params for POST and PATCH requests

1.1

14 Apr 22:38
d18e801
Compare
Choose a tag to compare
1.1
  • Added support for PHP 8.0
  • The signatures of the following methods have changed
    • GuzzleApiClient::with(string $accountName, string $apiKey, GuzzleClientInterface $client = null)
      • Removed the $options parameter. If you want to modify the behaviour of the underlying GuzzleHTTP client,
        configure it directly.
    • HttpApiClient::with(string $accountName, string $apiKey, ClientInterface $client, RequestFactoryInterface $requestFactory)
      • Removed the $options parameter. If you want to modify the behaviour of the underlying HTTP client,
        configure it directly.

1.0.1

23 Jan 18:24
1.0.1
3acff35
Compare
Choose a tag to compare

Removed superfluous bracket in the API client's user agent string

1.0

23 Jan 11:45
1.0
a10c40f
Compare
Choose a tag to compare
1.0

Initial release