Skip to content

Minor Release

Latest
Compare
Choose a tag to compare
@rotexdegba rotexdegba released this 29 May 01:14
  • Documentation updates
  • Changed addContentLengthHeader setting's default value to true in only production.
    • Setting it to true in dev mode was leading to dump statements not rendering the whole page since the length of the output from the dump statement(s) was not being added to the length of the view and layout rendered into the response objects returned by actions. This is not a bug. In production your application should not contain dump statements (which are usually present when developing for debugging purposes), so the content length header added to the response object return from an action in your controller will be correct.

Full Changelog: 5.0.5...5.0.6