npm fastify 0.38.0
v0.38.0

latest releases: 5.0.0-aplha.1, 4.27.0, 4.26.2...
6 years ago

CVE
CVE-2018-3711

Breaking changes

  • Run onSend hooks when sending a stream - #579
  • Run preHandler hooks for 404 handlers - #616
  • Update light my request - #632

Features

  • Add reply.notFound() method - #588
  • Support buffers in .send - #613
  • Add log on listen - #624
  • Add option to limit the size of request bodies for the default body parser - #627

Fixes

  • Fixes 589 - #592
  • check for writeable payload value - #596
  • Typescript: define the value of this within hooks - #603
  • Improve handling undefined payloads - #612
  • Avoid 'uncaughtException' if response aborts - #622

Docs

  • Fix typos - #578
  • Adds fastify-lured to Ecosystem's community list - #586
  • add github issue template - #597
  • Add myself to collaborators list - #600
  • breaking changes must be merged by a core member - #614
  • add fastify-bookshelf to community page - #625
  • reply.send(string) documentation and test updates - #628

Internals

  • Refactor handleRequest - #580
  • Clean up binding hook and 404 handler context - #604
  • Fix incorrect test - #606
  • Simplify building Hooks and ContentTypeParser - #608
  • Refactor RoutePrefix to be a string - #615
  • Updated route prefix test - #626

Don't miss a new fastify release

NewReleases is sending notifications on new releases.