Releases: katsana/minions
Releases · katsana/minions
v2.6.2
Changes
- Add support for Laravel Framework
8.+
.
v2.6.1
Fixes
- Wrap handling request with
rescue()
to avoid uncatchable exception including PDOException
.
v2.6.0
Added
- Added methods to
Minions\Exceptions\RequestException
to access exception from response object:
getRpcError()
getRpcErrorCode()
getRpcErrorMessage()
v1.10.0
Added
- Added methods to
Minions\Exceptions\RequestException
to access exception from response object:
getRpcError()
getRpcErrorCode()
getRpcErrorMessage()
v2.5.0
Added
- Added
Minions\Client\Minion::enabled()
method.
- Added
Minions\Testing\MakesRpcRequests::sendRpc()
method.
- Added
Minions\Testing\TestResponse::assertStatus()
method.
v1.9.0
Added
- Added
Minions\Client\Minion::enabled()
method.
- Added
Minions\Testing\MakesRpcRequests::sendRpc()
method.
- Added
Minions\Testing\TestResponse::assertStatus()
method.
v2.4.0
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
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
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
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.