Skip to content

Commit

Permalink
Prepare 1.7.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Apr 11, 2020
1 parent b415628 commit 0c15b91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG-1.x.md
Expand Up @@ -2,14 +2,18 @@

This changelog references the relevant changes (bug and security fixes) done to `katsana/minions`.

## 1.7.0 DRAFT
## 1.7.0

Released: 2020-04-11

### 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.
Expand Down
1 change: 1 addition & 0 deletions src/Minion.php
Expand Up @@ -11,6 +11,7 @@
* @method \Minions\Client\Minion setEventLoop(\React\EventLoop\LoopInterface $eventLoop)
* @method void run()
* @method array|mixed await(array|\React\Promise\PromiseInterface $promises)
* @method \Clue\React\Mq\Queue queue(string $project, int $concurrency, ?int $limit)
*
* @see \Minions\Client\Minion
*/
Expand Down

0 comments on commit 0c15b91

Please sign in to comment.