annotate vendor/symfony/http-kernel/CHANGELOG.md @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children 1fec387a4317
rev   line source
Chris@0 1 CHANGELOG
Chris@0 2 =========
Chris@0 3
Chris@0 4 3.2.0
Chris@0 5 -----
Chris@0 6
Chris@0 7 * deprecated `DataCollector::varToString()`, use `cloneVar()` instead
Chris@0 8 * changed surrogate capability name in `AbstractSurrogate::addSurrogateCapability` to 'symfony'
Chris@0 9
Chris@0 10 3.1.0
Chris@0 11 -----
Chris@0 12 * deprecated passing objects as URI attributes to the ESI and SSI renderers
Chris@0 13 * deprecated `ControllerResolver::getArguments()`
Chris@0 14 * added `Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface`
Chris@0 15 * added `Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface` as argument to `HttpKernel`
Chris@0 16 * added `Symfony\Component\HttpKernel\Controller\ArgumentResolver`
Chris@0 17 * added `Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::getMethod()`
Chris@0 18 * added `Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::getRedirect()`
Chris@0 19 * added the `kernel.controller_arguments` event, triggered after controller arguments have been resolved
Chris@0 20
Chris@0 21 3.0.0
Chris@0 22 -----
Chris@0 23
Chris@0 24 * removed `Symfony\Component\HttpKernel\Kernel::init()`
Chris@0 25 * removed `Symfony\Component\HttpKernel\Kernel::isClassInActiveBundle()` and `Symfony\Component\HttpKernel\KernelInterface::isClassInActiveBundle()`
Chris@0 26 * removed `Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher::setProfiler()`
Chris@0 27 * removed `Symfony\Component\HttpKernel\EventListener\FragmentListener::getLocalIpAddresses()`
Chris@0 28 * removed `Symfony\Component\HttpKernel\EventListener\LocaleListener::setRequest()`
Chris@0 29 * removed `Symfony\Component\HttpKernel\EventListener\RouterListener::setRequest()`
Chris@0 30 * removed `Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest()`
Chris@0 31 * removed `Symfony\Component\HttpKernel\Fragment\FragmentHandler::setRequest()`
Chris@0 32 * removed `Symfony\Component\HttpKernel\HttpCache\Esi::hasSurrogateEsiCapability()`
Chris@0 33 * removed `Symfony\Component\HttpKernel\HttpCache\Esi::addSurrogateEsiCapability()`
Chris@0 34 * removed `Symfony\Component\HttpKernel\HttpCache\Esi::needsEsiParsing()`
Chris@0 35 * removed `Symfony\Component\HttpKernel\HttpCache\HttpCache::getEsi()`
Chris@0 36 * removed `Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel`
Chris@0 37 * removed `Symfony\Component\HttpKernel\DependencyInjection\RegisterListenersPass`
Chris@0 38 * removed `Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener`
Chris@0 39 * removed `Symfony\Component\HttpKernel\EventListener\EsiListener`
Chris@0 40 * removed `Symfony\Component\HttpKernel\HttpCache\EsiResponseCacheStrategy`
Chris@0 41 * removed `Symfony\Component\HttpKernel\HttpCache\EsiResponseCacheStrategyInterface`
Chris@0 42 * removed `Symfony\Component\HttpKernel\Log\LoggerInterface`
Chris@0 43 * removed `Symfony\Component\HttpKernel\Log\NullLogger`
Chris@0 44 * removed `Symfony\Component\HttpKernel\Profiler::import()`
Chris@0 45 * removed `Symfony\Component\HttpKernel\Profiler::export()`
Chris@0 46
Chris@0 47 2.8.0
Chris@0 48 -----
Chris@0 49
Chris@0 50 * deprecated `Profiler::import` and `Profiler::export`
Chris@0 51
Chris@0 52 2.7.0
Chris@0 53 -----
Chris@0 54
Chris@0 55 * added the HTTP status code to profiles
Chris@0 56
Chris@0 57 2.6.0
Chris@0 58 -----
Chris@0 59
Chris@0 60 * deprecated `Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener`, use `Symfony\Component\HttpKernel\EventListener\DebugHandlersListener` instead
Chris@0 61 * deprecated unused method `Symfony\Component\HttpKernel\Kernel::isClassInActiveBundle` and `Symfony\Component\HttpKernel\KernelInterface::isClassInActiveBundle`
Chris@0 62
Chris@0 63 2.5.0
Chris@0 64 -----
Chris@0 65
Chris@0 66 * deprecated `Symfony\Component\HttpKernel\DependencyInjection\RegisterListenersPass`, use `Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass` instead
Chris@0 67
Chris@0 68 2.4.0
Chris@0 69 -----
Chris@0 70
Chris@0 71 * added event listeners for the session
Chris@0 72 * added the KernelEvents::FINISH_REQUEST event
Chris@0 73
Chris@0 74 2.3.0
Chris@0 75 -----
Chris@0 76
Chris@0 77 * [BC BREAK] renamed `Symfony\Component\HttpKernel\EventListener\DeprecationLoggerListener` to `Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener` and changed its constructor
Chris@0 78 * deprecated `Symfony\Component\HttpKernel\Debug\ErrorHandler`, `Symfony\Component\HttpKernel\Debug\ExceptionHandler`,
Chris@0 79 `Symfony\Component\HttpKernel\Exception\FatalErrorException` and `Symfony\Component\HttpKernel\Exception\FlattenException`
Chris@0 80 * deprecated `Symfony\Component\HttpKernel\Kernel::init()`
Chris@0 81 * added the possibility to specify an id an extra attributes to hinclude tags
Chris@0 82 * added the collect of data if a controller is a Closure in the Request collector
Chris@0 83 * pass exceptions from the ExceptionListener to the logger using the logging context to allow for more
Chris@0 84 detailed messages
Chris@0 85
Chris@0 86 2.2.0
Chris@0 87 -----
Chris@0 88
Chris@0 89 * [BC BREAK] the path info for sub-request is now always _fragment (or whatever you configured instead of the default)
Chris@0 90 * added Symfony\Component\HttpKernel\EventListener\FragmentListener
Chris@0 91 * added Symfony\Component\HttpKernel\UriSigner
Chris@0 92 * added Symfony\Component\HttpKernel\FragmentRenderer and rendering strategies (in Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface)
Chris@0 93 * added Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel
Chris@0 94 * added ControllerReference to create reference of Controllers (used in the FragmentRenderer class)
Chris@0 95 * [BC BREAK] renamed TimeDataCollector::getTotalTime() to
Chris@0 96 TimeDataCollector::getDuration()
Chris@0 97 * updated the MemoryDataCollector to include the memory used in the
Chris@0 98 kernel.terminate event listeners
Chris@0 99 * moved the Stopwatch classes to a new component
Chris@0 100 * added TraceableControllerResolver
Chris@0 101 * added TraceableEventDispatcher (removed ContainerAwareTraceableEventDispatcher)
Chris@0 102 * added support for WinCache opcode cache in ConfigDataCollector
Chris@0 103
Chris@0 104 2.1.0
Chris@0 105 -----
Chris@0 106
Chris@0 107 * [BC BREAK] the charset is now configured via the Kernel::getCharset() method
Chris@0 108 * [BC BREAK] the current locale for the user is not stored anymore in the session
Chris@0 109 * added the HTTP method to the profiler storage
Chris@0 110 * updated all listeners to implement EventSubscriberInterface
Chris@0 111 * added TimeDataCollector
Chris@0 112 * added ContainerAwareTraceableEventDispatcher
Chris@0 113 * moved TraceableEventDispatcherInterface to the EventDispatcher component
Chris@0 114 * added RouterListener, LocaleListener, and StreamedResponseListener
Chris@0 115 * added CacheClearerInterface (and ChainCacheClearer)
Chris@0 116 * added a kernel.terminate event (via TerminableInterface and PostResponseEvent)
Chris@0 117 * added a Stopwatch class
Chris@0 118 * added WarmableInterface
Chris@0 119 * improved extensibility between bundles
Chris@0 120 * added profiler storages for Memcache(d), File-based, MongoDB, Redis
Chris@0 121 * moved Filesystem class to its own component