Software-update: Symfony 4.1.1 / 4.0.12 / 3.4.12 / 2.8.42

Symfony is een php-webapplicatieframework en is beschikbaar onder de mit-licentie. Naast een framework en herbruikbare componenten biedt Symfony ook een filosofie, methodiek en community, ondersteund door SensioLabs. Op ons Forum zijn er ook verschillende topics over terug te vinden. De ontwikkelaars hebben alweer enkele dagen geleden versies 4.1.1, 4.0.12, 3.4.12 en 2.8.42 uitgebracht met de volgende aankondigingen:

Symfony 4.1.1 released

Symfony 4.1.1 has just been released. Here is a list of the most important changes:
  • bug #27626 [TwigBundle][DX] Only add the Twig WebLinkExtension if the WebLink component is enabled
  • bug #27702 [TwigBundle] bump lowest deps to fix issue with "double-colon" controller service refs
  • bug #27701 [SecurityBundle] Dont throw if "security.htt _utils" is not found
  • bug #27690 [DI] Resolve env placeholder in logs
  • bug #27687 [HttpKernel] fix argument's error messages in ServiceValueResolver
  • bug #27614 [VarDumper] Fix dumping by splitting Server/Connection out of Dumper/ServerDumper
  • bug #27681 [DI] Avoid leaking unused env placeholders
  • bug #26534 allo _extr _attributes does not throw an exception as documented
  • bug #27664 [FrameworkBundle] Ignore keepQueryParams attribute when generating route redirect
  • bug #27668 [Lock] use 'r+' for fopen (fixes issue on Solaris)
  • bug #27669 [Filesystem] fix file lock on SunOS
  • bug #27662 [HttpKernel] fix handling of nested Error instances
  • bug #27651 [Messenger] Fixed MessengerPass::guessHandledClasses return type
  • bug #26845 [Config] Fixing GlobResource when inside phar archive
  • bug #27382 [Form] Fix error when rendering a DateIntervalType form with exactly 0 weeks
  • bug #27309 Fix surrogate not using original request
  • bug #27467 [HttpKernel] fix session tracking in surrogate master requests
  • bug #27632 [HttpFoundation] Ensure RedisSessionHandler::updateTimestamp returns a boolean
  • bug #27630 [Validator][Form] Remove BOM in some xlf files
  • bug #27596 [Framework][Workflow] Added support for interfaces
  • bug #27593 [ProxyManagerBridge] Fixed support of private services
  • bug #27591 [VarDumper] Fix dumping ArrayObject and ArrayIterator instances
  • bug #27528 [FrameworkBundle] give access to non-shared services when using test.servic _container
  • bug #27584 Avoid calling eval when there is no script embedded in the toolbar
  • bug #27581 Fix bad method call with guard authentication + session migration
  • bug #27576 [Cache] Fix expiry comparisons in array-based pools
  • bug #27566 [FrameworkBundle] fix for allowing single colon controller notation
  • bug #27556 Avoiding session migration for stateless firewall UsernamePasswordJsonAuthenticationListener
  • bug #27452 Avoid migration on stateless firewalls
  • bug #27568 [DI] Deduplicate generated proxy classes
  • bug #27511 [Routing] fix matching host patterns, utf8 prefixes and non-capturing groups
  • bug #27326 [Serializer] deserialize from xml: Fix a collection that contains the only one element
  • bug #27562 [HttpKernel] Log/Collect exceptions at prio 0
  • bug #27567 [PhpUnitBridge] Fix error on some Windows OS
  • bug #27357 [Lock] Remove released semaphore
  • bug #27416 TagAwareAdapter over non-binary memcached connections corrupts memcache
  • bug #27514 [Debug] Pass previous exception to FatalErrorException
  • bug #27516 Revert "bug #26138 [HttpKernel] Catch HttpExceptions when templating is not installed"
  • bug #27501 [FrameworkBundle] Fix test-container on kernel reboot, revert to returning the real container from Client::getContainer()
  • bug #27472 [DI] Ignore missing tree root nodes on validate
  • bug #27458 [WebProfilerBundle] fixed getSession when no session has been set deprecation warnings
  • bug #27318 [Cache] memcache connect should not add duplicate entries on sequential calls
  • bug #27498 [Routing] Don't reorder past variable-length placeholders
  • bug #27496 [DebugBundle] DebugBundle::registerCommands should be noop
  • bug #27485 [BrowserKit] Fix a BC break in Client affecting Panthère
  • bug #27470 [DI] Remove default env type check on validate
  • bug #27454 [FrameworkBundle][TwigBridge] Fix BC break from strong dependency on CSRF token storage
  • bug #27389 [Serializer] Fix serializer tries to denormalize null values on nullable properties
  • bug #27272 [FrameworkBundle] Change priority of AddConsoleCommandPass to TYP _BEFOR _REMOVING
  • bug #27396 [HttpKernel] fix registering IDE links
  • bug #26973 [HttpKernel] Set first trusted proxy as REMOT _ADDR in InlineFragmentRenderer.
  • bug #27303 [Process] Consider "executable" suffixes first on Windows
  • bug #27297 Triggering RememberMe's loginFail() when token cannot be created
Symfony 4.0.12 released

Symfony 4.0.12 has just been released. Here is a list of the most important changes:
  • bug #27626 [TwigBundle][DX] Only add the Twig WebLinkExtension if the WebLink component is enabled
  • bug #27701 [SecurityBundle] Dont throw if "security.htt _utils" is not found
  • bug #27690 [DI] Resolve env placeholder in logs
  • bug #26534 allo _extr _attributes does not throw an exception as documented
  • bug #27668 [Lock] use 'r+' for fopen (fixes issue on Solaris)
  • bug #27669 [Filesystem] fix file lock on SunOS
  • bug #27662 [HttpKernel] fix handling of nested Error instances
  • bug #26845 [Config] Fixing GlobResource when inside phar archive
  • bug #27382 [Form] Fix error when rendering a DateIntervalType form with exactly 0 weeks
  • bug #27309 Fix surrogate not using original request
  • bug #27467 [HttpKernel] fix session tracking in surrogate master requests
  • bug #27630 [Validator][Form] Remove BOM in some xlf files
  • bug #27596 [Framework][Workflow] Added support for interfaces
  • bug #27593 [ProxyManagerBridge] Fixed support of private services
  • bug #27591 [VarDumper] Fix dumping ArrayObject and ArrayIterator instances
  • bug #27581 Fix bad method call with guard authentication + session migration
  • bug #27576 [Cache] Fix expiry comparisons in array-based pools
  • bug #27556 Avoiding session migration for stateless firewall UsernamePasswordJsonAuthenticationListener
  • bug #27452 Avoid migration on stateless firewalls
  • bug #27568 [DI] Deduplicate generated proxy classes
  • bug #27326 [Serializer] deserialize from xml: Fix a collection that contains the only one element
  • bug #27567 [PhpUnitBridge] Fix error on some Windows OS
  • bug #27357 [Lock] Remove released semaphore
  • bug #27416 TagAwareAdapter over non-binary memcached connections corrupts memcache
  • bug #27514 [Debug] Pass previous exception to FatalErrorException
  • bug #27516 Revert "bug #26138 [HttpKernel] Catch HttpExceptions when templating is not installed"
  • bug #27318 [Cache] memcache connect should not add duplicate entries on sequential calls
  • bug #27389 [Serializer] Fix serializer tries to denormalize null values on nullable properties
  • bug #27272 [FrameworkBundle] Change priority of AddConsoleCommandPass to TYP _BEFOR _REMOVING
  • bug #27396 [HttpKernel] fix registering IDE links
  • bug #26973 [HttpKernel] Set first trusted proxy as REMOT _ADDR in InlineFragmentRenderer.
  • bug #27303 [Process] Consider "executable" suffixes first on Windows
  • bug #27297 Triggering RememberMe's loginFail() when token cannot be created
  • bug #27344 [HttpKernel] reset kernel start time on reboot
  • bug #27365 [Serializer] Check the value of enabl _ma _depth if defined
  • bug #27358 [PhpUnitBridge] silence some stderr outputs
  • bug #27366 [DI] never inline lazy services
Symfony 3.4.12 released

Symfony 3.4.12 has just been released. Here is a list of the most important changes:
  • bug #27626 [TwigBundle][DX] Only add the Twig WebLinkExtension if the WebLink component is enabled
  • bug #27701 [SecurityBundle] Dont throw if "security.htt _utils" is not found
  • bug #27690 [DI] Resolve env placeholder in logs
  • bug #26534 allo _extr _attributes does not throw an exception as documented
  • bug #27668 [Lock] use 'r+' for fopen (fixes issue on Solaris)
  • bug #27669 [Filesystem] fix file lock on SunOS
  • bug #27662 [HttpKernel] fix handling of nested Error instances
  • bug #26845 [Config] Fixing GlobResource when inside phar archive
  • bug #27382 [Form] Fix error when rendering a DateIntervalType form with exactly 0 weeks
  • bug #27309 Fix surrogate not using original request
  • bug #27467 [HttpKernel] fix session tracking in surrogate master requests
  • bug #27630 [Validator][Form] Remove BOM in some xlf files
  • bug #27596 [Framework][Workflow] Added support for interfaces
  • bug #27593 [ProxyManagerBridge] Fixed support of private services
  • bug #27591 [VarDumper] Fix dumping ArrayObject and ArrayIterator instances
  • bug #27581 Fix bad method call with guard authentication + session migration
  • bug #27576 [Cache] Fix expiry comparisons in array-based pools
  • bug #27556 Avoiding session migration for stateless firewall UsernamePasswordJsonAuthenticationListener
  • bug #27452 Avoid migration on stateless firewalls
  • bug #27568 [DI] Deduplicate generated proxy classes
  • bug #27326 [Serializer] deserialize from xml: Fix a collection that contains the only one element
  • bug #27567 [PhpUnitBridge] Fix error on some Windows OS
  • bug #27357 [Lock] Remove released semaphore
  • bug #27416 TagAwareAdapter over non-binary memcached connections corrupts memcache
  • bug #27514 [Debug] Pass previous exception to FatalErrorException
  • bug #27516 Revert "bug #26138 [HttpKernel] Catch HttpExceptions when templating is not installed"
  • bug #27318 [Cache] memcache connect should not add duplicate entries on sequential calls
  • bug #27389 [Serializer] Fix serializer tries to denormalize null values on nullable properties
  • bug #27272 [FrameworkBundle] Change priority of AddConsoleCommandPass to TYP _BEFOR _REMOVING
  • bug #27396 [HttpKernel] fix registering IDE links
  • bug #26973 [HttpKernel] Set first trusted proxy as REMOT _ADDR in InlineFragmentRenderer.
  • bug #27303 [Process] Consider "executable" suffixes first on Windows
  • bug #27297 Triggering RememberMe's loginFail() when token cannot be created
  • bug #27344 [HttpKernel] reset kernel start time on reboot
  • bug #27365 [Serializer] Check the value of enabl _ma _depth if defined
  • bug #27358 [PhpUnitBridge] silence some stderr outputs
  • bug #27366 [DI] never inline lazy services
Symfony 2.8.42 released

Symfony 2.8.42 has just been released. Here is a list of the most important changes:
  • bug #27669 [Filesystem] fix file lock on SunOS
  • bug #27309 Fix surrogate not using original request
  • bug #27630 [Validator][Form] Remove BOM in some xlf files
  • bug #27591 [VarDumper] Fix dumping ArrayObject and ArrayIterator instances
  • bug #27581 Fix bad method call with guard authentication + session migration
  • bug #27452 Avoid migration on stateless firewalls
  • bug #27514 [Debug] Pass previous exception to FatalErrorException
  • bug #26973 [HttpKernel] Set first trusted proxy as REMOT _ADDR in InlineFragmentRenderer.
  • bug #27303 [Process] Consider "executable" suffixes first on Windows
  • bug #27297 Triggering RememberMe's loginFail() when token cannot be created
  • bug #27366 [DI] never inline lazy services
Versienummer 4.1.1 / 4.0.12 / 3.4.12 / 2.8.
Releasestatus Final
Besturingssystemen Scripttaal
Website Symfony
Download https://symfony.com/download
Licentietype Voorwaarden (GNU/BSD/etc.)

Reacties

0
0
0
0
0
0
Wijzig sortering

Er zijn nog geen reacties geplaatst

Op dit item kan niet meer gereageerd worden.