Git Product home page Git Product logo

Comments (6)

greenkeeper avatar greenkeeper commented on June 6, 2024

After pinning to 1.11.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from point-of-view.

greenkeeper avatar greenkeeper commented on June 6, 2024
  • The devDependency fastify was updated from 1.11.2 to 1.12.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.12.0

Enhancements

  • Fix missing object wrapper for errors in pino log - #1180
  • Complete support for Joi. Added test - #1178 #1179

Fixes

  • fix the logic of convert chunk segement into string - #1172

Typescript

  • Add overloads for { parseAs: "string" } or { parseAs: "buffer" } - #1162
  • added generic Query, Params, Headers, and Body types - #1160

Internals

  • Update genReqId test name - #1167

Documentation

  • Keep consistent es6 usage in readme example - #1181
  • added fastify-jwt-webapp - #1141
  • Update Ecosystem.md - #1170
  • Add @cemremengu to contributors - #1176
  • Correct typo in docs/Plugins-Guide.md - #1173
  • Add fastify-webpack-hmr community plugin to ECOSYSTEM.md - #1152
  • Updated README and tap runner - #1171
  • Error Handling Documentation - #1130
  • Update ContentTypeParser.md - #1157
  • Add fastify-vue-plugin to Ecosystem.md - #1151
  • Add fastify-loader to Ecosystem.md - #1154
  • Add badge of vulnerabilities from snyk.io - #1149
Commits

The new version differs by 20 commits.

  • dfec122 Bumped v1.12.0
  • 889f16d Fix missing object wrapper for errors in pino log (#1180)
  • f33b0b2 Keep consistent es6 usage in readme example (#1181)
  • 01687a8 added fastify-jwt-webapp (#1141)
  • cf7e76c Complete support for Joi. Added test (#1179)
  • 0afa858 Fix support for latest Joi (#1178)
  • c21932c Update Ecosystem.md (#1170)
  • 12b62d9 Add @cemremengu to contributors (#1176)
  • 5441280 fix the logic of convert chunk segement into string (#1172)
  • 64869a5 Correct typo in docs/Plugins-Guide.md (#1173)
  • 80f74c8 Updated README and tap runner (#1171)
  • 1b16a4c chore(package): update autocannon to version 3.0.0 (#1165)
  • 4b5f818 Error Handling Documentation (#1130)
  • 15fbe24 added generic Query, Params, Headers, and Body types (#1160)
  • c21bb9f Add overloads for { parseAs: "string" } or { parseAs: "buffer" } (#1162)

There are 20 commits in total.

See the full diff

from point-of-view.

greenkeeper avatar greenkeeper commented on June 6, 2024
  • The devDependency fastify was updated from 1.12.0 to 1.12.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.12.1

Bugfix

  • Fix content length for utf-8 characters #1187
Commits

The new version differs by 23 commits.

  • 326d681 Bumped v1.12.1.
  • 4741dc6 Update dependencies
  • aaeb024 Fix content length on utf8 charset (#1187)
  • dfec122 Bumped v1.12.0
  • 889f16d Fix missing object wrapper for errors in pino log (#1180)
  • f33b0b2 Keep consistent es6 usage in readme example (#1181)
  • 01687a8 added fastify-jwt-webapp (#1141)
  • cf7e76c Complete support for Joi. Added test (#1179)
  • 0afa858 Fix support for latest Joi (#1178)
  • c21932c Update Ecosystem.md (#1170)
  • 12b62d9 Add @cemremengu to contributors (#1176)
  • 5441280 fix the logic of convert chunk segement into string (#1172)
  • 64869a5 Correct typo in docs/Plugins-Guide.md (#1173)
  • 80f74c8 Updated README and tap runner (#1171)
  • 1b16a4c chore(package): update autocannon to version 3.0.0 (#1165)

There are 23 commits in total.

See the full diff

from point-of-view.

cemremengu avatar cemremengu commented on June 6, 2024

@mcollina Closed with #76

from point-of-view.

greenkeeper avatar greenkeeper commented on June 6, 2024
  • The devDependency fastify was updated from 1.12.1 to 1.13.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.13.0

Features

  • Enable nested plugins to override decorators - #1199
  • Attach validation result to request - #1238

Enhancements

  • Prevent losing stacktrace onEnd - #1223

Fixes

  • Add fastify-babel - #1219
  • Update contentTypeParser.js - #1229

Typescript

  • typings: fix allowHTTP1 flag for http2 servers - #1222

Documentation

  • Update Reply.md - #1227
  • Add fastify-babel - #1219
  • doc(logging): fix broken link - #1215
  • Update validation docs to include information about error handling - #1232
Commits

The new version differs by 48 commits.

  • 2c007d5 Bumped v1.13.0
  • 3286239 Merge branch 'master' of https://github.com/fastify/fastify
  • 0f3d88c Fixed linting
  • 93587b3 Added Node v11 to .travis.yml
  • ddc4e46 Attach validation result to request (#1238)
  • 347957c Remove then-sleep (#1234)
  • ac5fe54 Remove eslint ignore comments (#1231)
  • 46258c6 Add additional build scripts for travis (#1233)
  • 4948051 Update Validation-and-Serialization.md (#1232)
  • 8b606f1 Include error code in onEnd exceptions (#1229) (h/t @patoi)
  • 3e2c782 Prevent losing stacktrace (#1223)
  • 90f2ee2 fix: http2 secure allowHTTP1 typing (#1222)
  • 09e9021 Add fastify-babel (#1219)
  • 66b18ef custom error handler can be able to handle contentTypeParser's errors (#1212)
  • e87a1ca doc(logging): fix broken link (#1215)

There are 48 commits in total.

See the full diff

from point-of-view.

greenkeeper avatar greenkeeper commented on June 6, 2024
  • The devDependency fastify was updated from 1.13.0 to 1.13.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.13.1
  • chore: pin ajv to 6.5.5 - #1282
Commits

The new version differs by 58 commits.

  • bb2e65e Bumped v1.13.1
  • 7e27787 chore: pin ajv to 6.5.5 (#1282)
  • ec4f0a1 Add listen notice for GCP (#1264)
  • e901ff5 add fastify-cloudevents to Community plugins (#1248)
  • a952698 fix(package): update tiny-lru to version 2.0.0 (#1260)
  • 01ef79b Fix typo in README (#1257)
  • c53174c Set up CI with Azure Pipelines (#1226)
  • 584bc28 doc(decorators): fix markdown style (#1247)
  • 8cbc78a chore(package): update eslint-plugin-typescript to version 0.13.0 (#1243)
  • 7e18ab4 Bump typescript-eslint-parser (#1242)
  • 2c007d5 Bumped v1.13.0
  • 3286239 Merge branch 'master' of https://github.com/fastify/fastify
  • 0f3d88c Fixed linting
  • 93587b3 Added Node v11 to .travis.yml
  • ddc4e46 Attach validation result to request (#1238)

There are 58 commits in total.

See the full diff

from point-of-view.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.