Skip to content

Conversation

@greenkeeper
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jun 19, 2017

Version 0.22.0 of fastify just got published.

Dependency fastify
Current Version 0.21.0
Type devDependency

The version 0.22.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of fastify.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v0.22.0
Commits

The new version differs by 12 commits.

  • 8786ca3 Bumped v0.22.0
  • a100221 Merge pull request #105 from fastify/client-error
  • 8468bf6 Log client error
  • 82a692e Added content-type to clientError response
  • 3b95d5c Updated test
  • 530d25f Updated client error handling
  • 0541b52 Updated test
  • 4ec48ca Handle client error
  • fe7fb73 Fixed standard
  • 5fa4fbf Use require('http').STATUS_CODES (#101)
  • 71fce15 Merge pull request #99 from fastify/fix-test
  • 3df36b0 Updated async await test for node v8

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeper bot added a commit that referenced this pull request Jun 23, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 23, 2017

Version 0.23.0 just got published.

Update to this version instead 🚀

Release Notes v0.23.0
  • Route prefixing support - #110
Commits

The new version differs by 7 commits.

  • c6c31e1 Bumped v0.23.0
  • 7a0d86b Merge pull request #110 from fastify/route-prefix
  • a779381 Added express route prefix benchmark
  • 1e11194 Added route-prefix example
  • f495bba Updated docs
  • 008da47 Updated test
  • 8e2dec0 Added route prefix option to register

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 2, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 2, 2017

Version 0.24.0 just got published.

Update to this version instead 🚀

Release Notes v0.24.0
  • Added route Before handler - #115
  • Accept full options object in shorthand routes - #112
  • Move shot deps to devDeps - #109
Commits

The new version differs by 25 commits.

  • ee95035 Bumped v0.24.0
  • 5572bab Merge pull request #115 from fastify/before-handler
  • b069757 Updated docs
  • d7198e5 Updated test
  • 0c92afc beforeHandler - first implementation
  • 7ccafdf Merge pull request #114 from fastify/greenkeeper/find-my-way-1.0.1
  • 1727972 fix(package): update find-my-way to version 1.0.1
  • a75b920 Merge pull request #109 from allevo/feature/move-shot-deps-to-devdeps
  • 0c9ad86 Throw error
  • 690195f Variable declaration consistency
  • 688e84a Change error message
  • 050ff86 Update Testing.md
  • 00838ec Merge pull request #112 from fastify/route-options
  • 76e0c25 More descriptive error message
  • 7e71080 Update Testing.md

There are 25 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 13, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 13, 2017

Version 0.25.0 just got published.

Update to this version instead 🚀

Release Notes v0.25.0
  • Updated close flow - #128
  • Preload beforeHandler - #126
  • Added response type shortcut method - #124
  • Log less request data - #119
  • Support prefix without a / at the beginning - #132
  • Fix for 129 - #131
Commits

The new version differs by 21 commits.

  • 115c17c Bumped v0.25.0
  • 4123f41 Merge pull request #132 from fastify/fix-130
  • e1c9d2a Merge pull request #128 from fastify/close-flow
  • 4f4cb34 Support prefix without a / at the beginning
  • 23680ca Fix for Node v4
  • 9584f07 Merge pull request #131 from fastify/fix-129
  • 54c0930 Fixes #129
  • 82436af Updated test
  • 78d5066 Bumped dependencies
  • 5069ee3 Implemented avvio's close methods
  • f60e5b5 Merge pull request #126 from fastify/ready-route
  • 81253a2 Updated docs
  • e58b583 Use after instead of ready
  • 89efde1 Updated test
  • ca632d8 Preload beforeHandler

There are 21 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 13, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 13, 2017

Version 0.25.1 just got published.

Update to this version instead 🚀

Release Notes v0.25.1
  • Bumped dependencies - 6ddd21b
  • Fixed onClose function signature - 9c20a64
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 24, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 24, 2017

Version 0.25.2 just got published.

Update to this version instead 🚀

Release Notes v0.25.2
  • Fix chaining routes with route prefix - #148 #149
Commits

The new version differs by 16 commits.

There are 16 commits in total.

See the full diff

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

greenkeeper bot commented Jul 26, 2017

Version 0.25.3 just got published.

Update to this version instead 🚀

Release Notes v0.25.3
  • Force 'content-type' in reply error - #153
Commits

The new version differs by 15 commits.

  • 7188e38 Bumped v0.25.3
  • 13cd973 Merge pull request #153 from fastify/fix-reply-error
  • 3aaa0ed Updated test
  • a590693 Force 'content-type' in reply error
  • 6f09fc2 Merge pull request #116 from lucamaraschi/npm-bench
  • 325680f Merge branch 'master' into npm-bench
  • 7611e51 Removed node v5
  • d79e50a Merge pull request #143 from fastify/plugins-guide
  • e423c1a Updated Plugins-Guide.md
  • 736d307 Merge branch 'master' into plugins-guide
  • 18faa63 Updated Plugins-Guide.md
  • a8d3499 Added plugin guide
  • a0f8cb1 added autocannon dependency
  • ab83cc3 autocannon exec path
  • c385dc7 Added benchmark npm command

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 5, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 5, 2017

Version 0.26.0 just got published.

Update to this version instead 🚀

Release Notes v0.26.0
  • Redirect support - #154
  • Allow custom object storing to Store instance for future use - #155
Commits

The new version differs by 16 commits.

  • fa27c83 Bumped v0.26.0
  • 863ad94 Merge pull request #155 from allevo/add-custom-info-to-store
  • fd67475 Add url to config. Test no config
  • 14e250d Use config instead of custom
  • 479f90e Allow custom object storing to Store instance for future use
  • f866090 Merge pull request #154 from fastify/redirect-support
  • 55ccf1d Updated docs
  • 5eeb11d Updated test
  • 0c93de2 Added redirect api
  • 7815d30 Merge pull request #150 from sigkell/update-benchmarks
  • 681b493 fix typo
  • 6935170 Merge changes from master
  • e5e714d Update koa benchmark results
  • d5baeae koa-route benchmark => koa-router
  • 80d6fc4 Update benchmarks in README

There are 16 commits in total.

See the full diff

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

greenkeeper bot commented Aug 16, 2017

Version 0.26.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

See the full diff

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

greenkeeper bot commented Sep 1, 2017

Version 0.26.2 just got published.

Update to this version instead 🚀

Release Notes v0.26.2
  • Fix performance regression when dealing with large arrays #172 by @mcollina

greenkeeper bot added a commit that referenced this pull request Sep 11, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2017

Version 0.27.0 just got published.

Update to this version instead 🚀

Release Notes v0.27.0

Major changes

  • Lifecycle refactor - #170
  • Do not use fast-safe-stringify in Reply.send to avoid perf issues - #192

Fixes

  • Fix scope in documentation examples - #196
  • Do not use symbols to track the context and startTime - #195
  • Fixes #188 - #189
  • Added a code of conduct - #184
  • Always flatten the string before sending it out - #172
  • Fixed undefined content type bug - #166
  • Listen timeout when used with Promise.resolve() - #168
Commits

The new version differs by 49 commits.

  • d962e0c Updated docs
  • e67f9dd Bumped v0.27.0
  • 89c124d Merge pull request #196 from jsumners/doc-scope
  • bc6ecb8 Fix scope in documentation examples
  • b29a9e3 Merge pull request #195 from fastify/fix-perf-regression
  • 10579b9 Updated docs and removed fast-safe-stringify.
  • c623d0b use stringify instead of JSON.stringify.
  • d0fe8d4 Re-added fast-safe-stringify as a dev dependency
  • 13b73cf Do not use fast-safe-stringify in Reply.send to avoid perf issues
  • 0dfe5b8 Do not use symbols to track the context and startTime
  • a11fb9e Merge pull request #170 from fastify/lifecycle-refactor
  • 9c92328 Merge pull request #189 from fastify/fix-188
  • 6fd6608 Avoiding runHooks for onResponse if possible
  • 8d7490d do not defer startHooks
  • 6533832 Do not defer the onResponse hook.

There are 49 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 21, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 21, 2017

Version 0.28.0 just got published.

Update to this version instead 🚀

Release Notes v0.28.0

New features:

  • Added typings.d file for typescript users - #182
  • New option schemaOptions to customize ajv - #187
  • Support for multiple methods with the same handler - #224
  • Added headers shortcut schema validation - #234
  • Pass a payload to extend the server error - #236
  • Added setSchemaCompiler - #253
  • Log error stack trace - #264

Fixes

  • Handle all possible cases of double listen - #215
  • Avoid sending when an async function resolve in undefined - #241
  • Define hooks before routes synchronously even in a async context - #270
  • Fixes #263 - #265

Documentation

  • Remove pino-http. Add genReqId option - #254
  • Added warning about fastify-plugin and prefix - #228
  • Move arrow function notes - #198
  • Added new plugins
Commits

The new version differs by 131 commits.

  • ed2e1af Bumped v0.28.0
  • 207ad8f Merge pull request #253 from allevo/feature/set-schema-compiler
  • 38346cd Merge branch 'master' into feature/set-schema-compiler
  • d5cbb4d Updated dependencies
  • 6223b8d Merge pull request #270 from fastify/add-hook-bug
  • 85a045d Define hooks before routes synchronously even in a async context
  • bc4545b Merge pull request #255 from allevo/feature/split-npm-scripts
  • 5d1767c Merge pull request #265 from nileshmali/master
  • b3dc5d9 Merge pull request #259 from allevo/feature/listen-on-socket
  • bd7880c Fixes #263
  • 29d0bdf Merge pull request #252 from fastify/promise-errors
  • 23a7ea1 Merge pull request #187 from StarpTech/feature/options_for_ajv
  • 3d847ed make no sense to set to false ^^
  • 87d0820 update docs
  • 4d18767 Merge pull request #254 from allevo/feature/remove-pino-http-docs

There are 131 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 21, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 21, 2017

Version 0.28.1 just got published.

Update to this version instead 🚀

Release Notes v0.28.1
  • fixes async/await (for good) and listen without callback #273
Commits

The new version differs by 4 commits.

  • 132570c Bumped 0.28.1.
  • 4ae1654 Merge pull request #273 from fastify/fix-async-await
  • ad05149 Whitespaces in docs
  • 6b4d67b Fix broken things in 0.28.0.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 21, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 21, 2017

Version 0.28.2 just got published.

Update to this version instead 🚀

Release Notes v0.28.2
  • Fix 204 async #275
  • Added appveyor CI #274
Commits

The new version differs by 13 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 25, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 25, 2017

Version 0.29.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 42 commits.

  • cd399a4 Bumped v0.29.0.
  • 45a8984 Merge pull request #302 from sberryman/sberryman-readme-graphql
  • e2e43e8 Make GraphQL support obvious
  • 3902e34 Merge pull request #298 from StarpTech/feature/add_fastify_graceful_shutdown_to_readme
  • 0d1363f Merge pull request #300 from fastify/fastlog
  • 4f4e6d7 Merge pull request #266 from fastify/404
  • 4a9c29c Restore formbody description
  • 7b667d6 Fixed wrong plugin description
  • 2cb7efb Merge pull request #286 from fastify/fix-credits
  • 8d4f66b Added contributors to package.json
  • 06e862f Merge pull request #292 from allevo/promisify-inject
  • 4eca774 add plugin to readme
  • 4051274 Remove _inject. Based on promise
  • c615e59 Avoid to call _inject
  • c15c006 Add docs

There are 42 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 15, 2017

Version 0.34.0 just got published.

Update to this version instead 🚀

Release Notes v0.34.0

Features

  • Expose the default json serializer - #442

Breaking changes

  • Drop send promise support - #458
  • fastify.logger => fastify.log - #436

Fixes

  • Pass request to the onsend hook on 422 and 415 errors - #455
  • setNotFoundHandler is suppressing duplicated routes checking - #451 #454
  • Missing parameter in TypeScript definition - #452
  • Test route handler rejection with non-Error - #441

Docs

  • update documentation - #465
  • Add fastify-server-session to community - #464
  • Improve getting started - #462
  • Add fastify-angular-universal reference in Ecosystem - #453
  • initial ts documentation - #443
  • Add fastify-caching to ecosystem list - #440
  • Docs Fixes - #449
Commits

The new version differs by 89 commits.

  • a93b887 Bumped v0.34.0
  • f2d7216 Merge pull request #467 from makeco/fixed-content-type
  • 609c6be Merge pull request #455 from SerayaEryn/pass-request-to-onsend-hook-on-empty-body
  • 49bdad9 Merge pull request #441 from sebdeckers/master
  • 00f5a24 initial ts documentation (#443)
  • bb34a7a update reply.js and testing doc
  • 22d83e0 Merge remote-tracking branch 'fastify/master' into fixed-content-type
  • 212aa47 improve tests
  • df5f03d Updated table of contents
  • 9d30df9 Fix typo
  • 2b962a8 Merge pull request #462 from fastify/improve-getting-started
  • 90fe14c bumped plan counter to expect another assertion
  • fc58466 reply error test plan & ordering
  • eda4203 default the isError hidden flag to false
  • 6ce4b4b default error message is empty string

There are 89 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 17, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 17, 2017

Version 0.35.0 just got published.

Update to this version instead 🚀

Release Notes v0.35.0

Features

  • Update the payload in onSend- #474

Fixes

  • content-length to string - #467

Internals

  • Changed hook runner - #474
  • Removed _req from Reply - #474
Commits

The new version differs by 12 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 20, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 20, 2017

Version 0.35.1 just got published.

Update to this version instead 🚀

Release Notes v0.35.1

Fixes

  • Log 5xx as error and 4xx as info - #479
Commits

The new version differs by 8 commits.

  • 80132c9 Bumped v0.35.1
  • 7d9b402 Merge pull request #479 from allevo/log-404
  • 805c7c6 Log 4xx as info. Log 5xx as error
  • b76e838 Avoid log error on 404
  • ef18e80 Merge pull request #475 from fastify/updated-benchmarks
  • 0e6504e Updated benchmarks as of 2017-11-17.
  • 7ea6a5f Merge pull request #476 from fastify/update-plugins
  • ab38afa Added fastify-compress to ecosystem list

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 24, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 24, 2017

Version 0.35.2 just got published.

Update to this version instead 🚀

Release Notes v0.35.2

Fixes

  • Add body parsing support for DELETE method - #485 #486

Docs

  • Added fastify-nodemailer community plugin to Ecosystem - #482
Commits

The new version differs by 5 commits.

  • ee147e7 Bumped v0.35.2
  • c2c212c Merge pull request #486 from yamalight/feature/delete-body
  • a826bf6 Add body parsing support for DELETE method
  • b855ba5 Merge pull request #482 from lependu/plugin-nodemailer
  • 3d88c66 Added fastify-nodemailer community plugin to Ecosystem

See the full diff

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

greenkeeper bot commented Dec 1, 2017

Version 0.35.3 just got published.

Update to this version instead 🚀

Release Notes v0.35.3

Fixes

  • Fixed 404 handling for unsupported methods - #505 #506
Commits

The new version differs by 19 commits.

  • b1ab564 Bumped v0.35.3
  • 3ed835e Merge pull request #506 from fastify/fix-505
  • f1fbca0 Updated test
  • 810709a Fixes #505
  • 61e35c8 Merge pull request #496 from jeromemacias/patch-1
  • 11abb21 [doc] Testing: no need for request module in Inject example
  • 0e37873 Merge pull request #490 from fastify/greenkeeper/tap-11.0.0
  • d2c512a chore(package): update tap to version 11.0.0
  • e4492a6 Merge pull request #348 from fastify/alphabetize-contribs
  • a0f94b0 Merge pull request #488 from yamalight/docs/hooks
  • 1256c55 Describe hooks scoping possibility in the hooks doc description part
  • e4e9020 Merge pull request #483 from chapuletta/patch-1
  • b59c66a Update Ecosystem.md
  • e7942f4 Update Ecosystem.md
  • 5ce4698 Update Ecosystem.md

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 5, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 5, 2017

Version 0.35.4 just got published.

Update to this version instead 🚀

Release Notes v0.35.4

Fixes

  • Update pump to latest version - #515
  • Make reply.redirect honor registered hooks - #504

Dependencies

  • Bumped dependencies - #518

Docs

  • Do not encourage the server to be a singleton - #509
  • Update Ecosystem.md - #507
Commits

The new version differs by 12 commits.

  • 27c184d Bumped v0.35.4
  • 0c5b2ec Merge pull request #518 from fastify/update-deps
  • 893b848 Bumped dependencies
  • fed0e4b Merge pull request #507 from chapuletta/patch-1
  • ecaec39 Merge pull request #515 from coreyfarrell/pump-update
  • 13e5d27 Update pump to latest version.
  • b8bb7b2 Merge pull request #509 from fastify/server-should-not-be-singleton
  • 8a9f8dd Do not encourage the server to be a singleton
  • 005718a Update Ecosystem.md
  • 9bcf2bc Merge pull request #504 from fastify/redirect-onsend
  • 18ba109 Switch to http for redirect onSend test
  • 10489d4 Make reply.redirect honor registered hooks

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 5, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 5, 2017

Version 0.35.5 just got published.

Update to this version instead 🚀

Release Notes v0.35.5

Fixes

  • Do not swallow errors after parsing JSON body - #519
Commits

The new version differs by 3 commits.

  • 7ea405d Bumped v0.35.5
  • 826c039 Merge pull request #519 from fastify/avoid-swallowing-errors-json
  • 01f1039 Do not swallow errors after parsing JSON body

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 14, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 14, 2017

Version 0.35.6 just got published.

Update to this version instead 🚀

Release Notes 0.35.6
  • Do not use setImmediate #545
Commits

The new version differs by 20 commits.

  • d8a71ba Bumped v0.35.6
  • 380c4fd Merge pull request #545 from fastify/no-set-immediate
  • 6dc48a0 Updated benchmarks and update README.
  • f8d744c removed instances of setImmediate
  • 4a6396e Merge pull request #533 from manzonif/master
  • 1a487dc Update Hooks.md
  • 056e8d8 Update fastify.d.ts
  • ed65c02 Merge pull request #526 from fastify/add-emails-to-coc
  • a051d7c Added emails to CoC
  • 27f83e2 Merge pull request #524 from fastify/move-issue-492-to-custom-parser-test
  • c7418cf Check body response
  • 1cdf816 issue-492 test into custom-parser.test.js file
  • 7a875bc Merge pull request #522 from fastify/issue-492
  • f263283 Merge pull request #516 from fastify/fix-513
  • 5800990 Merge pull request #521 from coreyfarrell/listen-null

There are 20 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 14, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 14, 2017

Version 0.35.7 just got published.

Update to this version instead 🚀

Release Notes v0.35.7
  • typo in the README
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 18, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 18, 2017

Version 0.36.0 just got published.

Update to this version instead 🚀

Release Notes v0.36.0

Fixes

  • Fix - #492 #522
  • Update fastify.d.ts to include onSend hook - #533
  • Fix - #540 #541
  • Don't let async handler send 204 response twice - #549
  • Always use a Request object when creating a Reply object - #551

Breaking changes

  • Update ContentParser API - #535
  • Preserve validation errors from Ajv as an array - #544

Features

  • Plugins meta - #466
  • Update ContentParser API - #535

Docs

  • Document fastify.listen without callback - #521
  • Update docs that mention fast-safe-stringify - #552
Commits

The new version differs by 21 commits.

  • 8f60f7a Bumped v0.36.0
  • 3b2d441 Merge pull request #466 from fastify/plugins-meta
  • 6982ff8 Merge pull request #541 from fastify/fix-540
  • 4d8e000 Merge pull request #544 from nasplachkov/master
  • 0506e7c Merge pull request #551 from nwoltman/fix-550
  • b2d9885 Merge pull request #552 from nwoltman/docs-serialize
  • 9a33533 Merge pull request #549 from nwoltman/fix-548
  • 351a2fb Update docs that mention fast-safe-stringify
  • db71a95 Always use a Request object when creating a Reply object
  • fa376cc Don't let async handler send 204 response twice
  • f9102e7 Preserve validation errors from Ajv as an array
  • 67e111e Merge pull request #535 from Ethan-Arrowood/fix-contenttype-parser-api
  • 23ae757 Squash all commits
  • b3ee2d2 Updated test
  • 7dcebbd Do not JSON.stringify strings by default, fixes #540

There are 21 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 22, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 22, 2017

Version 0.37.0 just got published.

Update to this version instead 🚀

Release Notes 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

Docs

  • Updated http error docs - #576
  • Convert all double spaces to <br> in the docs - #575
  • Update the docs to point users to fastify-cli - #572
  • Use http-errors - #571
  • Add documenation for Reply.context (issue #257) - #570
  • Updated getting started #565
  • Add fastify-static to Core plugins in Ecosystem.md - #555
Commits

The new version differs by 43 commits.

  • 95d6342 Bumped v0.37.0
  • 09b54f2 Merge pull request #576 from fastify/error-docs
  • 890d5a9 Updated docs
  • 6dae0b4 Merge pull request #561 from fastify/autostart
  • d740a15 Merge pull request #575 from fastify/no-spaces-anymore
  • 18d4aff double spaces to
    in docs
  • 894e91e Added docs for autostart.
  • 74fe081 Merge pull request #571 from fastify/issue-543
  • caf0873 Revert to HEAD~ and simply show http-errors support
  • 640350f Merge pull request #572 from fastify/update-docs-cli
  • a7f281e Start loading the plugins only when calling .ready, .inject or .listen
  • 251d9b3 Update the docs to point users to fastify-cli
  • dd45aaa Use http-errors
  • ea5bcec Merge pull request #570 from fastify/handler-context-doc
  • cfb1e3f Add documenation for Reply.context (issue #257)

There are 43 commits in total.

See the full diff

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

greenkeeper bot commented Jan 8, 2018

Version 0.38.0 just got published.

Update to this version instead 🚀

Release Notes v0.38.0

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
Commits

The new version differs by 120 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
  • a94ffdc Merge pull request #628 from nwoltman/send-string
  • 7346524 reply.send(string) documentation and test updates
  • f2a45d1 Merge pull request #626 from fastify/prefix-test
  • cbd75df Updated test
  • 246edc8 Merge pull request #621 from fastify/revert

There are 120 commits in total.

See the full diff

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

greenkeeper bot commented Jan 11, 2018

Version 0.39.0 just got published.

Update to this version instead 🚀

Release Notes v0.39.0

Features

  • Added a plugin log level #639

Fixes

  • Updated getting started for correct mongodb usage #647
  • Truly fix #595 #645
  • Add support for streams 1 #648
  • Improved logging for errored streams #637
  • Updated ajv to 6.0.0 #633
Commits

The new version differs by 23 commits.

  • 069653f Bumped v0.39.0.
  • 5cbbeee Bumped v0.38.1.
  • 43d7a97 Merge pull request #645 from nwoltman/fix-595-response-hanging
  • 5845916 Check the payload in tests
  • edf1225 Merge pull request #647 from jpagarcia/patch-1
  • 7b9af89 Merge pull request #648 from fastify/streams-1
  • eddc4c5 Removed readable === true check for streams.
  • 70354af Added support for streams1 in reply.send()
  • b016b4b Update Getting-Started.md
  • 9c619f6 Fix 595 and a bug when sending an Error object
  • 6c23c92 Merge pull request #641 from fastify/update-lifecycle-after-639
  • 84773d4 Update Lifecycle.md
  • d3cbf0f Merge pull request #639 from fastify/plugin-log-level
  • 26513e8 Test the logs for default 404 handler
  • f6c49a9 Merge pull request #633 from fastify/greenkeeper/ajv-6.0.0

There are 23 commits in total.

See the full diff

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

greenkeeper bot commented Jan 11, 2018

Version 0.39.1 just got published.

Update to this version instead 🚀

Release Notes v0.39.1
  • Updated to fast-json-stringify 0.17.0
Commits

The new version differs by 1 commits.

See the full diff

@greenkeeper greenkeeper bot closed this Jan 22, 2018
@greenkeeper greenkeeper bot deleted the greenkeeper/fastify-0.22.0 branch January 22, 2018 08:34
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