All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
3.5.1 - 2018-05-25
- Force use existing translation strings in breadcrumb for Message entity in Admin panel
enqueue/amqp-lib
is an optional dependency now
- API and Admin services are only available when using Doctrine as a backend
3.5.0 - 2018-04-26
- Added possibility to add an attachment to SwiftMailer Consumer
- Data fetched from stats counts are now properly manipulated (in case of doctrine backend is used)
- Typo in message status
3.4.0 - 2018-02-23
- Require symfony/security-core instead of symfony/security
- Refactored bundle configuration
- Notification backend services are marked as public
each()
is deprecated since PHP 7.2- Remove var definition override
- Commands not working on symfony4
- Removed compatibility with older versions of FOSRestBundle (<2.1)
3.3.1 - 2018-01-26
- Auto-register all aliases as public
- Auto-register consumer as public service
isRequired()
was removed since a default is specified- MessageAdmin loads correct ChoiceType for the state filter (instead of ChoiceFilter)
3.3.0 - 2017-12-07
- Added Russian translations
- Migrate from php-amqplib/php-amqplib to enqueue/amqp-lib package
- It is now allowed to install Symfony 4
- Support for old versions of PHP and Symfony.
- Support deprecations for old form alias usage
3.2.0 - 2017-09-14
- Support for CC/BCC fields in
SwiftMailerConsumer
- Added prefetch count configuration in AMQPBackend
- Fixed hardcoded paths to classes in
.xml.skeleton
files of config - Use
EventDispatcher
instead of deprecatedContainerAwareEventDispatcher
3.1.0 - 2017-02-03
- Add dead letter handling in AMQPBackend
- Added per-queue message TTL in AMQPBackend
- Changes the name of the vendor videlalvaro/php-amqplib to its new name php-amqplib/php-amqplib
- dependency from
guzzle/guzzle
toguzzlehttp/guzzle
, because it is deprecated - array
QueryParam
parameter to map - FosRest
SerializationContext
toContext
- Fix deprecated usage of
Admin
class - Fixed duplicate translation of batch actions
- Missing italian translation
- internal test classes are now excluded from the autoloader