Slide 8
Slide 8 text
Agenda
• Full change log of features added from 2.7.5 to 2.8/3.0
[7adb842] feature #12461 [HttpKernel] Removed deprecated Kernel::init() method (saro0h)
[73d3770] feature #12731 [Monolog Bridge] Remove deprecated log methods + add unit tests (FlorianLB)
[e0205ba] feature #12697 [3.0][Process] Remove deprecated methods (romainneutron)
[5417675] feature #12854 [3.0][HttpKernel] Remove unused method Kernel::isClassInActiveBundle (hacfi)
[4c1ab52] feature #13046 [3.0] [Bridge] [Swiftmailer] removed Swiftmailer bridge namespace. (hhamon)
[d8ebcd2] feature #12994 Add LegacyPdoSessionHandler class (jeremylivingston)
[7dee89b] feature #13129 [Yaml] Removed the ability to parse a file in Yaml::parse() (saro0h)
[e3872b9] feature #13130 [HttpKernel] Removed deprecated ErrorHandler and ExceptionHandler classes (saro0h)
[b9f4425] feature #13128 [Form] Removed deprecated form_enctype() (saro0h)
[a15df69] feature #13127 [FrameworkBundle] Removed the deprecated RouterApacheDumperCommand (saro0h)
[649061b] feature #13121 [Console] Removed DialogHelper, ProgressHelper and TableHelper (saro0h)
[a179b90] feature #12460 [3.0] [FrameworkBundle] removed request service occurrences. (hhamon)
[92a7416] feature #12457 [FrameworkBundle] REFS #11294 Controller class become abstract (mickaelandrieu)
[900f78a] feature #13216 [3.0] [Config] removed deprecated ReferenceDumper class. (hhamon)
[9c6d315] feature #13122 [3.0][Form] Removed depracted events PRE_BIND, BIND and POST_BIND (saro0h)
[eb5f3b4] feature #12663 [FrameworkBundle] remove deprecated method 'createEsi' (FlorianLB)
[6a6d9c3] feature #13233 [TwigBundle] removed deprecated ActionsExtension (fabpot)
[2afd614] removed deprecated Twig features
[86278cd] [Routing] remove deprecated features from routing
[4ca9ab3] [FrameworkBundle] remove deprecated routing features
[7b6f6d7] feature #13409 removed deprecated Twig features (fabpot)
[cca5e41] feature #13203 [3.0] [ClassLoader] removed deprecated UniversalClassLoader and DebugClassLoader classes. (hhamon)
[9f195cd] feature #13260 [3.0][EventDispatcher][Event] removed deprecated methods (aitboudad)
[270818d] feature #13348 [3.0][Monolog] Remove deprecated interface and deprecated methods (rosier)
[9ff47b8] feature #13086 [Console] Define isVerbose(), etc. methods in OutputInterface (frne)
[2e496e1] feature #13258 [HttpFoundation] remove deprecated : FlashBag don't implement anymore IteratorAggregate (FlorianLB)
[f7395c7] feature #13444 [Serializer] Remove deprecated JSON error methods (dunglas)
[589179c] feature #13396 [Routing] remove deprecations for 3.0 (Tobion)
[5e90ef4] feature #13407 [Form] Remove deprecated setDefaultOptions and OptionsResolverInterface (peterrehm)
[8018d4b] removed deprecated asset feature
[52badd0] removed deprecated Twig features
[d948837] feature #13666 removed deprecated asset feature (fabpot)
[fffcc24] feature #13752 [PropertyAccess] remove deprecations for 3.0 (Tobion)
[ad1888b] feature #13756 [3.0][Console] Added type hint (francisbesset)
[f538167] feature #13808 [OptionsResolver] removed deprecated functionality (Tobion)
[156c4a2] feature #14070 removed all *.class parameters (fabpot)
[01cebda] feature #14091 [3.0] [FrameworkBundle] Drop backward compatibility for debug commands (matthieuauger)
[aec88f4] feature #14119 Removed deprecation in YAML component (saro0h)
[e01a9a6] feature #14118 Removed deprecations in Console component (saro0h)
[2669016] feature #14120 Removed deprecation in translation component (saro0h)
[0409baa] feature #14156 Remove deprecated Locale component (stloyd)
[8d6929b] feature #14150 Removed deprecations in Templating component (dosten)
[637c8bb] feature #14147 Removed deprecations in Process component (dosten)
[5d7f909] feature #14169 [Debug] Removed deprecated interfaces (nicolas-grekas)
[630a982] feature #14220 [3.0][Console][OutputStyle] Implements verbosity levels methods (ogizanagi)
[73853c4] feature #14317 [3.0][FrameworkBundle][lint commands ] remove deprecated alias. (vincentaubert)
[6bab76d] feature #14383 [FrameworkBundle][Server Command] add address port number option. (aitboudad)
[862bdf1] feature #14359 [Translation] added FileLoader. (aitboudad)
[449b18c] feature #14424 [VarDumper] Added support for SplFileInfo (lyrixx)
[e861134] feature #14431 [Console] Bind the closure (code) to the Command if possible (lyrixx)
[a4e3e07] feature #14443 [VarDumper] Allow preserving a subset of cut arrays (nicolas-grekas)
[7e29d2c] feature #14473 [DX] Minor improvement for the translation:debug output (nicolasdewez)
[1973960] feature #14320 [Translation] added an --all option to the debug:translation command #14237 (sgehrig)
[55b3525] feature #14546 [Translator] deprecate getMessages in favor of getCatalogue. (aitboudad)
[da0194b] feature #14563 [FrameworkBundle][EventDispatcher] Add priorities to the debug:event-dispatcher command (Seldaek)
[88b7e7c] feature #14561 [FrameworkBundle][DX] Add option to specify additional translation loading paths (Seldaek)
[5e623a9] feature #14153 Remove the legacy PDO session handler (dosten)
[5b117e6] feature #14145 Removed deprecations in Filesystem component (dosten)
[22c2345] feature #14155 Removed deprecations in DependencyInjection component (dosten)
[65d4ae0] feature #13324 [WebProfilerBundle] Improved page for logs (hason)
[791e583] feature #14403 [Form] deprecate read_only option (Tobion)
[a57ce90] feature #14630 [Translator] Dump translation constants as tree instead of simple list (gepo)
[2983ecb] feature #14756 [Serializer] Support for array denormalization (derrabus)
[78cf382] feature #14733 [Security] Add setVoters() on AccessDecisionManager (nicolas-grekas)
[d04cc5e] feature #14700 [DependencyInjection] [Routing] [Config] Recursive directory loading (lavoiesl, nicolas-grekas)
[4133aad] feature #14781 [TwigBundle] Reconfigure twig paths when they are updated (chbruyand)
[567af65] feature #14904 [toolbar] Merged colored icons in toolbar (MJBGO)
[0315e5d] feature #14903 [profiler][request toolbar] Removed route name from the toolbar (MJBGO)
[a44ceb3] feature #14912 [HttpFoundation] Postpone setting the date header on a Response (jakzal)
[15ff865] feature #14993 [Profiler][Translation] added filter. (aitboudad)
[35f0a32] feature #14928 Removed deprecated stuff from the Console component (dosten)
[09fabfe] feature #12067 [Form] Added the 'range' FormType (jaytaph)
[a2bdc72] feature #14979 [Security] removed obsolete translations (fabpot)
[54bd6f7] feature #12314 [Form] Add "prototype_data" option to collection type (kgilden)
[04ae391] feature #15019 [Form] Deprecated "cascade_validation" (webmozart)
[dfb4ccf] feature #14693 [3.0][Translator] changed the visibility of the locale from protected to private. (aitboudad)
[921b6aa] feature #14927 Removed deprecated stuff from the Config component (dosten)
[3151614] feature #14660 [Form] moved data trimming logic of TrimListener into StringUtil (issei-m)
[9f86195] feature #14991 [Console][Table] allow multiple render() calls. (jaytaph)
[dd7583d] feature #14429 [FrameworkBundle] Add a doctrine cache service definition for validator mapping (jakzal)
[50e752b] feature #14984 [DependencyInjection] Deprecate scope concept (dosten)
[93e69e4] feature #15076 [Debug] Allow throwing from __toString() with `return trigger_error($e, E_USER_ERROR);` (nicolas-grekas)
[674b124] feature #14238 [config] added remove option to ignoreExtraKeys (twifty)
[ffed0ce] feature #15134 [FrameworkBundle] add option to force web server startup (xabbuh)
[cad16ac] feature #14764 [TwigBundle] Warmup twig templates in non-standard paths (kbond)
[32cbfd4] feature #15096 [DependencyInjection] Allow anonymous DefinitionDecorator resolving (nicolas-grekas)
[bfa28d6] feature #15154 [Validator] Added missing error codes and turned codes into UUIDs (webmozart)
[fc6ed5b] feature #15141 [DX] [Security] Renamed Token#getKey() to getSecret() (WouterJ)
[86e77eb] feature #15175 [VarDumper] Ingore PHPUnit and Prophecy object when they are nested (lyrixx)
[02347d5] feature #15139 [Translation] Add parameters to DataCollectorTranslator (damienalexandre)
[a48c377] feature #15219 [DependencyInjection] Added ParameterBagInterface::remove (lyrixx)
[0e5eb6b] feature #14264 [WebProfilerBundle] Add link to show profile of latest request (xelaris)
[b9f45d1] feature #15290 [DependencyInjection] Forbid container cloning (jakzal)
[86b218e] feature #15131 [Security] Moved Simple{Form,Pre}AuthenticatorInterfaces to Security\Http (WouterJ)
[4995900] feature #15185 Implement resettable containers (stof)
[23919ab] feature #15347 [DependencyInjection][3.0] Add initialized to container interface (znerol)
[7ec1cd4] Reverted the feature to display different toolbar versions
[251314e] feature #15160 Redesigned the web debug toolbar (javiereguiluz)
[ce5363a] feature #15372 [FrameworkBundle] Change the default value of cookie_httponly (jderusse)
[0de8905] feature #15285 [Config] deprecate cannotBeEmpty() for boolean and numeric nodes (xabbuh)
[f02a5dc] feature #14987 [FrameworkBundle] Configurable Serializer name converter (dunglas)
[839e925] feature #15123 [2.8][FrameworkBundle] Allow parameter use_cookies in session configuration (derrabus)
[3c10715] feature #15418 [Debug] Deprecate ExceptionHandler::createResponse (nicolas-grekas)
[5b38d74] feature #15079 [Form] Deprecated FormTypeInterface::getName() and passing of type instances (webmozart)
[bffca95] feature #15013 [Security] Removed security-acl from the core (iltar)
[c73e0a3] feature #15422 [Debug] Remove deprecated ExceptionHandler::createResponse (nicolas-grekas)
[c856a01] feature #15382 [Console] Use readline for user input when available #DX (michaelperrin)
[317d30b] feature #13990 [Form] Add flexibility for EntityType (raziel057)
[64d0507] feature #15433 Allow to define Enum nodes with 1 single element (javiereguiluz)
[a00687f] feature #15416 [DependencyInjection] Added a way to define the priority of service decoration (dosten)
[e6d7534] feature #15430 [SecurityBundle] Remove deprecated code (dosten)
[c8e05e3] feature #15452 [Translator] [Xliff] Add support for target attributes. (marcosdsanchez)
[c1c5f1d] feature #15555 [VarDumper] Add caster for pgsql resources (nicolas-grekas)
[19f4ada] fixed tests using deprecation features
[d4441e9] feature #15551 [Translation] added element metadata to XliffFileDumper (aitboudad)
[47d001e] feature #15934 Add a non-static API for the CssSelector component (stof)
[181d470] feature #15919 [Form] Guess currency field based on validator constraint (enumag)
[8d1cee9] feature #15929 [3.0][Config] Remove ResourceInterface::getResource() which was deprecated in 2.8 (mpdude)
[5322cbb] feature #15964 Symfony Console Style tweaks (javiereguiluz)
[d65f864] feature #15972 [Console] Updated the styles of the server commands (javiereguiluz)
[7bc3ec0] feature #15978 Updated the styles of the cache commands (javiereguiluz)
[b258949] feature #16007 [HttpFoundation] deprecate finding deep items in request parameters (xabbuh)
[8f44cc3] feature #15944 Remove profiler storages (javiereguiluz)
[4d855e2] feature #16011 [FrameworkBundle] Tag deprecated services (nicolas-grekas)
[ac8fd04] feature #15838 [VarDumper] Dump PHP+Twig code excerpts in backtraces (nicolas-grekas)
[2f44171] feature #15503 UI & CSS improvement to new toolbar (WouterJ)
[3b3431e] feature #15938 [Console] Bind input before executing the COMMAND event (WouterJ)
[aa2e7e4] feature #15899 [3.0][Security] Remove deprecated features (WouterJ)
[dbb099d] feature #16029 [FrameworkBundle][TwigBridge] do not render empty form action attributes (xabbuh)
[557e416] feature #16018 [HttpKernel] removed deprecated profiler storages (fabpot)
[763d478] feature #16019 [HttpFoundation] removed the ParameterBag::get() deep argument (fabpot)
[437398d] [3.0][Security] Remove deprecated features (follow up of #15899)
[fc41cf0] [3.0][FrameworkBundle] Removed deprecated features
[d226d35] feature #15904 [3.0][FrameworkBundle] Removed deprecated features (WouterJ)
[6dc3cf9] [3.0][DoctrineBridge] Removed deprecated features
[7bab317] feature #15900 [3.0][DoctrineBridge] Removed deprecated features (WouterJ)
[925ecaf] [Validator] removed deprecated features in Constraints
[17cedd3] [Form] removed usage of Validator deprecated features
[33f3400] [Form] removed deprecated features
[48d1169] feature #16024 [Validator] removed deprecated features in Validator and Form (fabpot)
[ffddafc] feature #15196 [HttpKernel] make RequestStack parameter required (Tobion)
[54e3d71] feature #15778 Fluid interface for building routes in PHP (weaverryan)
[99745e1] feature #15742 Using a service as a router resource (weaverryan)
[aa7d4e6] feature #16020 [CssSelector] removed the deprecated CssSelector class (fabpot)
[4af8a55] feature #16057 Deprecate loading multiple documents in the same crawler (stof)
[9e60980] feature #16058 Prevent adding non-DOMElement elements in DomCrawler (stof)
[6413fb7] feature #16063 [VarDumper] Add $this->getDump($var) when using VarDumperTestTrait (nicolas-grekas)
[584cfc2] feature #16069 [WebProfilerBundle] Move AjaxCollector to HttpKernel for use with Silex (glaubinix, fabpot)
[5ab9954] feature #16067 [3.0] Remove more deprecated interfaces in Form and Validator (nicolas-grekas)
[8fdb412] feature #8967 [HttpFoundation] Request->getRequestFormat should only rely on the request attributes (pvandomm
[7e3c4a6] feature #16035 [3.0][Security] Remove deprecated features (follow up of #15899) (Koc)
[1e0adf4] feature #14721 [Security] Configuring a user checker per firewall (iltar)
[d606e76] feature #16075 [3.0] Clean Form, Validator, DowCrawler and some more (nicolas-grekas)
[478ad54] feature #15613 [DependencyInjection] Add autowiring capabilities (dunglas)
[3567548] feature #16102 Simplify AbstractVoter (Koc)
[88e2d70] feature #16076 [HttpFoundation] change precedence of parameters in Request::get (Tobion)
[40cf393] feature #14908 Include working directory in ProcessFailedException (Rvanlaak)
[8b15af9] feature #16125 Replace is_callable checks with type hints (mpajunen, nicolas-grekas)
[21e50d5] feature #14044 [Console] [Helper] [Table] Columns styles (MAXakaWIZARD)
[f72a7c3] feature #16107 [3.0] Various deprecations cleanups (nicolas-grekas)
[a1c7af1] feature #16001 [DI] Warn when a definition relies on a deprecated class in ContainerBuilder::createService() (nicolas-
[141f9eb] feature #15879 Deprecate the SecureRandom class (pierredup)
[10389e3] feature #16189 [PhpUnitBridge] Add SkippedTestsListener to collect and replay skipped tests (nicolas-grekas)
[6907498] feature #15025 [2.8] [Form] Rename CollectionType options for entries (WouterJ)
[b03ccb3] feature #16198 [EventDispatcher] added EventDispatcher::ge