Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fastify from 0.26.2 to 0.38.0 in /oss/node-fastify #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 17, 2019

Bumps fastify from 0.26.2 to 0.38.0.

Release notes

Sourced from fastify's releases.

v0.38.0

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

v0.37.0

Breaking changes

  • Start loading the plugins only when calling .ready, .inject or .listen - #561
  • Updated error handling - #558

Features

  • Handle invalid schemas #563
  • Set req.originalUrl on each request - #559

Fixes

  • Create Request and Reply objects with the right context - #566
... (truncated)
Commits
  • 629c16c Bumped v0.38.0
  • e68e477 Merge pull request #632 from fastify/update-light-my-request
  • d8c5d6b Updated type definitions for light-my-request@2.
  • 7f2b88f Merge pull request #627 from nwoltman/json-limit
  • 79edc6b Set _jsonParserOptions object on Context
  • c42fd30 Addressed comments
  • fabd2a0 Add option to limit the size of request bodies for the default body parser
  • 1831890 Updated docs
  • a2a065b Updated test
  • ab27744 Bumped dependencies
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by delvedor, a new releaser for fastify since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants