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

Update fastify to the latest version 🚀 #22

Merged
merged 1 commit into from
Apr 29, 2018

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Feb 5, 2018

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

Dependency fastify
Current Version 0.43.0
Type devDependency

The version 1.0.0-rc.1 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.


Commits

The new version differs by 4 commits.

  • 675ad04 Bumped v1.0.0-rc.1
  • 8d342bd Bumped dependencies
  • 9bd3c3a Added 'Loading order of your plugins' section to Getting-Started.md (#754)
  • ab1bc05 Add imports for fs and path in http2 examples (#747)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Feb 16, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 16, 2018

Version 1.0.0-rc.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 18 commits.

  • c57f05b Bumped v1.0.0-rc.2
  • 41a4074 WIP: Refactor content type parser (#785)
  • 76dcefc Added 'Write-Plugin' documentation (#774)
  • 4183c3b Make hooks/middleware run in the order in which they are defined (#771)
  • 8aa6b1d Added fastify-reply-from and fastify-http-proxy to the ecosystem (#784)
  • 79772ff Add fastify-rob-config to community plugins list (#779)
  • 384565b Add example code snippet for hasContentTypeParser (#781)
  • 71df185 Simplify function handleError in reply.js (#750)
  • 81b6e01 Clean code (#772)
  • 54ed566 Configure not-found handlers the same way as route handlers (#770)
  • 3946d9d Added backlog parameter to listen method #767 (#769)
  • 53bba76 Add custom content type parser example (#761)
  • 7055139 Add logLevel and config to Routes.md doc (#766)
  • ebe6703 Updated hook and middleware encapsulation (#762)
  • c0c58d6 Add missing TypeScript type definitions (#746)

There are 18 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 1, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 1, 2018

Version 1.0.0-rc.3 just got published.

Update to this version instead 🚀

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 19 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 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 26, 2018

Version 1.2.0 just got published.

Update to this version instead 🚀

Release Notes v1.2.0

Enhancement

  • Better error messages for json schema errors - #860
  • Add support for handler in shorthand route options. - #843

Fixes

  • Better handling of 404 routes - #862

Internals

  • Add reply serialize test - #857
  • Update to find my way 1.11.0 - #855

Docs

  • Added LTS in ToC - #853
  • Minor corrections to documentation - #852
Commits

The new version differs by 23 commits.

  • 77cedf2 Bumped v1.2.0
  • fa5e591 Better handling of 404 routes (#862)
  • c6a0eec better error messages for json schema errors (#860)
  • 07cf266 Add reply.serialize test (#857)
  • c759af7 Update to find my way 1.11.0 (#855)
  • 67eb3d7 Misc TypeScript fixes (#739)
  • 3e190a5 Added LTS in ToC (#853)
  • 613d173 Add support for handler in shorthand route options. (#843)
  • f81dbd0 Minor corrections to documentation (#852)
  • 70ac47a Bumped v1.1.1
  • 0d0d264 Fix encapsulation of 404 handlers (#839)
  • 03e6ff8 Update LTS release date (#838)
  • 6a7ceaf Bumped v1.1.0
  • bb2c1bc Store the 404 Context directly on the route Context (#837)
  • 31c5f7e Fix setting header multiple times and add utility methods (fix #834) (#836)

There are 23 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 3, 2018

Version 1.2.1 just got published.

Update to this version instead 🚀

Release Notes v1.2.1

Fixes

  • Run onSend hooks when an encapsulated handler invokes the notFound handler - #870
  • Updated default 404 message - #870

Docs

  • Fix typo in getting started documentation #869
  • Fix broken links - #866
Commits

The new version differs by 4 commits.

  • 2d8ac88 Bumped v1.2.1
  • cc2f9c9 Run onSend hooks when an encapsulated handler invokes the notFound handler (#870)
  • b010287 Fix typo in getting started documentation (#869)
  • 8491872 [docs] Fix broken links (#866)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 19, 2018

Version 1.3.0 just got published.

Update to this version instead 🚀

Release Notes v1.3.0

Features

  • added reply.removeHeader() - #891

Enhancement

  • log message when promise is fullfilled with undefined - #887

Fixes

  • headers can't bet set to undefined - #891
  • typescript: support logger option as a boolean - #881
  • Remove unnecessary quotes in HTTP response header - #879
  • Promise error handling in listen() - #873

Internals

  • remove and increase timeout - #888
  • Updated fastify-plugin to the latest version - #882

Docs

  • update doc - #889
  • Segregate async/await and next hook forms in documentation - #878
  • Add fastify-sensible to ecosystem list - #871
Commits

The new version differs by 12 commits.

  • ba02636 Bumped v1.3.0
  • cfa760c add .removeHeader() (#891)
  • 5b6c839 [ci skip] update doc (#889)
  • 5892d5e Segregate async/await and next hook forms in documentation (#878)
  • 8b48b3a increase timeout (#888)
  • de63b8a log message when promise is fullfilled with undefined (#887)
  • 5fefda9 chore(package): update fastify-plugin to version 1.0.0 (#882)
  • fdb65ba typescript: support logger option as a boolean (#881)
  • 4708824 Added content type parsing to TypeScript types. [#858] (#865)
  • c488caf Remove unnecessary quotes in HTTP response header (#879)
  • 47f295f Promise error handling in "listen()" (#873)
  • 811eab9 Updated Ecosystem.md (#871)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 26, 2018

Version 1.3.1 just got published.

Update to this version instead 🚀

Release Notes v1.3.1

Fixes

Internals

  • Added node 10. - #906
  • chore(package): update simple-get to version 3.0.1 - #905
  • Update light-my-request version - #903

Docs

  • Remove some 'you' - #896
Commits

The new version differs by 10 commits.

  • b551dd1 Bumped v1.3.1
  • 864661c Fixed close bug uncovered by [email protected] (#907)
  • 44b6862 chore(package): update simple-get to version 3.0.1 (#905)
  • ef8cd52 Added node 10. (#906)
  • 71409be Update light-my-request version (#903)
  • e171ac6 add reference to fastify-datastore plugin for using Google Cloud Data… (#877)
  • 8c5e732 Allow parsing empty request bodies (#895)
  • bec2da1 Add test for unknown method (#883)
  • 5dcb4d2 Remove some 'you' (#896)
  • 320871e Update decorator docs with example (#890)

See the full diff

@allevo allevo merged commit 0c5446a into master Apr 29, 2018
@allevo allevo deleted the greenkeeper/fastify-1.0.0-rc.1 branch April 29, 2018 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant