Skip to content

Latest commit

 

History

History
459 lines (294 loc) · 33.2 KB

CHANGELOG.md

File metadata and controls

459 lines (294 loc) · 33.2 KB

Change Log

0.7.11 (2017-09-11)

Full Changelog

0.7.10 (2017-08-31)

Full Changelog

  • Serialization beyond JSON #187

  • [rdkafka] Add abilito change the way a message is serialized. #188 (makasim)

  • Bug on AsyncDoctrineOrmProvider::setContext() #186

0.7.9 (2017-08-28)

Full Changelog

  • Update to phpstan 0.8 #141

  • [client] Add a reason while setting reject in DelayRedeliveredMessageExtension #41

  • [Doctrine] add support to convert Doctrine events to Enqueue messages #68

  • [client] DelayRedeliveredMessageExtension. Add reject reason. #185 (makasim)

  • [phpstan] update to 0.8 version #184 (makasim)

0.7.8 (2017-08-28)

Full Changelog

  • fix sqs tests when run by not a member of the project. #179

  • [bundle] It is not possible to use client's producer in a cli event, for example on exception #177

  • Error on PurgeFosElasticPopulateQueueListener::__construct() #174

  • [bundle] Possible issue when something configured wronly #172

  • [FS] Frame not being read correctly #170

  • [consumption] Do not close context. #183 (makasim)

  • [bundle] do not use client's related stuff if it is disabled #182 (makasim)

  • [fs] fix bug that happens with specific message length. #181 (makasim)

  • [sqs] Skip tests if no amazon credentinals present. #180 (makasim)

  • Fix typo in configuration parameter #178 (akucherenko)

  • Google Pub/Sub #167 (ASKozienko)

0.7.7 (2017-08-25)

Full Changelog

  • Add support for Google Cloud Pub/Sub #83

  • Use Query Builder for better support across platforms. #176 (jenkoian)

  • fix pheanstalk redelivered, receive #173 (ASKozienko)

0.7.6 (2017-08-16)

Full Changelog

0.7.5 (2017-08-16)

Full Changelog

0.7.4 (2017-08-10)

Full Changelog

0.7.3 (2017-08-09)

Full Changelog

0.7.2 (2017-08-09)

Full Changelog

  • AmqpConsumer::receiveBasicGet, only one message per timeout consumed #159

  • Symfony 2.8 compatability issue #158

  • [consumption] adjust receive and idle timeouts #165 (makasim)

  • Remove maxDepth option on profiler dump. #164 (jenkoian)

0.7.1 (2017-08-09)

Full Changelog

  • Symfony bundle doesn't work when sending commands #160

  • [amqp-ext] Server connection error #157

  • Client fix command routing #163 (makasim)

0.7.0 (2017-08-07)

Full Changelog

  • [producer] do not throw exception if feature not implemented and null… #154 (makasim)

  • Amqp bunny #153 (makasim)

  • \[producer\] do not throw exception if feature not implemented and null… #154 (makasim)

  • [amqp] Move client related code to Enqueue\Client\Amqp namespace. #143

  • [amqp] What should we do if consumer has already subscribed but smn is trying to change consumer tag? #142

  • Find a way to retry flaky tests #140

  • [client] use default topic as router topic. #135

  • continue if exclusive is set to false #156 (toooni)

  • [doc] add elastica populate bundle #155 (makasim)

  • [amqp] Delay Strategy #152 (ASKozienko)

  • [client] Use default as router topic. #151 (makasim)

  • Amqp Tutorial #150 (ASKozienko)

  • Delay, ttl, priority, in producer #149 (makasim)

  • [Amqp] Qos #148 (ASKozienko)

  • amqp interop client #144 (ASKozienko)

  • [composer] Add extensions to platform config. #139 (makasim)

  • Amqp Interop #138 (ASKozienko)

0.6.2 (2017-07-21)

Full Changelog

0.6.1 (2017-07-17)

Full Changelog

0.6.0 (2017-07-07)

Full Changelog

0.5.3 (2017-07-06)

Full Changelog

  • [bundle] Extend EventDispatcher instead of container aware one. #129 (makasim)

  • [Symfony] Symfony 3.3 / 4.x compatibility for ProxyEventDispatcher #109

0.5.2 (2017-07-03)

Full Changelog

  • [symfony] Extract DriverFactoryInterface from TransportFactoryInterface. #126 (makasim)

  • [client] Send exclusive commands to their queues directly, by passing… #127 (makasim)

0.5.1 (2017-06-27)

Full Changelog

  • [doc] add a doc for client message scopes #56

  • [client] Command, Event segregation. #105

  • Add Gearman transport. #125 (makasim)

0.5.0 (2017-06-26)

Full Changelog

  • [WIP][beanstalk] Add transport for beanstalkd #123 (makasim)

  • DBAL Transport: polling_interval not taken into account #121

  • [client] Merge experimental ProducerV2 methods to Producer interface. #124 (makasim)

  • fix dbal polling interval configuration option #122 (ASKozienko)

0.4.20 (2017-06-20)

Full Changelog

0.4.19 (2017-06-20)

Full Changelog

0.4.18 (2017-06-20)

Full Changelog

  • [client] Add ability to define a command as exclusive #120 (makasim)

0.4.17 (2017-06-19)

Full Changelog

  • [amqp] Fixes high CPU consumption when basic get is used #117 (makasim)

  • [RabbitMQ] High resource usage in AmqpConsumer::receiveBasicGet() #116

  • [simple-client] Allow processor instance bind. #119 (makasim)

  • [amqp] Add 'receive_method' to amqp transport factory. #118 (makasim)

0.4.16 (2017-06-16)

Full Changelog

0.4.15 (2017-06-14)

Full Changelog

  • Symfony async events. Support event subscribers. #94

  • RPC Deletes Reply Queue After Receive Message #114 (ASKozienko)

0.4.14 (2017-06-09)

Full Changelog

  • [RFC][client] Add ability to send events or commands. #113 (makasim)

0.4.13 (2017-06-09)

Full Changelog

  • [amqp] Consumer always gets the queue the consume callback was called on. #110
  • [amqp] Add ability to choose what receive method to use: basic_get or basic_consume. #112 (makasim)

0.4.12 (2017-06-08)

Full Changelog

  • [amqp] Add pre_fetch_count, pre_fetch_size options. #108 (makasim)

  • [amqp][hotfix] Switch to AMQP' basic.get till the issue with basic.consume is solved. #111 (makasim)

0.4.11 (2017-05-30)

Full Changelog

  • [amqp] Get message count #64

  • [bundle] Fix "Incompatible use of dynamic environment variables "ENQUEUE_DSN" found in parameters." #107 (makasim)

0.4.10 (2017-05-26)

Full Changelog

  • Calling AmqpContext::declareQueue() now returns an integer holding the queue message count #66 (J7mbo)

  • [RabbitMQ] support for wildcard topics ("topic exchange") #65

  • [dbal] Add DSN support. #104 (makasim)

0.4.9 (2017-05-25)

Full Changelog

  • [client][dx] Message constructor must accept body, properties and headers.` #88

  • Add message spec test case #102 (makasim)

  • filesystem dsn must have one more / #99

  • Code duplication inside messages #96

  • [transport] Fs transport dsn must contain one extra "/" #103 (makasim)

0.4.8 (2017-05-24)

Full Changelog

  • [client] Fixes edge cases in client's routing logic. #101 (makasim)

  • [bundle] Auto register reply extension. #100 (makasim)

  • Do pkg release if there are changes in it. #98 (makasim)

0.4.6 (2017-05-23)

Full Changelog

0.4.5 (2017-05-22)

Full Changelog

0.4.4 (2017-05-20)

Full Changelog

0.4.3 (2017-05-18)

Full Changelog

  • [client] SpoolProducer #93 (makasim)

  • [Performance, DX] Add a message pool #91

  • [bundle] Show only part of the message body. Add a button show the whole message body. #90

  • Add some handy functions. Improve READMEs #92 (makasim)

  • Run phpstan and php-cs-fixer on travis #85 (makasim)

0.4.2 (2017-05-15)

Full Changelog

  • Add dsn_to_connection_factory and dsn_to_context functions. #84 (makasim)

  • [bundle] Set null transport as default. Prevent errors on bundle install. #77 (makasim)

  • Add ability to set transport DSN directly to default transport factory. #81 (makasim)

0.4.1 (2017-05-12)

Full Changelog

0.4.0 (2017-05-12)

Full Changelog

  • [fs] add DSN support #82 (makasim)

  • [amqp] Configure by string DSN. #80 (makasim)

  • [Extensions] extensions priority #79

  • [fs] Filesystem transport must create a storage dir if it does not exists. #78 (makasim)

  • [magento] Add basic docs for enqueue magento extension. #76 (makasim)

0.3.8 (2017-05-10)

Full Changelog

0.3.7 (2017-05-04)

Full Changelog

  • [rpc] RpcClient must check existence of createTemporaryQueue. It is not part of transport interface #49

  • JobQueue/Job shouldn't be required when Doctrine schema update #67

  • JobQueue/Job shouldn't be required when Doctrine schema update #71 (ASKozienko)

0.3.6 (2017-04-28)

Full Changelog

0.3.5 (2017-04-27)

Full Changelog

  • [client] Queue subscriber interface. #53

  • Additional drivers #32

  • [consumption] Add support of QueueSubscriberInterface to transport consume command. #63 (makasim)

  • [client] Add ability to hardcode queue name. It is used as is and not adjusted or modified in any way #61 (makasim)

  • Multiple consumer handling one message #62

0.3.4 (2017-04-24)

Full Changelog

0.3.3 (2017-04-21)

Full Changelog

0.3.2 (2017-04-19)

Full Changelog

0.3.1 (2017-04-12)

Full Changelog

  • [client] Rename MessageProducer to Producer. To be similar what Psr has #42

  • [transport] Add Psr prefix to transport interfaces. #44

  • [client] Add RpcClient on client level. #50 (makasim)

0.3.0 (2017-04-07)

Full Changelog

0.2.12 (2017-04-07)

Full Changelog

  • [consumption] Need an extension point after the message is processed but before the ack\reject actually is done. #43

  • [client] Rename MessageProducer classes to Producer #47 (makasim)

  • [consumption] Add onResult extension point. #46 (makasim)

  • [transport] Add Psr prefix to transport interfaces. Deprecates old ones. #45 (makasim)

0.2.11 (2017-04-05)

Full Changelog

  • [client] Add ability to define scope of send message. #40 (makasim)

0.2.10 (2017-04-03)

Full Changelog

0.2.9 (2017-04-03)

Full Changelog

  • [bundle] Fix extensions priority ordering. Must be from high to low. #38 (makasim)

0.2.8 (2017-04-03)

Full Changelog

  • Do not print "Idle" when consumer is run with debug level (-vvv) #35

  • [amqp] Move RabbitMQ specific logic from AmqpDriver to RabbitMQAmqpDriver. #20

  • [filesystem] Consumer::receive method impr. Add file_size check to the loop #15

  • [client] DelayRedeliveredMessagesExtension must do nothing if the result\status has been already set #36

  • Invalid typehint for Enqueue\Client\Message::setBody #31

  • Improvements and fixes #37 (makasim)

  • fix fsdriver router topic name #34 (bendavies)

  • run php-cs-fixer #33 (bendavies)

0.2.7 (2017-03-18)

Full Changelog

  • [client] Allow send objects that implements \JsonSerializable interface. #30 (makasim)

0.2.6 (2017-03-14)

Full Changelog

  • [bundle][doc] desctibe message processor's tag options. #23

  • Fix Simple Client #29 (ASKozienko)

  • Update quick_tour.md add Bundle to AppKernel #26 (jverdeyen)

  • [doc] Add docs about message processors. #24 (makasim)

  • Fix unclear sentences in docs #21 (cirnatdan)

0.2.5 (2017-01-27)

Full Changelog

  • [amqp][bug] Consumer received message targeted for another consumer of this same channel #13

  • [amqp] Put in buffer not our message. Continue consumption. #22 (makasim)

  • [travis] Test against different Symfony versions, at least 2.8, 3.0, 3.1 #17

  • [docker] Build images for all containers that built from Dockerfiles. #16

  • [travis] Run test with different Symfony versions. 2.8, 3.0 #19 (makasim)

  • [fs] Add missing enqueue/psr-queue package to composer.json. #18 (makasim)

0.2.4 (2017-01-18)

Full Changelog

  • Filesystem transport #12 (makasim)

  • [consumption][bug] Receive timeout is in milliseconds. Set it to 5000.… #14 (makasim)

  • [consumption] Do not print "Switch to queue xxx" if queue the same. #11 (makasim)

0.2.3 (2017-01-09)

Full Changelog

  • Auto generate changelog #10 (makasim)
  • [travis] Cache docker images on travis. #9 (makasim)
  • [enhancement][amqp-ext] Add purge queue method to amqp context. #8 (makasim)
  • [bug][amqp-ext] Receive timeout parameter is miliseconds #7 (makasim)

0.2.2 (2017-01-06)

Full Changelog

  • Amqp lazy connection #4

  • [amqp] introduce lazy context. #6 (makasim)

0.2.1 (2017-01-05)

Full Changelog

0.2.0 (2017-01-05)

Full Changelog

  • Upd php cs fixer #3 (makasim)
  • [psr] Introduce MessageProcessor interface (moved from consumption). #2 (makasim)
  • [bundle] Add ability to disable signal extension. #1 (makasim)

0.1.0 (2016-12-29)

* This Change Log was automatically generated by github_changelog_generator