You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raw, lage file uploads can now be handled with WaterPipe using the RawFileUploadStream class
Thanks to @manitra, you are now able to catch the runtime exception in your 500 error handler with Request::getRunningException()
WaterPipe now has a better system to log errors, and let the ability to customize it, see issue #6 and PR #7 to learn more
Breaking Changes
The use of WaterPipeConfig::setUseStderr() and WaterPipeConfig::useStderr() are now deprecated. You have to use WaterPipeConfig::setErrorLogger() to define the IErrorLogger implementation to use.