Chris@0: CHANGELOG Chris@0: ========= Chris@0: Chris@14: 3.4.0 Chris@14: ----- Chris@14: Chris@14: * added a minimalist PSR-3 `Logger` class that writes in `stderr` Chris@14: * made kernels implementing `CompilerPassInterface` able to process the container Chris@14: * deprecated bundle inheritance Chris@14: * added `RebootableInterface` and implemented it in `Kernel` Chris@14: * deprecated commands auto registration Chris@14: * deprecated `EnvParametersResource` Chris@14: * added `Symfony\Component\HttpKernel\Client::catchExceptions()` Chris@14: * deprecated the `ChainCacheClearer::add()` method Chris@14: * deprecated the `CacheaWarmerAggregate::add()` and `setWarmers()` methods Chris@14: * made `CacheWarmerAggregate` and `ChainCacheClearer` classes final Chris@14: * added the possibility to reset the profiler to its initial state Chris@14: * deprecated data collectors without a `reset()` method Chris@14: * deprecated implementing `DebugLoggerInterface` without a `clear()` method Chris@14: Chris@14: 3.3.0 Chris@14: ----- Chris@14: Chris@14: * added `kernel.project_dir` and `Kernel::getProjectDir()` Chris@14: * deprecated `kernel.root_dir` and `Kernel::getRootDir()` Chris@14: * deprecated `Kernel::getEnvParameters()` Chris@14: * deprecated the special `SYMFONY__` environment variables Chris@14: * added the possibility to change the query string parameter used by `UriSigner` Chris@14: * deprecated `LazyLoadingFragmentHandler::addRendererService()` Chris@14: * deprecated `Extension::addClassesToCompile()` and `Extension::getClassesToCompile()` Chris@14: * deprecated `Psr6CacheClearer::addPool()` Chris@14: Chris@0: 3.2.0 Chris@0: ----- Chris@0: Chris@0: * deprecated `DataCollector::varToString()`, use `cloneVar()` instead Chris@0: * changed surrogate capability name in `AbstractSurrogate::addSurrogateCapability` to 'symfony' Chris@14: * Added `ControllerArgumentValueResolverPass` Chris@0: Chris@0: 3.1.0 Chris@0: ----- Chris@0: * deprecated passing objects as URI attributes to the ESI and SSI renderers Chris@0: * deprecated `ControllerResolver::getArguments()` Chris@0: * added `Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface` Chris@0: * added `Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface` as argument to `HttpKernel` Chris@0: * added `Symfony\Component\HttpKernel\Controller\ArgumentResolver` Chris@0: * added `Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::getMethod()` Chris@0: * added `Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::getRedirect()` Chris@0: * added the `kernel.controller_arguments` event, triggered after controller arguments have been resolved Chris@0: Chris@0: 3.0.0 Chris@0: ----- Chris@0: Chris@0: * removed `Symfony\Component\HttpKernel\Kernel::init()` Chris@0: * removed `Symfony\Component\HttpKernel\Kernel::isClassInActiveBundle()` and `Symfony\Component\HttpKernel\KernelInterface::isClassInActiveBundle()` Chris@0: * removed `Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher::setProfiler()` Chris@0: * removed `Symfony\Component\HttpKernel\EventListener\FragmentListener::getLocalIpAddresses()` Chris@0: * removed `Symfony\Component\HttpKernel\EventListener\LocaleListener::setRequest()` Chris@0: * removed `Symfony\Component\HttpKernel\EventListener\RouterListener::setRequest()` Chris@0: * removed `Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest()` Chris@0: * removed `Symfony\Component\HttpKernel\Fragment\FragmentHandler::setRequest()` Chris@0: * removed `Symfony\Component\HttpKernel\HttpCache\Esi::hasSurrogateEsiCapability()` Chris@0: * removed `Symfony\Component\HttpKernel\HttpCache\Esi::addSurrogateEsiCapability()` Chris@0: * removed `Symfony\Component\HttpKernel\HttpCache\Esi::needsEsiParsing()` Chris@0: * removed `Symfony\Component\HttpKernel\HttpCache\HttpCache::getEsi()` Chris@0: * removed `Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel` Chris@0: * removed `Symfony\Component\HttpKernel\DependencyInjection\RegisterListenersPass` Chris@0: * removed `Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener` Chris@0: * removed `Symfony\Component\HttpKernel\EventListener\EsiListener` Chris@0: * removed `Symfony\Component\HttpKernel\HttpCache\EsiResponseCacheStrategy` Chris@0: * removed `Symfony\Component\HttpKernel\HttpCache\EsiResponseCacheStrategyInterface` Chris@0: * removed `Symfony\Component\HttpKernel\Log\LoggerInterface` Chris@0: * removed `Symfony\Component\HttpKernel\Log\NullLogger` Chris@0: * removed `Symfony\Component\HttpKernel\Profiler::import()` Chris@0: * removed `Symfony\Component\HttpKernel\Profiler::export()` Chris@0: Chris@0: 2.8.0 Chris@0: ----- Chris@0: Chris@0: * deprecated `Profiler::import` and `Profiler::export` Chris@0: Chris@0: 2.7.0 Chris@0: ----- Chris@0: Chris@0: * added the HTTP status code to profiles Chris@0: Chris@0: 2.6.0 Chris@0: ----- Chris@0: Chris@0: * deprecated `Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener`, use `Symfony\Component\HttpKernel\EventListener\DebugHandlersListener` instead Chris@0: * deprecated unused method `Symfony\Component\HttpKernel\Kernel::isClassInActiveBundle` and `Symfony\Component\HttpKernel\KernelInterface::isClassInActiveBundle` Chris@0: Chris@0: 2.5.0 Chris@0: ----- Chris@0: Chris@0: * deprecated `Symfony\Component\HttpKernel\DependencyInjection\RegisterListenersPass`, use `Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass` instead Chris@0: Chris@0: 2.4.0 Chris@0: ----- Chris@0: Chris@0: * added event listeners for the session Chris@0: * added the KernelEvents::FINISH_REQUEST event Chris@0: Chris@0: 2.3.0 Chris@0: ----- Chris@0: Chris@0: * [BC BREAK] renamed `Symfony\Component\HttpKernel\EventListener\DeprecationLoggerListener` to `Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener` and changed its constructor Chris@0: * deprecated `Symfony\Component\HttpKernel\Debug\ErrorHandler`, `Symfony\Component\HttpKernel\Debug\ExceptionHandler`, Chris@0: `Symfony\Component\HttpKernel\Exception\FatalErrorException` and `Symfony\Component\HttpKernel\Exception\FlattenException` Chris@0: * deprecated `Symfony\Component\HttpKernel\Kernel::init()` Chris@0: * added the possibility to specify an id an extra attributes to hinclude tags Chris@0: * added the collect of data if a controller is a Closure in the Request collector Chris@0: * pass exceptions from the ExceptionListener to the logger using the logging context to allow for more Chris@0: detailed messages Chris@0: Chris@0: 2.2.0 Chris@0: ----- Chris@0: Chris@0: * [BC BREAK] the path info for sub-request is now always _fragment (or whatever you configured instead of the default) Chris@0: * added Symfony\Component\HttpKernel\EventListener\FragmentListener Chris@0: * added Symfony\Component\HttpKernel\UriSigner Chris@0: * added Symfony\Component\HttpKernel\FragmentRenderer and rendering strategies (in Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface) Chris@0: * added Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel Chris@0: * added ControllerReference to create reference of Controllers (used in the FragmentRenderer class) Chris@0: * [BC BREAK] renamed TimeDataCollector::getTotalTime() to Chris@0: TimeDataCollector::getDuration() Chris@0: * updated the MemoryDataCollector to include the memory used in the Chris@0: kernel.terminate event listeners Chris@0: * moved the Stopwatch classes to a new component Chris@0: * added TraceableControllerResolver Chris@0: * added TraceableEventDispatcher (removed ContainerAwareTraceableEventDispatcher) Chris@0: * added support for WinCache opcode cache in ConfigDataCollector Chris@0: Chris@0: 2.1.0 Chris@0: ----- Chris@0: Chris@0: * [BC BREAK] the charset is now configured via the Kernel::getCharset() method Chris@0: * [BC BREAK] the current locale for the user is not stored anymore in the session Chris@0: * added the HTTP method to the profiler storage Chris@0: * updated all listeners to implement EventSubscriberInterface Chris@0: * added TimeDataCollector Chris@0: * added ContainerAwareTraceableEventDispatcher Chris@0: * moved TraceableEventDispatcherInterface to the EventDispatcher component Chris@0: * added RouterListener, LocaleListener, and StreamedResponseListener Chris@0: * added CacheClearerInterface (and ChainCacheClearer) Chris@0: * added a kernel.terminate event (via TerminableInterface and PostResponseEvent) Chris@0: * added a Stopwatch class Chris@0: * added WarmableInterface Chris@0: * improved extensibility between bundles Chris@0: * added profiler storages for Memcache(d), File-based, MongoDB, Redis Chris@0: * moved Filesystem class to its own component