The release of Foal 5.0 brings notable enhancements, particularly in how request objects are handled in controller methods, now allowing the request object to be passed as a second argument. Furthermore, the Logger.addLogContext method has been streamlined to accept a record, improving consistency with other logging functionalities. Deprecated configurations and methods have been removed to simplify the framework. Notably, logging improvements include automatic error logging and execution success indicators for shell scripts, optimizing developer interaction with the framework.
Foal 5.0 emphasizes enhanced request handling by passing the request object as a second argument to controller methods, improving development efficiency.
The Logger.addLogContext method has been updated for consistency, now accepting a record to enable passing multiple key-value pairs smoothly.
Collection
[
|
...
]