Skip to content

v1.4.0

Compare
Choose a tag to compare
@na2axl na2axl released this 01 Aug 14:56
· 4 commits to master since this release

New Features

  • 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.