Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

46 lines (28 loc) · 1.93 KB

Changelog

1.7.0 (2021-06-17)

  • Drop support for Symfony 5.1 (branch is EOL)
  • Set correct cache factory on routers

1.6.0 (2020-11-02)

  • Drop support for Symfony 5.0 (branch is EOL)
  • Add support for Symfony 5.1 Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface::warmUp() changes
  • Allow install with PHP 8

1.5.1 (2020-05-22)

  • Change the compatibility layer for the cache warmer to prefer the deprecated interface

1.5.0 (2020-02-20)

  • Drop support for Symfony 4.0 thru 4.3; Symfony 3.4, 4.4, and 5.x are the supported Symfony versions
  • #21 - Ensure a RouteCollection is returned from the router if there are no resources

1.4.1 (2019-11-22)

  • Add missing exit code in debug command (needed for Symfony 5 compat)

1.4.0 (2019-11-22)

  • Compatibility fixes for Symfony 5

1.3.0 (2019-11-03)

  • Compatibility fixes for Symfony 5

1.2.0 (2019-11-03)

  • Compatibility fixes for Symfony 5

1.1.0 (2019-08-11)

  • Adjust configuration for changes introduced in Symfony 4.2
  • Restore Serializable interface implementation to Gos\Bundle\PubSubRouterBundle\Router\Route class
  • Adjust serialization implementation in Gos\Bundle\PubSubRouterBundle\Router\CompiledRoute and Gos\Bundle\PubSubRouterBundle\Router\Route to use the new PHP 7.4 syntax (with backward compatibility)
  • Deprecated the gos_pubsub_router.router.registry service ID in favor of gos_pubsub_router.router_registry and gos_pubsub_router.router.cache_warmer in favor of gos_pubsub_router.cache_warmer.router; the former IDs are now aliases and will be removed in GosPubSubRouterBundle 2.0
    • The bundle prefixes all created router services with gos_pubsub_router.router., therefore this change moves non-router services outside this "reserved" service namespace
  • Disallow routers to be created with the names "registry" or "cache_warmer" due to conflicts with bundle services