Skip to content

Releases: symfony/mercure-bundle

Version 0.4.2

25 Nov 12:52
eae8bf5

Choose a tag to compare

  • Fix Twig extension registration when using Symfony Mercure 0.7 (again)

Version 0.4.1

21 Nov 15:15
e68144b

Choose a tag to compare

  • Fix Twig extension registration when using Symfony Mercure 0.7

Version 0.4.0

21 Nov 12:50
5beb9ca

Choose a tag to compare

  • Add support for FrankenPHP's mercure_publish() function
  • Allow Symfony 8
  • Compatibility with PHP 8.5
  • Pass Twig as dependency of TurboStreamListenRenderer
  • Fix cache warmup without JWT secrets
  • Drop support for unmaintained PHP and Symfony versions

Version 0.3.9

31 May 09:08

Choose a tag to compare

  • Explicitly mark method parameters as nullable
  • Adapt icon to profiler redesign

Version 0.3.8

03 Dec 22:27
v0.3.8

Choose a tag to compare

  • Allow Symfony 7

Version 0.3.7

23 May 18:46
v0.3.7
d2d67f8

Choose a tag to compare

  • Support for symfony/ux-turbo 2.9 using symfony/stimulus-bundle

Version 0.3.6

06 Mar 22:49
262c922

Choose a tag to compare

  • Compatibility with lcobucci/jwt 5.0

v0.3.5

12 Jun 17:12
v0.3.5
fed303b

Choose a tag to compare

What's Changed

  • fix: use the right argument index for Authorization cookie lifetime by @chalasr in #69

Full Changelog: v0.3.4...v0.3.5

Version 0.3.4

16 Dec 16:11
v0.3.4
1c04180

Choose a tag to compare

  • Add support for JWT signers requiring a passphrase
  • Throw an exception if neither the jwt nor the jwt_provider configuration key is defined.

Version 0.3.0

13 Oct 19:50
v0.3.3
2e0c714

Choose a tag to compare

  • Deprecate enable_profiler configuration
  • Add support for Mercure Component 0.6
  • Compatibility with Symfony 6.0