Skip to content

Releases: symfony/mercure-bundle

Version 0.5.0

Choose a tag to compare

@dunglas dunglas released this 11 Aug 11:28
Immutable release. Only release title and notes can be modified.
84143af
  • Add support for the Mercure protocol 1.0, alongside the existing 0.x protocol: new protocol_version (0.x, default, or 1.0) and cookie_name per-hub options
  • Add jwt.jwks_uri and jwt.key_id, fetching the signing key from a JSON Web Key Set endpoint via WebTokenFactory instead of jwt.secret (requires web-token/jwt-library, Mercure 1.0 hubs only)
  • Add jwt.claims (e.g. iss/sub/client_id), required by RFC 9068 when using jwt.secret/jwt.jwks_uri on a protocol_version: 1.0 hub; aud defaults to the hub's own URL when not set. Missing required claims fail at container compile time, and a 0.x hub without jwt.claims keeps minting byte-identical legacy tokens (no DefaultClaimsTokenFactory wrapping, no automatic aud)
  • Require symfony/mercure ^0.8
  • Require PHP 8.2, up from 8.1, following symfony/mercure

Version 0.4.3

Choose a tag to compare

@dunglas dunglas released this 11 Aug 10:30
Immutable release. Only release title and notes can be modified.
90e269c
  • Extend the Extension class from the DependencyInjection component
  • Bound the symfony/mercure dependency to supported versions
  • Fix branch-alias

Version 0.4.2

Choose a tag to compare

@dunglas dunglas released this 25 Nov 12:52
eae8bf5
  • Fix Twig extension registration when using Symfony Mercure 0.7 (again)

Version 0.4.1

Choose a tag to compare

@dunglas dunglas released this 21 Nov 15:15
e68144b
  • Fix Twig extension registration when using Symfony Mercure 0.7

Version 0.4.0

Choose a tag to compare

@dunglas dunglas released this 21 Nov 12:50
5beb9ca
  • 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

Choose a tag to compare

@dunglas dunglas released this 31 May 09:08
  • Explicitly mark method parameters as nullable
  • Adapt icon to profiler redesign

Version 0.3.8

Choose a tag to compare

@dunglas dunglas released this 03 Dec 22:27
v0.3.8
  • Allow Symfony 7

Version 0.3.7

Choose a tag to compare

@dunglas dunglas released this 23 May 18:46
v0.3.7
d2d67f8
  • Support for symfony/ux-turbo 2.9 using symfony/stimulus-bundle

Version 0.3.6

Choose a tag to compare

@dunglas dunglas released this 06 Mar 22:49
262c922
  • Compatibility with lcobucci/jwt 5.0

v0.3.5

Choose a tag to compare

@chalasr chalasr released this 12 Jun 17:12
v0.3.5
fed303b

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