dracoapi / dracowalker

MIT License
2 stars 3 forks source link

Update fastify to the latest version šŸš€ #44

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

ā˜ļø Greenkeeperā€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 1.0.0-rc.3 of fastify was just published.

Dependency fastify
Current Version 0.43.0
Type dependency

The version 1.0.0-rc.3 is not covered by your current version range.

If you donā€™t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of fastify.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donā€™t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v1.0.0-rc.3

Breaking changes

  • Node 4 is no more. - #818

Features

  • Add support for per-parser body limits - #800

Fixes

  • Header name is case insensitive in the schema definition - #816
  • Add FastifyInstance::after typescript definition - #814
  • Fix FastifyInstance::ready type definition - #802
  • Add missing printRoutes ts definition on FastifyInstance - #798
  • Create a separate hook runner for onSend hooks - #795
  • Update dependencies - #820

Internals

  • Use writeHead instead of setHeader/getHeader. - #813

Docs

  • Fix linking to factory function options from Server Methods - #819
  • Add fastify-favicon to community plugins list (#806) - #807
  • Updated Ecosystem.md - #792
Commits

The new version differs by 41 commits.

  • 3b4650f Update dependencies (fixes #789) (#820)
  • a1f5387 Bumped v1.0.0-rc.3
  • 746e307 Header name is case insensitive in the schema definition (#816)
  • 1b5e476 Fix linking to factory function options from Server Methods (#819)
  • f545acc Avoid to log if the log is not set (#776)
  • eb24aa7 Node 4 is no more. (#818)
  • 9cc9f35 Add FastifyInstance::after typescript definition (#814)
  • 93fcef0 Use writeHead instead of setHeader/getHeader. (#813)
  • dd585ba Update standard to the latest version šŸš€ (#796)
  • dab20bd Add support for per-parser body limits (#800)
  • b4db20a Fix FastifyInstance::ready type definition (#802)
  • d514d46 chore(package): update autocannon to version 2.0.0 (#803)
  • 639e01d ci: Improve format of output errors (#809)
  • 9cec944 Add fastify-favicon to community plugins list (#806) (#807)
  • 034d20f Add .gitattributes to normalize line endings (#797)

There are 41 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donā€™t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: