|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [0.8.34](https://github.com/php-enqueue/enqueue-dev/tree/0.8.34) (2018-08-04) |
| 4 | +[Full Changelog](https://github.com/php-enqueue/enqueue-dev/compare/0.8.33...0.8.34) |
| 5 | + |
| 6 | +- \[sqs\] Messages should not allow empty bodies [\#435](https://github.com/php-enqueue/enqueue-dev/issues/435) |
| 7 | +- Use the auto-tagging feature for e.g. processors [\#405](https://github.com/php-enqueue/enqueue-dev/issues/405) |
| 8 | + |
| 9 | +- \[simple-client\] `sqs:` DSN not working [\#483](https://github.com/php-enqueue/enqueue-dev/issues/483) |
| 10 | + |
| 11 | +- Adding a signal handler to the consumer [\#485](https://github.com/php-enqueue/enqueue-dev/issues/485) |
| 12 | +- Problem with SQS DSN string with + in secret [\#481](https://github.com/php-enqueue/enqueue-dev/issues/481) |
| 13 | +- Monitoring interface [\#476](https://github.com/php-enqueue/enqueue-dev/issues/476) |
| 14 | + |
| 15 | +- simple client dsn issue [\#486](https://github.com/php-enqueue/enqueue-dev/pull/486) ([makasim](https://github.com/makasim)) |
| 16 | +- Update SQS DSN doc sample with mention urlencode [\#484](https://github.com/php-enqueue/enqueue-dev/pull/484) ([dgoujard](https://github.com/dgoujard)) |
| 17 | +- Prevent SqsProducer from sending messages with empty bodies [\#478](https://github.com/php-enqueue/enqueue-dev/pull/478) ([elazar](https://github.com/elazar)) |
| 18 | + |
3 | 19 | ## [0.8.33](https://github.com/php-enqueue/enqueue-dev/tree/0.8.33) (2018-07-26)
|
4 | 20 | [Full Changelog](https://github.com/php-enqueue/enqueue-dev/compare/0.8.32...0.8.33)
|
5 | 21 |
|
|
13 | 29 | - \[sqs\] Support using a pre-configured SqsClient [\#443](https://github.com/php-enqueue/enqueue-dev/issues/443)
|
14 | 30 | - IronMQ \(iron.io\) provider ? [\#415](https://github.com/php-enqueue/enqueue-dev/issues/415)
|
15 | 31 |
|
| 32 | +- Fix AMQPContext::unsubscribe [\#479](https://github.com/php-enqueue/enqueue-dev/pull/479) ([adrienbrault](https://github.com/adrienbrault)) |
16 | 33 | - Add Localstack Docker container for SQS functional tests [\#473](https://github.com/php-enqueue/enqueue-dev/pull/473) ([elazar](https://github.com/elazar))
|
17 | 34 | - \[consumption\] add process niceness extension [\#467](https://github.com/php-enqueue/enqueue-dev/pull/467) ([ramunasd](https://github.com/ramunasd))
|
18 | 35 |
|
19 | 36 | ## [0.8.32](https://github.com/php-enqueue/enqueue-dev/tree/0.8.32) (2018-07-10)
|
20 | 37 | [Full Changelog](https://github.com/php-enqueue/enqueue-dev/compare/0.8.31...0.8.32)
|
21 | 38 |
|
22 | 39 | - \[Bundle\] auto-tag services [\#409](https://github.com/php-enqueue/enqueue-dev/issues/409)
|
| 40 | +- Add autoconfigure for services extending PsrProcess interface [\#452](https://github.com/php-enqueue/enqueue-dev/pull/452) ([mnavarrocarter](https://github.com/mnavarrocarter)) |
23 | 41 |
|
24 | 42 | - Add documentation the processor services need to be public [\#406](https://github.com/php-enqueue/enqueue-dev/issues/406)
|
25 | 43 |
|
|
0 commit comments