|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [0.8.36](https://github.com/php-enqueue/enqueue-dev/tree/0.8.36) (2018-09-13) |
| 4 | +[Full Changelog](https://github.com/php-enqueue/enqueue-dev/compare/0.8.35...0.8.36) |
| 5 | + |
| 6 | +- DefaultTransportFactory should resolve DSN at runtime, if given as ENV. [\#394](https://github.com/php-enqueue/enqueue-dev/issues/394) |
| 7 | +- Message body serialization other than JSON [\#316](https://github.com/php-enqueue/enqueue-dev/issues/316) |
| 8 | +- Allow either subscribe or assign in RdKafkaConsumer [\#508](https://github.com/php-enqueue/enqueue-dev/pull/508) ([Engerim](https://github.com/Engerim)) |
| 9 | +- \[symfony\] Async commands [\#403](https://github.com/php-enqueue/enqueue-dev/pull/403) ([makasim](https://github.com/makasim)) |
| 10 | + |
| 11 | +- \[Symfony\]\[Flex\]\[enqueue/fs\] Invalid ENQUEUE\_DSN value after recipe execution [\#520](https://github.com/php-enqueue/enqueue-dev/issues/520) |
| 12 | +- Dbal Performance degrades when more than 100k rows [\#465](https://github.com/php-enqueue/enqueue-dev/issues/465) |
| 13 | +- \[dbal\] message delay does not work properly [\#418](https://github.com/php-enqueue/enqueue-dev/issues/418) |
| 14 | + |
| 15 | +- Command not processed on first registration [\#529](https://github.com/php-enqueue/enqueue-dev/issues/529) |
| 16 | +- \[Redis\] default timeout setting makes connection impossible [\#525](https://github.com/php-enqueue/enqueue-dev/issues/525) |
| 17 | +- use multiple queue [\#514](https://github.com/php-enqueue/enqueue-dev/issues/514) |
| 18 | +- \[amqp-lib\] The connection timed out [\#487](https://github.com/php-enqueue/enqueue-dev/issues/487) |
| 19 | +- \[dbal\] unable to requeue with delay [\#474](https://github.com/php-enqueue/enqueue-dev/issues/474) |
| 20 | +- Populating and interrupting [\#469](https://github.com/php-enqueue/enqueue-dev/issues/469) |
| 21 | +- Purge / Purgable [\#466](https://github.com/php-enqueue/enqueue-dev/issues/466) |
| 22 | +- Kafka consumer subscribe/assign problems [\#454](https://github.com/php-enqueue/enqueue-dev/issues/454) |
| 23 | +- Exchange messages between applications [\#448](https://github.com/php-enqueue/enqueue-dev/issues/448) |
| 24 | +- object not found error [\#420](https://github.com/php-enqueue/enqueue-dev/issues/420) |
| 25 | +- \[symfony bundle\] The env "resolve:ENQUEUE\_DSN" var is not defined [\#375](https://github.com/php-enqueue/enqueue-dev/issues/375) |
| 26 | + |
| 27 | +- \[gps\] enhance connection configuration. [\#531](https://github.com/php-enqueue/enqueue-dev/pull/531) ([makasim](https://github.com/makasim)) |
| 28 | +- \[sqs\] Configuration enhancements [\#530](https://github.com/php-enqueue/enqueue-dev/pull/530) ([makasim](https://github.com/makasim)) |
| 29 | +- \[redis\] Improve redis config, use enqueue/dsn [\#528](https://github.com/php-enqueue/enqueue-dev/pull/528) ([makasim](https://github.com/makasim)) |
| 30 | +- \[dsn\] Add typed methods for query parameters. [\#527](https://github.com/php-enqueue/enqueue-dev/pull/527) ([makasim](https://github.com/makasim)) |
| 31 | +- \[redis\] Revert timeout change. [\#526](https://github.com/php-enqueue/enqueue-dev/pull/526) ([makasim](https://github.com/makasim)) |
| 32 | +- \[Redis\] Add support of secure\TLS connections \(based on PR 515\) [\#524](https://github.com/php-enqueue/enqueue-dev/pull/524) ([makasim](https://github.com/makasim)) |
| 33 | +- Simplify Enqueue configuration. [\#522](https://github.com/php-enqueue/enqueue-dev/pull/522) ([makasim](https://github.com/makasim)) |
| 34 | +- \[client\] Add typehints to producer interface, its implementations [\#521](https://github.com/php-enqueue/enqueue-dev/pull/521) ([makasim](https://github.com/makasim)) |
| 35 | +- \[client\] Improve client extension. [\#517](https://github.com/php-enqueue/enqueue-dev/pull/517) ([makasim](https://github.com/makasim)) |
| 36 | +- Add declare strict [\#516](https://github.com/php-enqueue/enqueue-dev/pull/516) ([makasim](https://github.com/makasim)) |
| 37 | +- Remove bool typehint for php \< 7 supports [\#513](https://github.com/php-enqueue/enqueue-dev/pull/513) ([ArnaudTarroux](https://github.com/ArnaudTarroux)) |
| 38 | +- PHP 7.1+. Queue Interop typed interfaces. [\#512](https://github.com/php-enqueue/enqueue-dev/pull/512) ([makasim](https://github.com/makasim)) |
| 39 | +- \[Symfony\] default factory should resolve DSN in runtime [\#510](https://github.com/php-enqueue/enqueue-dev/pull/510) ([makasim](https://github.com/makasim)) |
| 40 | +- Fixed password auth for predis [\#509](https://github.com/php-enqueue/enqueue-dev/pull/509) ([Toflar](https://github.com/Toflar)) |
| 41 | +- Remove deprecated in 0.8 code [\#507](https://github.com/php-enqueue/enqueue-dev/pull/507) ([makasim](https://github.com/makasim)) |
| 42 | +- Run tests on rabbitmq 3.7 [\#506](https://github.com/php-enqueue/enqueue-dev/pull/506) ([makasim](https://github.com/makasim)) |
| 43 | +- Symfony add default command name [\#505](https://github.com/php-enqueue/enqueue-dev/pull/505) ([makasim](https://github.com/makasim)) |
| 44 | +- \[Consumption\] Add QueueConsumerInterface, make QueueConsumer final. [\#504](https://github.com/php-enqueue/enqueue-dev/pull/504) ([makasim](https://github.com/makasim)) |
| 45 | +- Redis subscription consumer [\#503](https://github.com/php-enqueue/enqueue-dev/pull/503) ([makasim](https://github.com/makasim)) |
| 46 | +- Remove support of old Symfony versions. [\#502](https://github.com/php-enqueue/enqueue-dev/pull/502) ([makasim](https://github.com/makasim)) |
| 47 | +- \[BC break\]\[dbal\] Convert between Message::$expire and DbalMessage::$timeToLive [\#501](https://github.com/php-enqueue/enqueue-dev/pull/501) ([makasim](https://github.com/makasim)) |
| 48 | +- \[BC break\]\[dbal\] Change columns type from int to bigint. [\#500](https://github.com/php-enqueue/enqueue-dev/pull/500) ([makasim](https://github.com/makasim)) |
| 49 | +- \[BC break\]\[dbal\] Fix time conversion in DbalDriver. [\#499](https://github.com/php-enqueue/enqueue-dev/pull/499) ([makasim](https://github.com/makasim)) |
| 50 | +- \[BC break\]\[dbla\] Add index, fix performance issue. [\#498](https://github.com/php-enqueue/enqueue-dev/pull/498) ([makasim](https://github.com/makasim)) |
| 51 | +- \[redis\] Authentication support added [\#497](https://github.com/php-enqueue/enqueue-dev/pull/497) ([makasim](https://github.com/makasim)) |
| 52 | +- Job Queue: Throw orphan job exception when child job cleanup fails. [\#496](https://github.com/php-enqueue/enqueue-dev/pull/496) ([garrettrayj](https://github.com/garrettrayj)) |
| 53 | +- add subscription consumer specs to amqp pkgs [\#495](https://github.com/php-enqueue/enqueue-dev/pull/495) ([makasim](https://github.com/makasim)) |
| 54 | +- add contribution to subtree split message [\#494](https://github.com/php-enqueue/enqueue-dev/pull/494) ([makasim](https://github.com/makasim)) |
| 55 | +- Get rid of path repository [\#493](https://github.com/php-enqueue/enqueue-dev/pull/493) ([makasim](https://github.com/makasim)) |
| 56 | +- Move subscription related logic to SubscriptionConsumer class. [\#492](https://github.com/php-enqueue/enqueue-dev/pull/492) ([makasim](https://github.com/makasim)) |
| 57 | +- remove bc layer. [\#489](https://github.com/php-enqueue/enqueue-dev/pull/489) ([makasim](https://github.com/makasim)) |
| 58 | +- \[bundle\] Fix panel rendering when message body is an object [\#442](https://github.com/php-enqueue/enqueue-dev/pull/442) ([thePanz](https://github.com/thePanz)) |
| 59 | + |
3 | 60 | ## [0.8.35](https://github.com/php-enqueue/enqueue-dev/tree/0.8.35) (2018-08-06)
|
4 | 61 | [Full Changelog](https://github.com/php-enqueue/enqueue-dev/compare/0.8.34...0.8.35)
|
5 | 62 |
|
|
0 commit comments