Skip to content

Releases: katsana/minions

v2.6.2

25 Sep 01:22
Compare
Choose a tag to compare

Changes

  • Add support for Laravel Framework 8.+.

v2.6.1

25 Aug 02:18
Compare
Choose a tag to compare

Fixes

  • Wrap handling request with rescue() to avoid uncatchable exception including PDOException.

v2.6.0

25 Jul 08:14
Compare
Choose a tag to compare

Added

  • Added methods to Minions\Exceptions\RequestException to access exception from response object:
    • getRpcError()
    • getRpcErrorCode()
    • getRpcErrorMessage()

v1.10.0

22 Jul 01:44
Compare
Choose a tag to compare

Added

  • Added methods to Minions\Exceptions\RequestException to access exception from response object:
    • getRpcError()
    • getRpcErrorCode()
    • getRpcErrorMessage()

v2.5.0

22 Jul 01:44
Compare
Choose a tag to compare

Added

  • Added Minions\Client\Minion::enabled() method.
  • Added Minions\Testing\MakesRpcRequests::sendRpc() method.
  • Added Minions\Testing\TestResponse::assertStatus() method.

v1.9.0

01 May 12:52
Compare
Choose a tag to compare

Added

  • Added Minions\Client\Minion::enabled() method.
  • Added Minions\Testing\MakesRpcRequests::sendRpc() method.
  • Added Minions\Testing\TestResponse::assertStatus() method.

v2.4.0

20 Apr 14:35
Compare
Choose a tag to compare

Added

  • Added Minions\Client\Response::toArray() method.

Changes

  • Emulate JSONRPC error when response status code is not 200, 201, 203, 204 or 205.
  • Allow to serialize() and unserialize() instance of Minions\Client\Response.

v1.8.0

20 Apr 13:33
Compare
Choose a tag to compare

Added

  • Added Minions\Client\Response::toArray() method.

Changes

  • Emulate JSONRPC error when response status code is not 200, 201, 203, 204 or 205.
  • Allow to serialize() and unserialize() instance of Minions\Client\Response.

v2.3.0

11 Apr 06:01
Compare
Choose a tag to compare

Added

  • Added Minions\Client\Minion::queue() method.
  • Added Minions\Testing\TestResponse::output() method.
  • Add Minions\Http\Request::input() method.

Changes

  • Explicitly require clue/buzz-react, nyholm/psr7 and symfony/psr-http-message-bridge to streamline out of the box feature.
  • Update minimum laravie/stream to v1.3+.
  • Allow project token and signature to be set to null for app to app communication under private intranet.
  • Add Minions\Exceptions\RequestException::report() method to send custom error log to Laravel logger.

v1.7.0

11 Apr 05:32
Compare
Choose a tag to compare

Added

  • Added Minions\Client\Minion::queue() method.
  • Added Minions\Testing\TestResponse::output() method.

Changes

  • Explicitly require clue/buzz-react, nyholm/psr7 and symfony/psr-http-message-bridge to streamline out of the box feature.
  • Update minimum laravie/stream to v1.3+.
  • Allow project token and signature to be set to null for app to app communication under private intranet.
  • Add Minions\Exceptions\RequestException::report() method to send custom error log to Laravel logger.