Skip to content

v0.7.0

Compare
Choose a tag to compare
@exogen exogen released this 12 Jun 02:33
· 22 commits to master since this release

New Feature

  • Support for compression savings info via the compression field.

Enhancement

  • Sizes are now calculated with Buffer.byteLength instead of string length where possible.
  • Use high resolution timestamps via process.hrtime.
  • More accurately determine the send duration by listening for the ClientRequest’s finish event. In practice, most of this time is actually going to be attributable to DNS/connect/SSL/etc. but it’s better than nothing for now.