Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Releases: sonata-project/SonataNotificationBundle

3.13.0

30 Jun 07:47
f7b95ca
Compare
Choose a tag to compare

Changed

  • [#580] Marked classes to be final in the next major version (@franmomu)

Fixed

3.12.0

24 Mar 15:20
3.12.0
Compare
Choose a tag to compare

Added

3.11.0

27 Jan 18:03
3.11.0
6598a5c
Compare
Choose a tag to compare

Added

3.10.0

22 Sep 20:52
3.10.0
2787a82
Compare
Choose a tag to compare

Changed

  • [#457] Support for deprecated "rest" routing type in favor for xml (@wbloszyk)
  • [#471] Bump sonata-project/datagrid-bundle version (@core23)

Fixed

  • [#458] Make ErroneousMessagesSelector service public again (@core23)

3.9.0

26 Jul 15:13
3.9.0
d86ba34
Compare
Choose a tag to compare

Added

  • [#448] Added public alias Sonata\NotificationBundle\Controller\Api\MessageController for sonata.notification.controller.api.message service (@wbloszyk)

Changed

Deprecated

  • [#452] Using SonataEasyExtendsBundle to add Doctrine mapping information (@jordisala1991)

Fixed

  • [#448] Fix RestFul API - Class could not be determined for Controller identified Error (@wbloszyk)

Removed

3.8.0

26 Jun 21:51
3.8.0
980341b
Compare
Choose a tag to compare

Removed

3.7.0

26 Mar 18:45
3.7.0
47bb057
Compare
Choose a tag to compare

Fixed

  • Fix doctrine deprecations

Removed

  • SonataEasyExtendsBundle
  • Support for Symfony < 3.4
  • Support for Symfony >= 4, < 4.2

3.6.2

20 Jul 14:36
3.6.2
153fc56
Compare
Choose a tag to compare

Changed

  • Make sonata.notification.consumer.metadata service public

3.6.1

13 Mar 07:17
3.6.1
40a9662
Compare
Choose a tag to compare

Fixed

TypeError when AMQPBackend's publish method is called.

3.6.0

25 Feb 21:22
3.6.0
621b79b
Compare
Choose a tag to compare

Added

  • Added Sonata\NotificationBundle\Backend\BackendInterface service alias
  • Added Sonata\NotificationBundle\Entity\MessageManager service alias

Changed

  • Update RestartCommand check count message only for not pulling mode
  • sendEmail function to allow for the setting of a return path
  • Do not use deprecated AMQPBackendDispatcher::getChannel method.
  • made the sonata.notification.dispatcher service public to fix a bug when running sonata:notification:start

Fixed

  • Fix deprecation for symfony/config 4.2+
  • Make services public

Removed

  • support for php 5 and php 7.0