This week, Symfony 4.3 beta2 version was released to better prepare for the final Symfony 4.3 release of the next week. Meanwhile, work on Symfony 4.4 (to be released on November 2019) started with the addition of Redis Sentinel support in Cache and LTS config information in the profiler.

Symfony development highlights

This week, 42 pull requests were merged (37 in code and 5 in docs) and 23 issues were closed (20 in code and 3 in docs). Excluding merges, 26 authors made 1,173 additions and 207 deletions. See details for code and docs.

3.4 changelog:

  • e24e7dc: [ProxyManager] isProxyCandidate() does not take into account interfaces
  • b60872b: [Process] fixed infinite waiting for stopped process
  • f93e252: [DependencyInjection] fixed using bindings with locators of service subscribers
  • 8a220d8: [WebProfilerBundle] used absolute URL for profiler links
  • b647f74: [Finder] fixed wrong method call casing

4.2 changelog:

  • 451b440: [Translation] fixed issue with new vs old TranslatorInterface in TranslationDataCollector

4.3 changelog:

  • b5dfbef: [HttpClient] added missing argument check
  • 86bc1be: [Workflow] used method marking store
  • 6fb05dc: [Messenger] fixed Redis Connection::get() should be non blocking by default
  • 6545805: [Messenger] added "non sendable" stamps
  • 987e1cf: [Messenger, DoctrineBridge] throw UnrecoverableMessageHandlingException when passed invalid entity manager name
  • 7f43878: [HttpClient] allow arrays as query parameters
  • 274ff66: [HttpClient] only use CURLMOPT_MAX_HOST_CONNECTIONS & CURL_VERSION_HTTP2 if defined
  • 90ca404: [HttpClient] display proper error message on TransportException when curl is used
  • cf7a91c: [Cache] improved logged messages
  • 77153b0: [FrameworkBundle] fixed named autowiring aliases for TagAwareCacheInterface
  • 6bd10a8: [Mime] added MIME type audio/x-hx-aac-adts
  • 6aacfea: [HttpClient] fixed handling exceptions thrown before first mock chunk

Master changelog:

  • 5239873: [DependencyInjection] deprecated short callables in YAML
  • 63d7309: [Cache] added Redis Sentinel support
  • 24af4c5: [HttpKernel] added LTS config

Newest issues and pull requests

They talked about us

Upcoming Symfony Events

Call to Action

Published in #A week of symfony