Skip to content

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented May 8, 2017

Version 0.18.0 of fastify just got published.

Dependency fastify
Current Version 0.17.0
Type devDependency

The version 0.18.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.18.0
  • Support for inject fake http request with shot - #83
Commits

The new version differs by 12 commits0.

  • 13c3568 Bumped v0.18.0
  • e7cbfd9 Bumped dependencies
  • 6ecfc36 Merge pull request #83 from fastify/inject
  • 820a7b3 Updated docs
  • 5e14bd6 Updated test
  • fa16778 Support for inject fake http request with shot
  • f0f6328 Moved request/reply builders to their own file
  • da81b0e Merge pull request #82 from fastify/greenkeeper/fast-json-stringify-0.11.0
  • 5342a1a fix(package): update fast-json-stringify to version 0.11.0
  • 13ecf61 Added gitter badge
  • cdad0ee Merge pull request #80 from fastify/greenkeeper/ajv-5.0.0
  • 241d78b fix(package): update ajv to version 5.0.0

false

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
Copy link
Contributor Author

greenkeeper bot commented May 17, 2017

Version 0.19.0 just got published.

Update to this version instead 🚀

Release Notes v0.19.0
Commits

The new version differs by 17 commits.

There are 17 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 19, 2017

Version 0.19.1 just got published.

Update to this version instead 🚀

Release Notes v0.19.1
  • Better boom library support - #89
Commits

The new version differs by 6 commits.

  • 79d1c96 Bumped v0.19.1
  • 89c20d5 Merge pull request #89 from allevo/feature/boom-better-support
  • 78a2c9d Return this for 'headers' method
  • 9d3269f Split assertions in different tests
  • 7b58b32 Move setting headers to a separate method
  • 3e71e88 Better boom library support

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 21, 2017

Version 0.20.0 just got published.

Update to this version instead 🚀

Release Notes v0.20.0
Commits

The new version differs by 4 commits.

  • 72d743c Bumped v0.20.0
  • c7a222c Merge pull request #93 from fastify/cli-comments
  • c89f309 Added Fastify CLI
  • ff0b8fc Updated default route to use Reply

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 2, 2017

Version 0.20.1 just got published.

Update to this version instead 🚀

Release Notes v0.20.1
Commits

The new version differs by commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 2, 2017

Version 0.21.0 just got published.

Update to this version instead 🚀

Release Notes v0.21.0
  • Feature/response validation status code based - #96

Breaking change
out has been removed in favour of response, check the docs for more details.

Commits

The new version differs by commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 19, 2017

Version 0.22.0 just got published.

Update to this version instead 🚀

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

@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
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
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
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
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
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
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
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
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
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
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
  • Fix scope in documentation examples - #196
  • Fixes #188 - #189
  • 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
Copy link
Contributor Author

greenkeeper bot commented Sep 21, 2017

Version 0.28.1 just got published.

Update to this version instead 🚀

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
Copy link
Contributor Author

greenkeeper bot commented Sep 21, 2017

Version 0.28.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

See the full diff

@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 Oct 1, 2017

Version 0.29.1 just got published.

Update to this version instead 🚀

Release Notes v0.29.1

Fixes:

  • Updated find-my-way and 404 handling - #318
  • Use light-my-request instead of shot - #315
  • Fix incorrect type definition - #310

Docs:

  • Fix Joi docs - #313
  • Added slides and videos section - #311
Commits

The new version differs by 20 commits.

  • 8211eb6 Bumped v0.29.1
  • 196ad7b Merge pull request #315 from fastify/use-light-my-request
  • 63f0c8e Merge branch 'master' into use-light-my-request
  • f32741d Merge pull request #318 from fastify/404-prefix
  • 41276c2 Merge pull request #320 from mahmed8003/nats-plugin
  • cdd259e Updated find-my-way and handled empty prefix
  • ee102d6 Updated ReadMe. Fixed ordering of plugins
  • f3f5cea Added NATS plugin
  • d283d83 Fixed broken 404 tests
  • d945df0 Updated inject promise handling
  • 9eaa756 Updated find-my-way and 404 handling
  • a464bee Updated docs
  • 0e5f114 Updated test
  • 978dd0c Use light-my-request for http injection
  • 11ff87b Merge pull request #313 from xiaohu-developer/fix-joi-docs

There are 20 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 1, 2017

Version 0.29.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 97731d7 Bumped v0.29.2.
  • 8769c71 Merge pull request #323 from fastify/loggerfalse
  • c9a5ffc implemented logger: false through abstract-logging

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 12, 2017

Version 0.30.0 just got published.

Update to this version instead 🚀

Release Notes v0.30.0

Breaking changes:

New features:

  • Catch all content type parser - #344

Fixes:

  • Fixed wildcard handling - 1574ed0
  • Fix TypeScript typing - #339
  • Add key signature for string keys (like '2xx') in response schema - #338
  • Fixed register TypeScript definition - #332
Commits

The new version differs by 59 commits.

  • 4ec6da3 Merge pull request #347 from fastify/no-logger-by-default
  • 73cef26 Bumped v0.30.0
  • 1574ed0 Updated find-my-way dependency
  • fd8d8bb Addressing feedbacks
  • 3eec5ed docs for no logger by default
  • 4459800 Default to abstract-logging by default
  • e6a11c8 Merge pull request #335 from fastify/encapsulation
  • bab051b Merge pull request #346 from cagataycali/patch-2
  • 5befe21 Merge branch 'master' into encapsulation
  • d735dce Merge pull request #344 from fastify/catch-all-content-type-parser
  • e0ec2b7 Added contributor
  • bf4036e Updated readme, fixing broken plugin listing (#345)
  • 1acfff3 Updated docs
  • f95d621 Merge branch 'master' into catch-all-content-type-parser
  • 41de705 Updated plugins list

There are 59 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 13, 2017

Version 0.30.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 3fc55e9 Bumped v0.30.1.
  • d807434 Merge pull request #349 from paolochiodi/request-id-header
  • d9e3a21 expand docs on request-id
  • 6eac43a Use "request-id" header if present for req.id

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 15, 2017

Version 0.30.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

See the full diff

@delvedor
Copy link
Member

Closed in #7.

@delvedor delvedor closed this Oct 19, 2017
@greenkeeper greenkeeper bot deleted the greenkeeper/fastify-0.18.0 branch October 19, 2017 14:09
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