This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/CHANGELOG-2.8.md

266 lines
22 KiB
Markdown
Raw Normal View History

2015-11-16 09:07:19 +00:00
CHANGELOG for 2.8.x
===================
This changelog references the relevant changes (bug and security fixes) done
in 2.8 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.8.0...v2.8.1
2015-12-26 15:56:17 +00:00
* 2.8.1 (2015-12-26)
* bug #16864 [Yaml] fix indented line handling in folded blocks (xabbuh)
* bug #17052 Fixed flatten exception recursion with errors (GrahamCampbell)
* bug #16826 Embedded identifier support (mihai-stancu)
* bug #17079 Also transform inline mappings to objects (WouterJ)
* bug #17129 [Config] Fix array sort on normalization in edge case (romainneutron)
* feature #17035 [DomCrawler] Revert previous restriction, allow selection of every DOMNode object (EdgarPE)
* bug #17094 [Process] More robustness and deterministic tests (nicolas-grekas)
* bug #17112 [PropertyAccess] Reorder elements array after PropertyPathBuilder::replace (alekitto)
* bug #17109 Improved the design of the web debug toolbar (javiereguiluz)
* bug #16797 [Filesystem] Recursivly widen non-executable directories (Slamdunk)
* bug #16926 [DependencyInjection] fixed definition loosing property shared when decorated by a parent definition (wahler)
* bug #17040 [Console] Avoid extra blank lines when rendering exceptions (ogizanagi)
* bug #17044 [Form] fix BC break introduced with prototype_data option (memphys)
* bug #17055 [Security] Verify if a password encoded with bcrypt is no longer than 72 characters (jakzal)
* bug #16959 [Form] fix #15544 when a collection type attribute "required" is false, "prototype" should too (HeahDude)
* bug #16806 [Validator] BicValidator - fixed raising violations to a maximum of one (mvhirsch)
* bug #16842 [Ldap] Escape carriage returns in LDAP DNs. (ChadSikorra)
* bug #16860 [Yaml] do not remove "comments" in scalar blocks (xabbuh)
* bug #17002 [Console][Table] fixed render row that contains multiple cells. (aitboudad)
* bug #16964 CSS min-height and min-width should not be "auto" (aschempp)
* bug #16971 [HttpFoundation] Added the ability of using BinaryFileResponse with stream wrappers (jakzal, Sander-Toonen)
* bug #17048 Fix the logout path when not using the router (stof)
* bug #17049 Fix the logout path when not using the router (stof)
* bug #17057 [FrameworkBundle][HttpKernel] the finder is required to discover bundle commands (xabbuh)
* bug #17059 [HttpFoundation] fix error level for deprecation (xabbuh)
* bug #17006 [Form] Fix casting regression in DoctrineChoiceLoader (bendavies)
* bug #16911 [PropertyInfo] Update List Information from ReflectionExtractor (zanderbaldwin)
* bug #16955 [FrameworkBundle] ContainerDebugCommand: pass the right object to the descriptors (xabbuh)
* feature #16760 Show silenced errors in separate tab (peterrehm)
* feature #16937 [PhpUnitBridge] Replace "weak-verbose" by "deprecations upper bound" mode (nicolas-grekas)
* bug #16915 [Process] Enhance compatiblity with --enable-sigchild (nicolas-grekas)
* bug #16829 [FrameworkBundle] prevent cache:clear creating too long paths (Tobion)
* bug #16922 [FrameworkBundle] [Bug] Fixes new InputStyle bug #16920 (AlmogBaku)
* bug #16921 Fix short array syntax for php 5.3 (ewgRa)
* bug #16450 [Serializer] Fixed `array_unique` on array of objects in `getAllowedAttributes`. (CornyPhoenix)
* bug #16757 [FrameworkBundle] [Translation] Fixed translations not written when no translations directory in update command (jeremyFreeAgent)
* bug #16902 [Security] Fix a Polyfill import statement in StringUtils (magnetik)
* bug #16871 [FrameworkBundle] Disable built-in server commands when Process component is missing (gnugat, xabbuh)
* bug #16870 [FrameworkBundle] Disable the server:run command when Process component is missing (gnugat, xabbuh)
* feature #16789 [PhpUnitBridge] Add weak-verbose mode and match against message instead of test name (nicolas-grekas)
* bug #16796 [Form] Fix choices defined as Traversable (nicolas-grekas)
* bug #16742 [Console][ProgressBar] redrawFrequency should never be 0 (dritter)
* bug #16846 [MonologBridge] Monolog Bridge 2.8 is incompatible with HttpKernel 3.0 (derrabus)
* bug #16799 Improve error message for undefined DIC aliases (mpdude)
* bug #16825 [VarDumper] fix .sf-dump z-index (debug bar conflict) (Antoine LA)
* bug #16772 Refactoring EntityUserProvider::__construct() to not do work, cause cache warm error (weaverryan)
2015-11-30 17:25:03 +00:00
* 2.8.0 (2015-11-30)
* bug #16758 Fix BC for the default root form name (stof)
* bug #16753 [Process] Fix signaling/stopping logic on Windows (nicolas-grekas)
* feature #16755 [Security] add subject variable to expression context (xabbuh)
* bug #16642 [DI][autowiring] throw exception when many services use the same class. (aitboudad)
* bug #16745 [Yaml] look for colon in parsed inline string (xabbuh)
* bug #16733 [Console] do not encode backslashes in console default description (Tobion)
* feature #16735 [WIP] [Ldap] Marked the Ldap component as internal (csarrazi)
* bug #16734 Make sure security.role_hierarchy.roles always exists (WouterJ)
* feature #16722 [Security][SecurityBundle] Use csrf_token_id instead of deprecated intention (jakzal)
* bug #16312 [HttpKernel] clearstatcache() so the Cache sees when a .lck file has been released (mpdude)
* bug #16351 [WIP] [Form] [TwigBridge] Bootstrap horizontal theme missing tests (pieter2627)
* bug #16685 [Form] Fixed: Duplicate choice labels are remembered when using "choices_as_values" = false (webmozart)
* feature #16709 [Bridge\PhpUnit] Display the stack trace of a deprecation on-demand (nicolas-grekas)
* bug #16704 [Form+SecurityBundle] Trigger deprecation for csrf_provider+intention options (nicolas-grekas)
* feature #16706 [HttpFoundation] Deprecate $deep parameter on ParameterBag (nicolas-grekas)
* bug #16705 [Form] Deprecated setting "choices_as_values" to "false" (webmozart)
* feature #16690 [Form] Deprecated ArrayKeyChoiceList (webmozart)
* feature #16687 [Form] Deprecated TimezoneType::getTimezones() (webmozart)
* bug #16681 [Form] Deprecated setting "choices_as_values" to "false" (webmozart)
* bug #16695 [SecurityBundle] disable the init:acl command if ACL is not used (Tobion)
* bug #16677 [Form] Fixed wrong usages of the "text" type (webmozart)
* bug #16679 [Form] Disabled view data validation if "data_class" is set to null (webmozart)
* bug #16621 [Console] Fix bug with $output overloading (WouterJ)
* feature #16601 [Security] Deprecate "AbstractVoter" in favor of "Voter" (nicolas-grekas, lyrixx)
* bug #16676 [HttpFoundation] Workaround HHVM rewriting HTTP response line (nicolas-grekas)
* bug #16668 [ClassLoader] Fix parsing namespace when token_get_all() is missing (nicolas-grekas)
* bug #16386 Bug #16343 [Router] Too many Routes ? (jelte)
* bug #16498 fix unused variable warning (eventhorizonpl)
* feature #16031 [Translation][Form] Do not translate form labels and placeholders when 'translation_domain' is false (Restless-ET)
* bug #16651 [Debug] Ensure class declarations are loaded only once (nicolas-grekas)
* security #16631 CVE-2015-8124: Session Fixation in the "Remember Me" Login Feature (xabbuh)
* security #16630 CVE-2015-8125: Potential Remote Timing Attack Vulnerability in Security Remember-Me Service (xabbuh)
* bug #16633 [Filesystem] Fixed failing test due to tempdir symlink (toretto460)
* bug #16609 [HttpKernel] Don't reset on shutdown but in FrameworkBundle/Test/KernelTestCase (nicolas-grekas)
* bug #16477 [Routing] Changing RouteCollectionBuilder::import() behavior to add to the builder (weaverryan)
* bug #16588 Sent out a status text for unknown HTTP headers. (dawehner)
* bug #16295 [DependencyInjection] Unescape parameters for all types of injection (Nicofuma)
* bug #16377 [WebProfilerBundle] Fix minitoolbar height (rvanlaak)
* bug #16585 Add support for HTTP status code 418 back (dawehner)
* bug #16574 [Process] Fix PhpProcess with phpdbg runtime (nicolas-grekas)
* bug #16581 Fix call to undefined function json_last_error_message (dawehner)
* bug #16573 [FrameworkBundle] Fix PropertyInfo extractor namespace in framework bundle (jvasseur)
* bug #16578 [Console] Fix bug in windows detection (kbond)
* bug #16546 [Serializer] ObjectNormalizer: don't serialize static methods and props (dunglas)
* bug #16352 Fix the server variables in the router_*.php files (leofeyer)
* bug #16537 [Validator] Allow an empty path with a non empty fragment or a query (jakzal)
* bug #16528 [Translation] Add support for Armenian pluralization. (marcosdsanchez)
* bug #16510 [Process] fix Proccess run with pts enabled (ewgRa)
2015-11-16 09:07:19 +00:00
* 2.8.0-BETA1 (2015-11-16)
* feature #16156 [Filesystem] Changed dumpFile to allow dumping to streams (markchalloner, pierredup)
* feature #16502 [Bridge\PhpUnit] Add extra clock-mocked namespaces in phpunit.xml.dist (nicolas-grekas)
* feature #16464 [DependencyInjection] Fix some edge cases with autowiring (dunglas)
* feature #16433 [Yaml] deprecate unquoted indicator characters (xabbuh)
* feature #16419 [FrameworkBundle][Form] Better exception message for private form tagged services (ogizanagi)
* feature #15990 added a micro kernel (fabpot)
* feature #16459 [Security\Core] Deprecate passing $salt to BCryptPasswordEncoder::encodePassword() (nicolas-grekas)
* feature #16409 [Console] Add progress indicator helper (kbond)
* feature #16423 [VarDumper] Deprecate VarDumperTestCase in favor of the trait (nicolas-grekas)
* feature #16424 [DI] Deprecate ContainerAware in favor of ContainerAwareTrait (nicolas-grekas)
* feature #16430 [HttpKernel] PostResponseEvent should extend the KernelEvent (jakzal)
* feature #16325 [VarDumper] Casters for Generator, ReflectionGenerator and ReflectionType (nicolas-grekas)
* feature #16395 checkCredentials() force it to be an affirmative yes! (weaverryan)
* feature #16344 [WebProfilerBundle] Filter links in search results (Rvanlaak)
* feature #16285 [Yaml] deprecated usage of @ and ` at the beginning of an unquoted string (fabpot)
* feature #16317 Rely on iconv and symfony/polyfill-* (nicolas-grekas)
* feature #15966 [FrameworkBundle] PropertyInfo support (dunglas)
* feature #16161 [Validator] Add expressionLanguage to ExpressionValidator constructor (enumag)
* feature #16263 [FrameworkBundle] Add a new ClassCache cache warmer (tucksaun)
* feature #16271 [TwigBundle] added a Twig templates warmer when templating is disabled (fabpot)
* feature #16276 Unify URL generator reference type + make linking in php templates consistent with twig (Tobion)
* feature #15947 Added UserLoaderInterface for loading users through Doctrine. (mtrojanowski)
* feature #16194 [PhpUnit] Mock clock on @group time-sensitive annotations (nicolas-grekas)
* feature #16201 [Yaml] deprecated non-escaped \ in double-quoted strings when parsing (fabpot)
* feature #16198 [EventDispatcher] added EventDispatcher::getListenerPriority() (fabpot)
* feature #15025 [2.8] [Form] Rename CollectionType options for entries (WouterJ)
* feature #16189 [PhpUnitBridge] Add SkippedTestsListener to collect and replay skipped tests (nicolas-grekas)
* feature #15879 Deprecate the SecureRandom class (pierredup)
* feature #16001 [DI] Warn when a definition relies on a deprecated class in ContainerBuilder::createService() (nicolas-grekas)
* feature #14044 [Console] [Helper] [Table] Columns styles (MAXakaWIZARD)
* feature #14908 Include working directory in ProcessFailedException (Rvanlaak)
* feature #16102 Simplify AbstractVoter (Koc)
* feature #15613 [DependencyInjection] Add autowiring capabilities (dunglas)
* feature #14721 [Security] Configuring a user checker per firewall (iltar)
* feature #16069 [WebProfilerBundle] Move AjaxCollector to HttpKernel for use with Silex (glaubinix, fabpot)
* feature #16063 [VarDumper] Add $this->getDump($var) when using VarDumperTestTrait (nicolas-grekas)
* feature #16058 Prevent adding non-DOMElement elements in DomCrawler (stof)
* feature #16057 Deprecate loading multiple documents in the same crawler (stof)
* feature #15742 Using a service as a router resource (weaverryan)
* feature #15778 Fluid interface for building routes in PHP (weaverryan)
* feature #16029 [FrameworkBundle][TwigBridge] do not render empty form action attributes (xabbuh)
* feature #15938 [Console] Bind input before executing the COMMAND event (WouterJ)
* feature #15503 UI & CSS improvement to new toolbar (WouterJ)
* feature #15838 [VarDumper] Dump PHP+Twig code excerpts in backtraces (nicolas-grekas)
* feature #16011 [FrameworkBundle] Tag deprecated services (nicolas-grekas)
* feature #15944 Remove profiler storages (javiereguiluz)
* feature #16007 [HttpFoundation] deprecate finding deep items in request parameters (xabbuh)
* feature #15978 Updated the styles of the cache commands (javiereguiluz)
* feature #15972 [Console] Updated the styles of the server commands (javiereguiluz)
* feature #15964 Symfony Console Style tweaks (javiereguiluz)
* feature #15919 [Form] Guess currency field based on validator constraint (enumag)
* feature #15934 Add a non-static API for the CssSelector component (stof)
* feature #14235 [FrameworkBundle] Refactored assets:install command and apply Symfony styles (1ed)
* feature #15963 added logging of unused tags (Marmelatze, fabpot)
* feature #15970 [TwigBundle] removed usage of Templating classes (fabpot)
* feature #14132 Applied the new styles to the router: commands (javiereguiluz)
* feature #15356 [WebProfilerBundle] Profiler View Latest should preserve all the current query parameters (jbafford)
* feature #15953 [TwigBridge] is_granted no longer raise an exception if the token storage is empty (lyrixx)
* feature #14602 [2.8] [Ldap] Added support for LDAP (New Component + integration in the Security Component). (csarrazi, lyrixx)
* feature #15939 Removed the "Delete profiles" action from the web profiler sidebar (javiereguiluz)
* feature #15962 [Finder] simplified code (fabpot)
* feature #15882 Easier Custom Authentication errors (weaverryan)
* feature #15907 [DomCrawler] Deprecate methods inherited from SplObjectStorage (stof)
* feature #15301 [Form][Type Date/Time] added choice_translation_domain option. (aitboudad)
* feature #15697 [BrowserKit] Added isFollowingRedirects and getMaxRedirects methods (Naktibalda)
* feature #15719 Deprecate ResourceInterface::getResource() (mpdude)
* feature #15818 [WebProfilerBundle] Add collapsed sidebar on small screens (hason)
* feature #15858 [PropertyInfo] Import the component (dunglas)
* feature #15892 deprecated the Shell Console class (fabpot)
* feature #15519 [Validator] added BIC (SWIFT-BIC) validation constraint (mvhirsch)
* feature #12587 [TwigBridge] Foundation form layout integration (totophe)
* feature #15151 [Security] Deprecated supportsAttribute and supportsClass methods (WouterJ)
* feature #15491 Add support for deprecated definitions (Taluu)
* feature #14894 [Console] Add domain exceptions to replace generic exceptions (GromNaN)
* feature #15738 Implement service-based Resource (cache) validation (mpdude)
* feature #14673 New Guard Authentication System (e.g. putting the joy back into security) (weaverryan)
* feature #15870 Updating AbstractVoter so that the method receives the TokenInterface (weaverryan)
* feature #15786 [Translation][File dumper] allow get file content without writing in file. (aitboudad)
* feature #15805 [Finder] Deprecate adapters and related classes (nicolas-grekas)
* feature #15837 [VarDumper] Add EnumStub for dumping virtual collections with casters (nicolas-grekas)
* feature #15699 [Translator][FileDumper] deprecated format method in favor of formatCatalogue. (aitboudad)
* feature #15717 [Translator][Loader] added XLIFF 2.0 support. (xphere, aitboudad)
* feature #15743 Validate the extended type for lazy-loaded type extensions (stof)
* feature #13761 Automatically process extensions when they implement CompilerPassInterface (WouterJ)
* feature #15787 [VarDumper] Add caster for OuterIterator objects (nicolas-grekas)
* feature #13616 [HttpKernel] Add entry point to more easily create/configure the DI extension (egeloen)
* feature #14378 [DX] Added a logout link in the security panel of the web debug toolbar (javiereguiluz)
* feature #15620 [WIP] #15502 Make template shortcuts be usable without Templating component (Koc)
* feature #15523 Redesigned the Symfony Profiler (javiereguiluz)
* feature #15773 Make the exception output visible even in quiet mode, fixes #15680 (Seldaek)
* feature #15772 Convert Output::write's type to an options arg where verbosity can be passed in as well (Seldaek)
* feature #15756 [Translation] added option json_options to JsonFileDumper. (gepo)
* feature #15724 [HttpKernel] Move required RequestStack args as first arguments (nicolas-grekas)
* feature #15521 [Debug] Add BufferingLogger for errors that happen before a proper logger is configured (nicolas-grekas)
* feature #15709 [WebProfilerBundle] deprecated import/export commands (fabpot)
* feature #15710 added ExceptionHandler::getHtml() to expose the full HTML of an exception (fabpot)
* feature #15562 [translation] Deprecated DiffOperation (zerustech)
* feature #15635 [Config] Prototypes info (ogizanagi)
* feature #15551 [Translation] added <tool> element metadata to XliffFileDumper (aitboudad)
* feature #15555 [VarDumper] Add caster for pgsql resources (nicolas-grekas)
* feature #15452 [Translator] [Xliff] Add support for target attributes. (marcosdsanchez)
* feature #15416 [DependencyInjection] Added a way to define the priority of service decoration (dosten)
* feature #15433 Allow to define Enum nodes with 1 single element (javiereguiluz)
* feature #13990 [Form] Add flexibility for EntityType (raziel057)
* feature #15382 [Console] Use readline for user input when available #DX (michaelperrin)
* feature #15013 [Security] Removed security-acl from the core (iltar)
* feature #15079 [Form] Deprecated FormTypeInterface::getName() and passing of type instances (webmozart)
* feature #15418 [Debug] Deprecate ExceptionHandler::createResponse (nicolas-grekas)
* feature #15123 [2.8][FrameworkBundle] Allow parameter use_cookies in session configuration (derrabus)
* feature #14987 [FrameworkBundle] Configurable Serializer name converter (dunglas)
* feature #15285 [Config] deprecate cannotBeEmpty() for boolean and numeric nodes (xabbuh)
* feature #15372 [FrameworkBundle] Change the default value of cookie_httponly (jderusse)
* feature #15160 Redesigned the web debug toolbar (javiereguiluz)
* feature #15185 Implement resettable containers (stof)
* feature #15131 [Security] Moved Simple{Form,Pre}AuthenticatorInterfaces to Security\Http (WouterJ)
* feature #15290 [DependencyInjection] Forbid container cloning (jakzal)
* feature #14264 [WebProfilerBundle] Add link to show profile of latest request (xelaris)
* feature #15139 [Translation] Add parameters to DataCollectorTranslator (damienalexandre)
* feature #15175 [VarDumper] Ingore PHPUnit and Prophecy object when they are nested (lyrixx)
* feature #15141 [DX] [Security] Renamed Token#getKey() to getSecret() (WouterJ)
* feature #15154 [Validator] Added missing error codes and turned codes into UUIDs (webmozart)
* feature #15096 [DependencyInjection] Allow anonymous DefinitionDecorator resolving (nicolas-grekas)
* feature #14764 [TwigBundle] Warmup twig templates in non-standard paths (kbond)
* feature #15134 [FrameworkBundle] add option to force web server startup (xabbuh)
* feature #14238 [config] added remove option to ignoreExtraKeys (twifty)
* feature #15076 [Debug] Allow throwing from __toString() with `return trigger_error($e, E_USER_ERROR);` (nicolas-grekas)
* feature #14984 [DependencyInjection] Deprecate scope concept (dosten)
* feature #14429 [FrameworkBundle] Add a doctrine cache service definition for validator mapping (jakzal)
* feature #14991 [Console][Table] allow multiple render() calls. (jaytaph)
* feature #14660 [Form] moved data trimming logic of TrimListener into StringUtil (issei-m)
* feature #15019 [Form] Deprecated "cascade_validation" (webmozart)
* feature #12314 [Form] Add "prototype_data" option to collection type (kgilden)
* feature #12067 [Form] Added the 'range' FormType (jaytaph)
* feature #14993 [Profiler][Translation] added filter. (aitboudad)
* feature #14912 [HttpFoundation] Postpone setting the date header on a Response (jakzal)
* feature #14903 [profiler][request toolbar] Removed route name from the toolbar (MJBGO)
* feature #14904 [toolbar] Merged colored icons in toolbar (MJBGO)
* feature #14781 [TwigBundle] Reconfigure twig paths when they are updated (chbruyand)
* feature #14700 [DependencyInjection] [Routing] [Config] Recursive directory loading (lavoiesl, nicolas-grekas)
* feature #14733 [Security] Add setVoters() on AccessDecisionManager (nicolas-grekas)
* feature #14756 [Serializer] Support for array denormalization (derrabus)
* feature #14630 [Translator] Dump translation constants as tree instead of simple list (gepo)
* feature #14403 [Form] deprecate read_only option (Tobion)
* feature #13324 [WebProfilerBundle] Improved page for logs (hason)
* feature #14561 [FrameworkBundle][DX] Add option to specify additional translation loading paths (Seldaek)
* feature #14563 [FrameworkBundle][EventDispatcher] Add priorities to the debug:event-dispatcher command (Seldaek)
* feature #14546 [Translator] deprecate getMessages in favor of getCatalogue. (aitboudad)
* feature #14320 [Translation] added an --all option to the debug:translation command #14237 (sgehrig)
* feature #14473 [DX] Minor improvement for the translation:debug output (nicolasdewez)
* feature #14443 [VarDumper] Allow preserving a subset of cut arrays (nicolas-grekas)
* feature #14431 [Console] Bind the closure (code) to the Command if possible (lyrixx)
* feature #14424 [VarDumper] Added support for SplFileInfo (lyrixx)
* feature #14359 [Translation] added FileLoader. (aitboudad)
* feature #14383 [FrameworkBundle][Server Command] add address port number option. (aitboudad)