- Deprecate
enable_profiler
configuration
- Full compatibility with PHP 7.1
- Enable JWT support by default
- Add a configuration option to set a default expiration for the JWT and the cookie when using the
Authorization
class
- Upgrade to
symfony/mercure
0.5 - Add integration with
symfony/ux-turbo
- Register autowiring aliases for hubs
- Add
mercure.publisher
tag on publisher services
- Expose privateness of published messages in profiler panel
- Compatibility with PHP 8
- Fix a bug in the debugger panel
- Compatibility with Symfony 5.1
- Compatibility with Mercure 0.10
- Fix a bug preventing the profiler to work
- Fix compatibility with Symfony 5
- Fix a crash in
MercureDataCollector
- Fix compatibility with Symfony 5 beta
- Add a profiler panel
- Autowire
Symfony\Component\Mercure\PublisherInterface
instances (usingSymfony\Component\Mercure\Publisher
for autowiring is deprecated)
- Inject the
http_client
service when available
- Fix a deprecation triggered by the
TreeBuilder