mercure-bundle

The MercureBundle allows to easily push updates to web browsers and other HTTP clients in the Symfony full-stack framework, using the Mercure protocol.

MIT License

Downloads
7.9M
Stars
286
Committers
16

Bot releases are hidden (Show)

mercure-bundle - Version 0.3.9 Latest Release

Published by dunglas 5 months ago

  • Explicitly mark method parameters as nullable
  • Adapt icon to profiler redesign
mercure-bundle - Version 0.3.8

Published by dunglas 11 months ago

  • Allow Symfony 7
mercure-bundle - Version 0.3.7

Published by dunglas over 1 year ago

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

Published by dunglas over 1 year ago

  • Compatibility with lcobucci/jwt 5.0
mercure-bundle - v0.3.5

Published by chalasr over 2 years ago

What's Changed

Full Changelog: https://github.com/symfony/mercure-bundle/compare/v0.3.4...v0.3.5

mercure-bundle - Version 0.3.4

Published by dunglas almost 3 years ago

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

Published by dunglas about 3 years ago

  • Deprecate enable_profiler configuration
  • Add support for Mercure Component 0.6
  • Compatibility with Symfony 6.0
mercure-bundle - Version 0.3.2

Published by dunglas over 3 years ago

  • Full compatibility with PHP 7.1
  • Enable JWT support by default
mercure-bundle - Version 0.3.1

Published by dunglas over 3 years ago

  • Add a configuration option to set a defaut expiration for the JWT and the cookie when using the Authorization class
mercure-bundle - Version 0.3.0

Published by dunglas over 3 years ago

  • Upgrade to symfony/mercure 0.5
  • Add integration with symfony/ux-turbo
  • Register autowiring aliases for hubs
  • Add mercure.publisher tag on publisher services
mercure-bundle - Version 0.2.6

Published by dunglas almost 4 years ago

  • Expose privateness of published messages in profiler panel
  • Compatibility with PHP 8
mercure-bundle - Version 0.2.5

Published by dunglas over 4 years ago

  • Fix a bug in the debugger panel
  • Compatibility with Symfony 5.1
mercure-bundle - Version 0.2.4

Published by dunglas over 4 years ago

  • Compatibility with Mercure 0.10
mercure-bundle - Version 0.2.3

Published by dunglas almost 5 years ago

  • Fix a bug preventing the profiler to work
mercure-bundle - Version 0.2.2

Published by dunglas almost 5 years ago

  • Fix compatibility with Symfony 5
mercure-bundle - Version 0.2.1

Published by dunglas almost 5 years ago

  • Fix a crash in MercureDataCollector
mercure-bundle - Version 0.2.0

Published by dunglas almost 5 years ago

  • Compatibility with Symfony 5
  • Add a profiler panel
  • Autowire Symfony\Component\Mercure\PublisherInterface instances (using Symfony\Component\Mercure\Publisher for autowiring is deprecated)
mercure-bundle - Version 0.1.2

Published by dunglas over 5 years ago

Inject the http_client service when available

mercure-bundle - Version 0.1.1

Published by dunglas over 5 years ago

Fix a deprecation triggered by the TreeBuilder

mercure-bundle - Version 0.1.0

Published by dunglas over 5 years ago

Initial release