Skip to content

v1.7.16

Compare
Choose a tag to compare
@dr-dimitru dr-dimitru released this 20 May 04:02
· 443 commits to master since this release
  • Overall codebase stability enhancements
  • Check if headers is sent before write to head
  • Check if connection still open before write body, and closing it
  • Check stream for errors when piping data (including 3rd party storage)
  • Handle abort (e.g. browser close/refresh) (including 3rd party storage)
  • Update Content-Disposition header to meet RFC 5987
  • Attempt to fix #417 , thanks to @Twisterking
  • Update AWS:S3 integration docs, to support chunked/streaming content, thanks to @paulincai