Releases: symfony/mercure-bundle
Releases · symfony/mercure-bundle
Version 0.3.2
- Full compatibility with PHP 7.1
- Enable JWT support by default
Version 0.3.1
- Add a configuration option to set a defaut expiration for the JWT and the cookie when using the
Authorizationclass
Version 0.3.0
- Upgrade to
symfony/mercure0.5 - Add integration with
symfony/ux-turbo - Register autowiring aliases for hubs
- Add
mercure.publishertag on publisher services
Version 0.2.6
- Expose privateness of published messages in profiler panel
- Compatibility with PHP 8
Version 0.2.5
- Fix a bug in the debugger panel
- Compatibility with Symfony 5.1
Version 0.2.4
- Compatibility with Mercure 0.10
Version 0.2.3
- Fix a bug preventing the profiler to work
Version 0.2.2
- Fix compatibility with Symfony 5
Version 0.2.1
- Fix a crash in
MercureDataCollector
Version 0.2.0
- Compatibility with Symfony 5
- Add a profiler panel
- Autowire
Symfony\Component\Mercure\PublisherInterfaceinstances (usingSymfony\Component\Mercure\Publisherfor autowiring is deprecated)