Posted
almost 6 years
ago
by
Javier Eguiluz
This week, Symfony development activity focused on minor tweaks and fixes, such as fixing our preloader for the upcoming PHP 7.4 version. In addition, the community proposed to add .gitattributes to all Symfony packages to exclude non-required files.
... [More]
Lastly, Fabien announced the new Notifier component during his keynote at the SymfonyLive London 2019 conference.
Symfony development highlights
This week, 60 pull requests were merged (42 in code and 18 in docs) and 42 issues were closed (27 in code and 15 in docs). Excluding merges, 25 authors made 2,672 additions and 2,800 deletions. See details for code and docs.
3.4 changelog:
f7130e3: [Yaml] don't dump a scalar tag value on its own line
d6855d4: [Console] get dimensions from stty on Windows if possible
cac27b2: [Inflector] add support 'see' to 'ee' for singularize
4.3 changelog:
2c87f69: dirname simplification
22b4586: [HttpClient] re-enable Server Push support
6ea7f30: [DependencyInjection] accept existing interfaces as valid named args
5914a1f: [Yaml] properly catch legacy tag syntax usages
4a866d0: [Cache] fixed cache pools affecting each other due to an overwritten seed variable
4.4 changelog:
312cbf9: [Cache] add types to constructors and private/final/internal methods
e9f524a: [HttpClient] allow enabling buffering conditionally with a Closure
92e64a1: require exact match when reading from stdin with a dash
afad962: [DependencyInjection] generate preload.php file for PHP 7.4 in cache folder
1c3d409, c403706, f0aff8c: [DependencyInjection] fixed PHP 7.4 preloader
541f80c: [DependencyInjection] used dirname() when possible
bed6511: [WebProfilerBundle] assign automatic colors to custom Stopwatch categories
8ca975d: [HttpKernel] fixed compat with legacy DebugClassLoader
419be6a: [SecurityBundle] moved Anonymous DI integration to new AnonymousFactory
4b701bb: [FrameworkBundle, ErrorRenderer] used FileLinkFormatter service when possible
74d5fa6: [Workflow] use a better exception message when many workflows are found
b07df9d: [Mailer] renamed SmtpEnvelope to Envelope
60e3de6: minor tweaks to the new Welcome Page
Master changelog:
afe5188: removed legacy code from STDIN commands
3f0cf49: [HttpClient] fixed calling the buffer-enabling callback
c0f0b8a: [Console] used correct EventDispatcherInterface
3db419e: [DoctrineBridge] getMetadataDriverClass() is abstract now
Symfony Binary
The Symfony binary, which provides tools for
developing Symfony applications in your local machine, released its new
4.7.0 version with the
following changes:
Display an error when trying to retrieve a environment variable value marked as sensitive
Fix a panic when a Docker env var is empty
Improve messages for plan/storage update
Use composer.phar from the project directory if present
Disable timeouts on billing API
Fix Slack tokens for integrations setup are not properly validated
Add support for Strong Customer Authentication in payment process
Newest issues and pull requests
[RFC] Trust proxies in the private IP range automatically
[Mailer] Adding a file transport
[DI] Handling decorations on non existent services
[Intl] ICU 65 release
assertSelectorTextContains should return current value in WebTestCase
[Validator] Allow to ignore a Violation for a Constraint
They talked about us
Symfony Notifier presentation
Let’s Migrate Symfony Project to Kubernetes! Part 4: Building a Continuous Delivery Pipeline.
Symfony. Mejorando tus tests con DoctrineFixturesBundle
Symfony Notifier, un nuevo componente de Symfony
Call to Action
Give Symfony a star on GitHub
Follow Symfony on Twitter and retweet this article.
Subscribe to the Symfony blog RSS and never miss a Symfony story again.
Be trained by Symfony experts
- 2019-10-2 Clichy
- 2019-10-7 Clichy
- 2019-10-14 Clichy
[Less]
|
Posted
almost 6 years
ago
by
Javier Eguiluz
This week, Symfony development activity focused on minor tweaks and fixes, such as fixing our preloader for the upcoming PHP 7.4 version. In addition, the community proposed to add .gitattributes to all Symfony packages to exclude non-required files.
... [More]
Lastly, Fabien announced the new Notifier component during his keynote at the SymfonyLive London 2019 conference.
Symfony development highlights
This week, 60 pull requests were merged (42 in code and 18 in docs) and 42 issues were closed (27 in code and 15 in docs). Excluding merges, 25 authors made 2,672 additions and 2,800 deletions. See details for code and docs.
3.4 changelog:
f7130e3: [Yaml] don't dump a scalar tag value on its own line
d6855d4: [Console] get dimensions from stty on Windows if possible
cac27b2: [Inflector] add support 'see' to 'ee' for singularize
4.3 changelog:
2c87f69: dirname simplification
22b4586: [HttpClient] re-enable Server Push support
6ea7f30: [DependencyInjection] accept existing interfaces as valid named args
5914a1f: [Yaml] properly catch legacy tag syntax usages
4a866d0: [Cache] fixed cache pools affecting each other due to an overwritten seed variable
4.4 changelog:
312cbf9: [Cache] add types to constructors and private/final/internal methods
e9f524a: [HttpClient] allow enabling buffering conditionally with a Closure
92e64a1: require exact match when reading from stdin with a dash
afad962: [DependencyInjection] generate preload.php file for PHP 7.4 in cache folder
1c3d409, c403706, f0aff8c: [DependencyInjection] fixed PHP 7.4 preloader
541f80c: [DependencyInjection] used dirname() when possible
bed6511: [WebProfilerBundle] assign automatic colors to custom Stopwatch categories
8ca975d: [HttpKernel] fixed compat with legacy DebugClassLoader
419be6a: [SecurityBundle] moved Anonymous DI integration to new AnonymousFactory
4b701bb: [FrameworkBundle, ErrorRenderer] used FileLinkFormatter service when possible
74d5fa6: [Workflow] use a better exception message when many workflows are found
b07df9d: [Mailer] renamed SmtpEnvelope to Envelope
60e3de6: minor tweaks to the new Welcome Page
Master changelog:
afe5188: removed legacy code from STDIN commands
3f0cf49: [HttpClient] fixed calling the buffer-enabling callback
c0f0b8a: [Console] used correct EventDispatcherInterface
3db419e: [DoctrineBridge] getMetadataDriverClass() is abstract now
Symfony Binary
The Symfony binary, which provides tools for
developing Symfony applications in your local machine, released its new
4.7.0 version with the
following changes:
Display an error when trying to retrieve a environment variable value marked as sensitive
Fix a panic when a Docker env var is empty
Improve messages for plan/storage update
Use composer.phar from the project directory if present
Disable timeouts on billing API
Fix Slack tokens for integrations setup are not properly validated
Add support for Strong Customer Authentication in payment process
Newest issues and pull requests
[RFC] Trust proxies in the private IP range automatically
[Mailer] Adding a file transport
[DI] Handling decorations on non existent services
[Intl] ICU 65 release
assertSelectorTextContains should return current value in WebTestCase
[Validator] Allow to ignore a Violation for a Constraint
They talked about us
Symfony Notifier presentation
Let’s Migrate Symfony Project to Kubernetes! Part 4: Building a Continuous Delivery Pipeline.
Symfony. Mejorando tus tests con DoctrineFixturesBundle
Symfony Notifier, un nuevo componente de Symfony
Call to Action
Give Symfony a star on GitHub
Follow Symfony on Twitter and retweet this article.
Subscribe to the Symfony blog RSS and never miss a Symfony story again.
Be trained by Symfony experts
- 2019-09-18 Cologne
- 2019-09-18 Clichy
- 2019-09-23 Lille
[Less]
|
Posted
almost 6 years
ago
by
Javier Eguiluz
This week, Symfony development activity focused on minor tweaks and fixes, such as fixing our preloader for the upcoming PHP 7.4 version. In addition, the community proposed to add .gitattributes to all Symfony packages to exclude non-required files.
... [More]
Lastly, Fabien announced the new Notifier component during his keynote at the SymfonyLive London 2019 conference.
Symfony development highlights
This week, 60 pull requests were merged (42 in code and 18 in docs) and 42 issues were closed (27 in code and 15 in docs). Excluding merges, 25 authors made 2,672 additions and 2,800 deletions. See details for code and docs.
3.4 changelog:
f7130e3: [Yaml] don't dump a scalar tag value on its own line
d6855d4: [Console] get dimensions from stty on Windows if possible
cac27b2: [Inflector] add support 'see' to 'ee' for singularize
4.3 changelog:
2c87f69: dirname simplification
22b4586: [HttpClient] re-enable Server Push support
6ea7f30: [DependencyInjection] accept existing interfaces as valid named args
5914a1f: [Yaml] properly catch legacy tag syntax usages
4a866d0: [Cache] fixed cache pools affecting each other due to an overwritten seed variable
4.4 changelog:
312cbf9: [Cache] add types to constructors and private/final/internal methods
e9f524a: [HttpClient] allow enabling buffering conditionally with a Closure
92e64a1: require exact match when reading from stdin with a dash
afad962: [DependencyInjection] generate preload.php file for PHP 7.4 in cache folder
1c3d409, c403706, f0aff8c: [DependencyInjection] fixed PHP 7.4 preloader
541f80c: [DependencyInjection] used dirname() when possible
bed6511: [WebProfilerBundle] assign automatic colors to custom Stopwatch categories
8ca975d: [HttpKernel] fixed compat with legacy DebugClassLoader
419be6a: [SecurityBundle] moved Anonymous DI integration to new AnonymousFactory
4b701bb: [FrameworkBundle, ErrorRenderer] used FileLinkFormatter service when possible
74d5fa6: [Workflow] use a better exception message when many workflows are found
b07df9d: [Mailer] renamed SmtpEnvelope to Envelope
60e3de6: minor tweaks to the new Welcome Page
Master changelog:
afe5188: removed legacy code from STDIN commands
3f0cf49: [HttpClient] fixed calling the buffer-enabling callback
c0f0b8a: [Console] used correct EventDispatcherInterface
3db419e: [DoctrineBridge] getMetadataDriverClass() is abstract now
Symfony Binary
The Symfony binary, which provides tools for
developing Symfony applications in your local machine, released its new
4.7.0 version with the
following changes:
Display an error when trying to retrieve a environment variable value marked as sensitive
Fix a panic when a Docker env var is empty
Improve messages for plan/storage update
Use composer.phar from the project directory if present
Disable timeouts on billing API
Fix Slack tokens for integrations setup are not properly validated
Add support for Strong Customer Authentication in payment process
Newest issues and pull requests
[RFC] Trust proxies in the private IP range automatically
[Mailer] Adding a file transport
[DI] Handling decorations on non existent services
[Intl] ICU 65 release
assertSelectorTextContains should return current value in WebTestCase
[Validator] Allow to ignore a Violation for a Constraint
They talked about us
Symfony Notifier presentation
Let’s Migrate Symfony Project to Kubernetes! Part 4: Building a Continuous Delivery Pipeline.
Symfony. Mejorando tus tests con DoctrineFixturesBundle
Symfony Notifier, un nuevo componente de Symfony
Call to Action
Give Symfony a star on GitHub
Follow Symfony on Twitter and retweet this article.
Subscribe to the Symfony blog RSS and never miss a Symfony story again.
Be trained by Symfony experts
- 2019-09-23 Lille
- 2019-09-25 Lille
- 2019-09-30 Clichy
[Less]
|
Posted
almost 6 years
ago
by
Javier Eguiluz
This week, Symfony development activity focused on minor tweaks and fixes, such as fixing our preloader for the upcoming PHP 7.4 version. In addition, the community proposed to add .gitattributes to all Symfony packages to exclude non-required files.
... [More]
Lastly, Fabien announced the new Notifier component during his keynote at the SymfonyLive London 2019 conference.
Symfony development highlights
This week, 60 pull requests were merged (42 in code and 18 in docs) and 42 issues were closed (27 in code and 15 in docs). Excluding merges, 25 authors made 2,672 additions and 2,800 deletions. See details for code and docs.
3.4 changelog:
f7130e3: [Yaml] don't dump a scalar tag value on its own line
d6855d4: [Console] get dimensions from stty on Windows if possible
cac27b2: [Inflector] add support 'see' to 'ee' for singularize
4.3 changelog:
2c87f69: dirname simplification
22b4586: [HttpClient] re-enable Server Push support
6ea7f30: [DependencyInjection] accept existing interfaces as valid named args
5914a1f: [Yaml] properly catch legacy tag syntax usages
4a866d0: [Cache] fixed cache pools affecting each other due to an overwritten seed variable
4.4 changelog:
312cbf9: [Cache] add types to constructors and private/final/internal methods
e9f524a: [HttpClient] allow enabling buffering conditionally with a Closure
92e64a1: require exact match when reading from stdin with a dash
afad962: [DependencyInjection] generate preload.php file for PHP 7.4 in cache folder
1c3d409, c403706, f0aff8c: [DependencyInjection] fixed PHP 7.4 preloader
541f80c: [DependencyInjection] used dirname() when possible
bed6511: [WebProfilerBundle] assign automatic colors to custom Stopwatch categories
8ca975d: [HttpKernel] fixed compat with legacy DebugClassLoader
419be6a: [SecurityBundle] moved Anonymous DI integration to new AnonymousFactory
4b701bb: [FrameworkBundle, ErrorRenderer] used FileLinkFormatter service when possible
74d5fa6: [Workflow] use a better exception message when many workflows are found
b07df9d: [Mailer] renamed SmtpEnvelope to Envelope
60e3de6: minor tweaks to the new Welcome Page
Master changelog:
afe5188: removed legacy code from STDIN commands
3f0cf49: [HttpClient] fixed calling the buffer-enabling callback
c0f0b8a: [Console] used correct EventDispatcherInterface
3db419e: [DoctrineBridge] getMetadataDriverClass() is abstract now
Symfony Binary
The Symfony binary, which provides tools for
developing Symfony applications in your local machine, released its new
4.7.0 version with the
following changes:
Display an error when trying to retrieve a environment variable value marked as sensitive
Fix a panic when a Docker env var is empty
Improve messages for plan/storage update
Use composer.phar from the project directory if present
Disable timeouts on billing API
Fix Slack tokens for integrations setup are not properly validated
Add support for Strong Customer Authentication in payment process
Newest issues and pull requests
[RFC] Trust proxies in the private IP range automatically
[Mailer] Adding a file transport
[DI] Handling decorations on non existent services
[Intl] ICU 65 release
assertSelectorTextContains should return current value in WebTestCase
[Validator] Allow to ignore a Violation for a Constraint
They talked about us
Symfony Notifier presentation
Let’s Migrate Symfony Project to Kubernetes! Part 4: Building a Continuous Delivery Pipeline.
Symfony. Mejorando tus tests con DoctrineFixturesBundle
Symfony Notifier, un nuevo componente de Symfony
Call to Action
Give Symfony a star on GitHub
Follow Symfony on Twitter and retweet this article.
Subscribe to the Symfony blog RSS and never miss a Symfony story again.
Be trained by Symfony experts
- 2019-09-16 Cologne
- 2019-09-16 Cologne
- 2019-09-16 Clichy
[Less]
|
Posted
almost 6 years
ago
by
Javier Eguiluz
This week, Symfony development activity focused on minor tweaks and fixes, such as fixing our preloader for the upcoming PHP 7.4 version. In addition, the community proposed to add .gitattributes to all Symfony packages to exclude non-required files.
... [More]
Lastly, Fabien announced the new Notifier component during his keynote at the SymfonyLive London 2019 conference.
Symfony development highlights
This week, 60 pull requests were merged (42 in code and 18 in docs) and 42 issues were closed (27 in code and 15 in docs). Excluding merges, 25 authors made 2,672 additions and 2,800 deletions. See details for code and docs.
3.4 changelog:
f7130e3: [Yaml] don't dump a scalar tag value on its own line
d6855d4: [Console] get dimensions from stty on Windows if possible
cac27b2: [Inflector] add support 'see' to 'ee' for singularize
4.3 changelog:
2c87f69: dirname simplification
22b4586: [HttpClient] re-enable Server Push support
6ea7f30: [DependencyInjection] accept existing interfaces as valid named args
5914a1f: [Yaml] properly catch legacy tag syntax usages
4a866d0: [Cache] fixed cache pools affecting each other due to an overwritten seed variable
4.4 changelog:
312cbf9: [Cache] add types to constructors and private/final/internal methods
e9f524a: [HttpClient] allow enabling buffering conditionally with a Closure
92e64a1: require exact match when reading from stdin with a dash
afad962: [DependencyInjection] generate preload.php file for PHP 7.4 in cache folder
1c3d409, c403706, f0aff8c: [DependencyInjection] fixed PHP 7.4 preloader
541f80c: [DependencyInjection] used dirname() when possible
bed6511: [WebProfilerBundle] assign automatic colors to custom Stopwatch categories
8ca975d: [HttpKernel] fixed compat with legacy DebugClassLoader
419be6a: [SecurityBundle] moved Anonymous DI integration to new AnonymousFactory
4b701bb: [FrameworkBundle, ErrorRenderer] used FileLinkFormatter service when possible
74d5fa6: [Workflow] use a better exception message when many workflows are found
b07df9d: [Mailer] renamed SmtpEnvelope to Envelope
60e3de6: minor tweaks to the new Welcome Page
Master changelog:
afe5188: removed legacy code from STDIN commands
3f0cf49: [HttpClient] fixed calling the buffer-enabling callback
c0f0b8a: [Console] used correct EventDispatcherInterface
3db419e: [DoctrineBridge] getMetadataDriverClass() is abstract now
Symfony Binary
The Symfony binary, which provides tools for
developing Symfony applications in your local machine, released its new
4.7.0 version with the
following changes:
Display an error when trying to retrieve a environment variable value marked as sensitive
Fix a panic when a Docker env var is empty
Improve messages for plan/storage update
Use composer.phar from the project directory if present
Disable timeouts on billing API
Fix Slack tokens for integrations setup are not properly validated
Add support for Strong Customer Authentication in payment process
Newest issues and pull requests
[RFC] Trust proxies in the private IP range automatically
[Mailer] Adding a file transport
[DI] Handling decorations on non existent services
[Intl] ICU 65 release
assertSelectorTextContains should return current value in WebTestCase
[Validator] Allow to ignore a Violation for a Constraint
They talked about us
Symfony Notifier presentation
Let’s Migrate Symfony Project to Kubernetes! Part 4: Building a Continuous Delivery Pipeline.
Symfony. Mejorando tus tests con DoctrineFixturesBundle
Symfony Notifier, un nuevo componente de Symfony
Call to Action
Give Symfony a star on GitHub
Follow Symfony on Twitter and retweet this article.
Subscribe to the Symfony blog RSS and never miss a Symfony story again.
Be trained by Symfony experts
- 2019-09-25 Lille
- 2019-09-30 Clichy
- 2019-09-30 Clichy
[Less]
|
Posted
almost 6 years
ago
by
Javier Eguiluz
This week, Symfony development activity focused on minor tweaks and fixes, such as fixing our preloader for the upcoming PHP 7.4 version. In addition, the community proposed to add .gitattributes to all Symfony packages to exclude non-required files.
... [More]
Lastly, Fabien announced the new Notifier component during his keynote at the SymfonyLive London 2019 conference.
Symfony development highlights
This week, 60 pull requests were merged (42 in code and 18 in docs) and 42 issues were closed (27 in code and 15 in docs). Excluding merges, 25 authors made 2,672 additions and 2,800 deletions. See details for code and docs.
3.4 changelog:
f7130e3: [Yaml] don't dump a scalar tag value on its own line
d6855d4: [Console] get dimensions from stty on Windows if possible
cac27b2: [Inflector] add support 'see' to 'ee' for singularize
4.3 changelog:
2c87f69: dirname simplification
22b4586: [HttpClient] re-enable Server Push support
6ea7f30: [DependencyInjection] accept existing interfaces as valid named args
5914a1f: [Yaml] properly catch legacy tag syntax usages
4a866d0: [Cache] fixed cache pools affecting each other due to an overwritten seed variable
4.4 changelog:
312cbf9: [Cache] add types to constructors and private/final/internal methods
e9f524a: [HttpClient] allow enabling buffering conditionally with a Closure
92e64a1: require exact match when reading from stdin with a dash
afad962: [DependencyInjection] generate preload.php file for PHP 7.4 in cache folder
1c3d409, c403706, f0aff8c: [DependencyInjection] fixed PHP 7.4 preloader
541f80c: [DependencyInjection] used dirname() when possible
bed6511: [WebProfilerBundle] assign automatic colors to custom Stopwatch categories
8ca975d: [HttpKernel] fixed compat with legacy DebugClassLoader
419be6a: [SecurityBundle] moved Anonymous DI integration to new AnonymousFactory
4b701bb: [FrameworkBundle, ErrorRenderer] used FileLinkFormatter service when possible
74d5fa6: [Workflow] use a better exception message when many workflows are found
b07df9d: [Mailer] renamed SmtpEnvelope to Envelope
60e3de6: minor tweaks to the new Welcome Page
Master changelog:
afe5188: removed legacy code from STDIN commands
3f0cf49: [HttpClient] fixed calling the buffer-enabling callback
c0f0b8a: [Console] used correct EventDispatcherInterface
3db419e: [DoctrineBridge] getMetadataDriverClass() is abstract now
Symfony Binary
The Symfony binary, which provides tools for
developing Symfony applications in your local machine, released its new
4.7.0 version with the
following changes:
Display an error when trying to retrieve a environment variable value marked as sensitive
Fix a panic when a Docker env var is empty
Improve messages for plan/storage update
Use composer.phar from the project directory if present
Disable timeouts on billing API
Fix Slack tokens for integrations setup are not properly validated
Add support for Strong Customer Authentication in payment process
Newest issues and pull requests
[RFC] Trust proxies in the private IP range automatically
[Mailer] Adding a file transport
[DI] Handling decorations on non existent services
[Intl] ICU 65 release
assertSelectorTextContains should return current value in WebTestCase
[Validator] Allow to ignore a Violation for a Constraint
They talked about us
Symfony Notifier presentation
Let’s Migrate Symfony Project to Kubernetes! Part 4: Building a Continuous Delivery Pipeline.
Symfony. Mejorando tus tests con DoctrineFixturesBundle
Symfony Notifier, un nuevo componente de Symfony
Call to Action
Give Symfony a star on GitHub
Follow Symfony on Twitter and retweet this article.
Subscribe to the Symfony blog RSS and never miss a Symfony story again.
Be trained by Symfony experts
- 2019-10-14 Clichy
- 2019-10-21 Lyon
- 2019-10-28 Berlin
[Less]
|
Posted
almost 6 years
ago
by
Javier Eguiluz
This week, Symfony improved handling of HTTP/2 PUSH and fixed support for 103 Early Hints status code in the HttpClient. Meanwhile, the Mailer component added support for multiple mailers and improved the DSN syntax. Finally, the Console component
... [More]
introduced a new definition list and horizontal table feature.
Symfony development highlights
This week, 76 pull requests were merged (57 in code and 19 in docs) and 47 issues were closed (39 in code and 8 in docs). Excluding merges, 28 authors made 3,797 additions and 1,487 deletions. See details for code and docs.
3.4 changelog:
726999d: [PHPUnit Bridge] avoid registering listener twice
38514cb: [Validator] sync string to date behavior and throw a better exception
33c02ae: [Validator] add ConstraintValidator::formatValue() tests
206ad49: [HttpKernel] fixed Apache mod_expires Session Cache-Control issue
47a8784: [HttpKernel] fixed getFileLinkFormat() to avoid returning the wrong URL in Profiler
4.3 changelog:
ca16f52: [Mailer] fixed Mailgun support when a response is not JSON as expected
4ee3c6b: [DependencyInjection] fixed support for '!tagged_locator foo'
c0f4037: [Validator] only handle numeric values in DivisibleBy
f48ebfa: [HttpClient] improved handling of HTTP/2 PUSH and disable it by default
a99a480: [HttpClient] fixed a bug preventing Server Pushes to be handled properly
29355c0: [HttpClient] fixed support for 103 Early Hints and other informational status codes
828e5a4: [Mailer] maintained sender/recipient name in SMTP envelopes
d081f16: [Messenger] fixed empty amqp body returned as false
54a514f: [Router] routing cache crash when using generator_class
4.4 changelog:
ef2b65a: [Mailer] renamed getName() to toString()
378abfa: [Mailer] changed the DSN semantics
2ad7f97: [Mailer] added support for multiple mailers
9690562: [Translator] allow nullable message ID
1bfefef: [TwigBridge] lint all templates from configured Twig paths if no argument was provided
bb3652a: [ErrorHandler] registered a basic exception handler for late failures
a1a914e: [ErrorHandler] display deprecations for not-autoloaded classes
6988286: [Mailer] improve an exception when trying to send a RawMessage without an Envelope
b7371ea: added new ErrorController + Preview and enabling there the error renderer mechanism
eb0ffbc: [Validator] deprecated CacheInterface in favor of PSR-6
8e50eb9: comparing roles to detected that users has changed
b58876c: [Mailer] check email validity before opening an SMTP connection
d6ac452: [Mailer] changed DSN syntax
8f84347: [Console] added support for definition list and horizontal table
4234601: deprecated not passing dash symbol (-) to STDIN commands
8aa708e: [VarDumper] display fully qualified title
e776419: [OptionsResolver] display full nested option hierarchy in exceptions
dc75ae2: new welcome page on startup for 4.4 LTS & 5.0
6916822: [Serializer] allow multi-dimenstion object array in AbstractObjectNormalizer
Master changelog:
4a32a98: [HttpFoundation] cast getInt to integer
6651ee9: [TwigBundle] removed legacy code
407652b: made dispatched events really final
Newest issues and pull requests
[WebProfiler] Deprecated intercept_redirects in 4.4 and remove it in 5.0
[RFC][DX][EventDispatcher] Add EventListener class to setup single-event listeners
[RFC] Add some Twig filters/functions and remove others in new Symfony apps
Feature Request / Console / ConsoleEvents::STOP
[HttpClient] Support expanded query strings
They talked about us
Symfony. Validate an object based on its previous version
PHP Internals News: Episode 26: Making Symfony ready for PHP 7.4
Creating a dockerised Symfony application and a Makefile based build script
Upcoming Symfony Events
Symfony User Group Osnabrück: Osnabrück, Germany (September 12)
Call to Action
Give Symfony a star on GitHub
Follow Symfony on Twitter and retweet this article.
Subscribe to the Symfony blog RSS and never miss a Symfony story again.
Be trained by Symfony experts
- 2019-09-30 Clichy
- 2019-09-30 Clichy
- 2019-10-2 Clichy
[Less]
|
Posted
almost 6 years
ago
by
Javier Eguiluz
This week, Symfony improved handling of HTTP/2 PUSH and fixed support for 103 Early Hints status code in the HttpClient. Meanwhile, the Mailer component added support for multiple mailers and improved the DSN syntax. Finally, the Console component
... [More]
introduced a new definition list and horizontal table feature.
Symfony development highlights
This week, 76 pull requests were merged (57 in code and 19 in docs) and 47 issues were closed (39 in code and 8 in docs). Excluding merges, 28 authors made 3,797 additions and 1,487 deletions. See details for code and docs.
3.4 changelog:
726999d: [PHPUnit Bridge] avoid registering listener twice
38514cb: [Validator] sync string to date behavior and throw a better exception
33c02ae: [Validator] add ConstraintValidator::formatValue() tests
206ad49: [HttpKernel] fixed Apache mod_expires Session Cache-Control issue
47a8784: [HttpKernel] fixed getFileLinkFormat() to avoid returning the wrong URL in Profiler
4.3 changelog:
ca16f52: [Mailer] fixed Mailgun support when a response is not JSON as expected
4ee3c6b: [DependencyInjection] fixed support for '!tagged_locator foo'
c0f4037: [Validator] only handle numeric values in DivisibleBy
f48ebfa: [HttpClient] improved handling of HTTP/2 PUSH and disable it by default
a99a480: [HttpClient] fixed a bug preventing Server Pushes to be handled properly
29355c0: [HttpClient] fixed support for 103 Early Hints and other informational status codes
828e5a4: [Mailer] maintained sender/recipient name in SMTP envelopes
d081f16: [Messenger] fixed empty amqp body returned as false
54a514f: [Router] routing cache crash when using generator_class
4.4 changelog:
ef2b65a: [Mailer] renamed getName() to toString()
378abfa: [Mailer] changed the DSN semantics
2ad7f97: [Mailer] added support for multiple mailers
9690562: [Translator] allow nullable message ID
1bfefef: [TwigBridge] lint all templates from configured Twig paths if no argument was provided
bb3652a: [ErrorHandler] registered a basic exception handler for late failures
a1a914e: [ErrorHandler] display deprecations for not-autoloaded classes
6988286: [Mailer] improve an exception when trying to send a RawMessage without an Envelope
b7371ea: added new ErrorController + Preview and enabling there the error renderer mechanism
eb0ffbc: [Validator] deprecated CacheInterface in favor of PSR-6
8e50eb9: comparing roles to detected that users has changed
b58876c: [Mailer] check email validity before opening an SMTP connection
d6ac452: [Mailer] changed DSN syntax
8f84347: [Console] added support for definition list and horizontal table
4234601: deprecated not passing dash symbol (-) to STDIN commands
8aa708e: [VarDumper] display fully qualified title
e776419: [OptionsResolver] display full nested option hierarchy in exceptions
dc75ae2: new welcome page on startup for 4.4 LTS & 5.0
6916822: [Serializer] allow multi-dimenstion object array in AbstractObjectNormalizer
Master changelog:
4a32a98: [HttpFoundation] cast getInt to integer
6651ee9: [TwigBundle] removed legacy code
407652b: made dispatched events really final
Newest issues and pull requests
[WebProfiler] Deprecated intercept_redirects in 4.4 and remove it in 5.0
[RFC][DX][EventDispatcher] Add EventListener class to setup single-event listeners
[RFC] Add some Twig filters/functions and remove others in new Symfony apps
Feature Request / Console / ConsoleEvents::STOP
[HttpClient] Support expanded query strings
They talked about us
Symfony. Validate an object based on its previous version
PHP Internals News: Episode 26: Making Symfony ready for PHP 7.4
Creating a dockerised Symfony application and a Makefile based build script
Upcoming Symfony Events
Symfony User Group Osnabrück: Osnabrück, Germany (September 12)
Call to Action
Give Symfony a star on GitHub
Follow Symfony on Twitter and retweet this article.
Subscribe to the Symfony blog RSS and never miss a Symfony story again.
Be trained by Symfony experts
- 2019-10-2 Clichy
- 2019-10-7 Clichy
- 2019-10-14 Clichy
[Less]
|
Posted
almost 6 years
ago
by
Javier Eguiluz
This week, Symfony improved handling of HTTP/2 PUSH and fixed support for 103 Early Hints status code in the HttpClient. Meanwhile, the Mailer component added support for multiple mailers and improved the DSN syntax. Finally, the Console component
... [More]
introduced a new definition list and horizontal table feature.
Symfony development highlights
This week, 76 pull requests were merged (57 in code and 19 in docs) and 47 issues were closed (39 in code and 8 in docs). Excluding merges, 28 authors made 3,797 additions and 1,487 deletions. See details for code and docs.
3.4 changelog:
726999d: [PHPUnit Bridge] avoid registering listener twice
38514cb: [Validator] sync string to date behavior and throw a better exception
33c02ae: [Validator] add ConstraintValidator::formatValue() tests
206ad49: [HttpKernel] fixed Apache mod_expires Session Cache-Control issue
47a8784: [HttpKernel] fixed getFileLinkFormat() to avoid returning the wrong URL in Profiler
4.3 changelog:
ca16f52: [Mailer] fixed Mailgun support when a response is not JSON as expected
4ee3c6b: [DependencyInjection] fixed support for '!tagged_locator foo'
c0f4037: [Validator] only handle numeric values in DivisibleBy
f48ebfa: [HttpClient] improved handling of HTTP/2 PUSH and disable it by default
a99a480: [HttpClient] fixed a bug preventing Server Pushes to be handled properly
29355c0: [HttpClient] fixed support for 103 Early Hints and other informational status codes
828e5a4: [Mailer] maintained sender/recipient name in SMTP envelopes
d081f16: [Messenger] fixed empty amqp body returned as false
54a514f: [Router] routing cache crash when using generator_class
4.4 changelog:
ef2b65a: [Mailer] renamed getName() to toString()
378abfa: [Mailer] changed the DSN semantics
2ad7f97: [Mailer] added support for multiple mailers
9690562: [Translator] allow nullable message ID
1bfefef: [TwigBridge] lint all templates from configured Twig paths if no argument was provided
bb3652a: [ErrorHandler] registered a basic exception handler for late failures
a1a914e: [ErrorHandler] display deprecations for not-autoloaded classes
6988286: [Mailer] improve an exception when trying to send a RawMessage without an Envelope
b7371ea: added new ErrorController + Preview and enabling there the error renderer mechanism
eb0ffbc: [Validator] deprecated CacheInterface in favor of PSR-6
8e50eb9: comparing roles to detected that users has changed
b58876c: [Mailer] check email validity before opening an SMTP connection
d6ac452: [Mailer] changed DSN syntax
8f84347: [Console] added support for definition list and horizontal table
4234601: deprecated not passing dash symbol (-) to STDIN commands
8aa708e: [VarDumper] display fully qualified title
e776419: [OptionsResolver] display full nested option hierarchy in exceptions
dc75ae2: new welcome page on startup for 4.4 LTS & 5.0
6916822: [Serializer] allow multi-dimenstion object array in AbstractObjectNormalizer
Master changelog:
4a32a98: [HttpFoundation] cast getInt to integer
6651ee9: [TwigBundle] removed legacy code
407652b: made dispatched events really final
Newest issues and pull requests
[WebProfiler] Deprecated intercept_redirects in 4.4 and remove it in 5.0
[RFC][DX][EventDispatcher] Add EventListener class to setup single-event listeners
[RFC] Add some Twig filters/functions and remove others in new Symfony apps
Feature Request / Console / ConsoleEvents::STOP
[HttpClient] Support expanded query strings
They talked about us
Symfony. Validate an object based on its previous version
PHP Internals News: Episode 26: Making Symfony ready for PHP 7.4
Creating a dockerised Symfony application and a Makefile based build script
Upcoming Symfony Events
Symfony User Group Osnabrück: Osnabrück, Germany (September 12)
Call to Action
Give Symfony a star on GitHub
Follow Symfony on Twitter and retweet this article.
Subscribe to the Symfony blog RSS and never miss a Symfony story again.
Be trained by Symfony experts
- 2019-09-25 Lille
- 2019-09-30 Clichy
- 2019-09-30 Clichy
[Less]
|
Posted
almost 6 years
ago
by
Javier Eguiluz
This week, Symfony improved handling of HTTP/2 PUSH and fixed support for 103 Early Hints status code in the HttpClient. Meanwhile, the Mailer component added support for multiple mailers and improved the DSN syntax. Finally, the Console component
... [More]
introduced a new definition list and horizontal table feature.
Symfony development highlights
This week, 76 pull requests were merged (57 in code and 19 in docs) and 47 issues were closed (39 in code and 8 in docs). Excluding merges, 28 authors made 3,797 additions and 1,487 deletions. See details for code and docs.
3.4 changelog:
726999d: [PHPUnit Bridge] avoid registering listener twice
38514cb: [Validator] sync string to date behavior and throw a better exception
33c02ae: [Validator] add ConstraintValidator::formatValue() tests
206ad49: [HttpKernel] fixed Apache mod_expires Session Cache-Control issue
47a8784: [HttpKernel] fixed getFileLinkFormat() to avoid returning the wrong URL in Profiler
4.3 changelog:
ca16f52: [Mailer] fixed Mailgun support when a response is not JSON as expected
4ee3c6b: [DependencyInjection] fixed support for '!tagged_locator foo'
c0f4037: [Validator] only handle numeric values in DivisibleBy
f48ebfa: [HttpClient] improved handling of HTTP/2 PUSH and disable it by default
a99a480: [HttpClient] fixed a bug preventing Server Pushes to be handled properly
29355c0: [HttpClient] fixed support for 103 Early Hints and other informational status codes
828e5a4: [Mailer] maintained sender/recipient name in SMTP envelopes
d081f16: [Messenger] fixed empty amqp body returned as false
54a514f: [Router] routing cache crash when using generator_class
4.4 changelog:
ef2b65a: [Mailer] renamed getName() to toString()
378abfa: [Mailer] changed the DSN semantics
2ad7f97: [Mailer] added support for multiple mailers
9690562: [Translator] allow nullable message ID
1bfefef: [TwigBridge] lint all templates from configured Twig paths if no argument was provided
bb3652a: [ErrorHandler] registered a basic exception handler for late failures
a1a914e: [ErrorHandler] display deprecations for not-autoloaded classes
6988286: [Mailer] improve an exception when trying to send a RawMessage without an Envelope
b7371ea: added new ErrorController + Preview and enabling there the error renderer mechanism
eb0ffbc: [Validator] deprecated CacheInterface in favor of PSR-6
8e50eb9: comparing roles to detected that users has changed
b58876c: [Mailer] check email validity before opening an SMTP connection
d6ac452: [Mailer] changed DSN syntax
8f84347: [Console] added support for definition list and horizontal table
4234601: deprecated not passing dash symbol (-) to STDIN commands
8aa708e: [VarDumper] display fully qualified title
e776419: [OptionsResolver] display full nested option hierarchy in exceptions
dc75ae2: new welcome page on startup for 4.4 LTS & 5.0
6916822: [Serializer] allow multi-dimenstion object array in AbstractObjectNormalizer
Master changelog:
4a32a98: [HttpFoundation] cast getInt to integer
6651ee9: [TwigBundle] removed legacy code
407652b: made dispatched events really final
Newest issues and pull requests
[WebProfiler] Deprecated intercept_redirects in 4.4 and remove it in 5.0
[RFC][DX][EventDispatcher] Add EventListener class to setup single-event listeners
[RFC] Add some Twig filters/functions and remove others in new Symfony apps
Feature Request / Console / ConsoleEvents::STOP
[HttpClient] Support expanded query strings
They talked about us
Symfony. Validate an object based on its previous version
PHP Internals News: Episode 26: Making Symfony ready for PHP 7.4
Creating a dockerised Symfony application and a Makefile based build script
Upcoming Symfony Events
Symfony User Group Osnabrück: Osnabrück, Germany (September 12)
Call to Action
Give Symfony a star on GitHub
Follow Symfony on Twitter and retweet this article.
Subscribe to the Symfony blog RSS and never miss a Symfony story again.
Be trained by Symfony experts
- 2019-10-7 Clichy
- 2019-10-14 Clichy
- 2019-10-21 Lyon
[Less]
|