Posted
over 5 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
over 5 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-18 Cologne
- 2019-09-18 Clichy
- 2019-09-23 Lille
[Less]
|
Posted
over 5 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
over 5 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-9 Clichy
- 2019-09-10 Clichy
- 2019-09-12 Clichy
[Less]
|
Posted
over 5 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-10 Clichy
- 2019-09-12 Clichy
- 2019-09-16 Cologne
[Less]
|
Posted
over 5 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-12 Clichy
- 2019-09-16 Cologne
- 2019-09-16 Cologne
[Less]
|
Posted
over 5 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
over 5 years
ago
by
Javier Eguiluz
This week, Symfony 3.4.31 and 4.3.4 maintenance versions were released. Meanwhile, the SymfonyLive London 2019 conference announced its workshops, talks and some surprises related to new Symfony components. Secure your seat now at the best price
... [More]
until September 6th.
Symfony development highlights
This week, 35 pull requests were merged (27 in code and 8 in docs) and 29 issues were closed (23 in code and 6 in docs). Excluding merges, 19 authors made 1,183 additions and 650 deletions. See details for code and docs.
3.4 changelog:
e9886e4: fixed return types declarations
a5d776d: [DependencyInjection] fixed the getServiceIds implementation to always return aliases
b3cf4fb: [Yaml] fixed dumping not inlined scalar tag values
593ec61: [ProxyManager] removed ProxiedMethodReturnExpression polyfill
bff9574: [HttpFoundation] return null as Expire header if it was set to null
720ffd8: [Console] allow Command::getName() to return null
4.3 changelog:
113fa0b: [Messenger] stop worker when it should stop
4b66bee: [Routing] fixed static route reordering when a previous dynamic route conflicts
d67289c: [FrameworkBundle] fixed about command not showing .env vars
b9f8c7b: [Mailer] removed the default dispatcher in AbstractTransport
4.4 changelog:
d887a0d: [ErrorHandler] made DebugClassLoader able to add return type declarations
db9549d: [HttpKernel] do not mock removed getPublicDir() method
545d38a: allow configuring class names through methods instead of class parameters in Doctrine extensions
Master changelog:
6c9b87c: [TwigBridge] throw an exception when one uses email as a context variable in a TemplatedEmail
760160f: [Security] drop support for non-boolean return values from checkCredentials()
b273561: added parameter type declarations to magic methods
Newest issues and pull requests
[Messenger] Fanout message per handler to the transport
Hostnames in i18n routing
They talked about us
On hiding the main Symfony front controller
10 packages you should know if you are going to work with Symfony
PHPUnit test listeners and Symfony
Disable symfony deprecation warnings in PHPUnit tests
Multilingual Symfony API
Symfony Forms in Detail
Symfony Mailer — Et si je t’envoi un mail
Upcoming Symfony Events
Die neue Mailer-Komponente: Hamburg, Germany (September 3)
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
over 5 years
ago
by
Javier Eguiluz
This week, Symfony 3.4.31 and 4.3.4 maintenance versions were released. Meanwhile, the SymfonyLive London 2019 conference announced its workshops, talks and some surprises related to new Symfony components. Secure your seat now at the best price
... [More]
until September 6th.
Symfony development highlights
This week, 35 pull requests were merged (27 in code and 8 in docs) and 29 issues were closed (23 in code and 6 in docs). Excluding merges, 19 authors made 1,183 additions and 650 deletions. See details for code and docs.
3.4 changelog:
e9886e4: fixed return types declarations
a5d776d: [DependencyInjection] fixed the getServiceIds implementation to always return aliases
b3cf4fb: [Yaml] fixed dumping not inlined scalar tag values
593ec61: [ProxyManager] removed ProxiedMethodReturnExpression polyfill
bff9574: [HttpFoundation] return null as Expire header if it was set to null
720ffd8: [Console] allow Command::getName() to return null
4.3 changelog:
113fa0b: [Messenger] stop worker when it should stop
4b66bee: [Routing] fixed static route reordering when a previous dynamic route conflicts
d67289c: [FrameworkBundle] fixed about command not showing .env vars
b9f8c7b: [Mailer] removed the default dispatcher in AbstractTransport
4.4 changelog:
d887a0d: [ErrorHandler] made DebugClassLoader able to add return type declarations
db9549d: [HttpKernel] do not mock removed getPublicDir() method
545d38a: allow configuring class names through methods instead of class parameters in Doctrine extensions
Master changelog:
6c9b87c: [TwigBridge] throw an exception when one uses email as a context variable in a TemplatedEmail
760160f: [Security] drop support for non-boolean return values from checkCredentials()
b273561: added parameter type declarations to magic methods
Newest issues and pull requests
[Messenger] Fanout message per handler to the transport
Hostnames in i18n routing
They talked about us
On hiding the main Symfony front controller
10 packages you should know if you are going to work with Symfony
PHPUnit test listeners and Symfony
Disable symfony deprecation warnings in PHPUnit tests
Multilingual Symfony API
Symfony Forms in Detail
Symfony Mailer — Et si je t’envoi un mail
Upcoming Symfony Events
Die neue Mailer-Komponente: Hamburg, Germany (September 3)
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
over 5 years
ago
by
Javier Eguiluz
This week, Symfony 3.4.31 and 4.3.4 maintenance versions were released. Meanwhile, the SymfonyLive London 2019 conference announced its workshops, talks and some surprises related to new Symfony components. Secure your seat now at the best price
... [More]
until September 6th.
Symfony development highlights
This week, 35 pull requests were merged (27 in code and 8 in docs) and 29 issues were closed (23 in code and 6 in docs). Excluding merges, 19 authors made 1,183 additions and 650 deletions. See details for code and docs.
3.4 changelog:
e9886e4: fixed return types declarations
a5d776d: [DependencyInjection] fixed the getServiceIds implementation to always return aliases
b3cf4fb: [Yaml] fixed dumping not inlined scalar tag values
593ec61: [ProxyManager] removed ProxiedMethodReturnExpression polyfill
bff9574: [HttpFoundation] return null as Expire header if it was set to null
720ffd8: [Console] allow Command::getName() to return null
4.3 changelog:
113fa0b: [Messenger] stop worker when it should stop
4b66bee: [Routing] fixed static route reordering when a previous dynamic route conflicts
d67289c: [FrameworkBundle] fixed about command not showing .env vars
b9f8c7b: [Mailer] removed the default dispatcher in AbstractTransport
4.4 changelog:
d887a0d: [ErrorHandler] made DebugClassLoader able to add return type declarations
db9549d: [HttpKernel] do not mock removed getPublicDir() method
545d38a: allow configuring class names through methods instead of class parameters in Doctrine extensions
Master changelog:
6c9b87c: [TwigBridge] throw an exception when one uses email as a context variable in a TemplatedEmail
760160f: [Security] drop support for non-boolean return values from checkCredentials()
b273561: added parameter type declarations to magic methods
Newest issues and pull requests
[Messenger] Fanout message per handler to the transport
Hostnames in i18n routing
They talked about us
On hiding the main Symfony front controller
10 packages you should know if you are going to work with Symfony
PHPUnit test listeners and Symfony
Disable symfony deprecation warnings in PHPUnit tests
Multilingual Symfony API
Symfony Forms in Detail
Symfony Mailer — Et si je t’envoi un mail
Upcoming Symfony Events
Die neue Mailer-Komponente: Hamburg, Germany (September 3)
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]
|