All Versions
11
Latest Version
Avg Release Cycle
215 days
Latest Release
559 days ago

Changelog History
Page 1

  • v3.3.0 Changes

    December 08, 2024
    • ➕ Added support for PHP 8.4
    • ➕ Added auto-discovery of PSR-17 Factories and PSR-18 HTTP Clients.
  • v3.2.0 Changes

    March 27, 2024

    ➕ Added support for PHP 8.3

  • v3.1.0 Changes

    June 08, 2023
    • ✂ Removed psr/http-message as a direct dependency.
    • 🛠 Fixed return type annotations for endpoints returning lists
  • v3.0.0 Changes

    February 21, 2023

    ⬇️ Dropped support for PHP <8.1

  • v2.1.0 Changes

    February 20, 2023

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

  • v2.0.1 Changes

    April 15, 2021
    • 🛠 Fixed typo in HttpApiClient causing invalid host names (#2)

    Thanks to @LordSimal for the fix!

  • v2.0 Changes

    April 15, 2021
    • ⬇️ 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.
  • v1.1.1 Changes

    April 15, 2021

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

  • v1.1 Changes

    April 14, 2021
    • ➕ 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.
  • v1.0.1 Changes

    January 23, 2019
    • ✂ Removed superfluous bracket in the API client's user agent string