Fastify Gateway Versions Save

A Node.js API gateway that just works!

v2.8.4

3 years ago

Changes:

  • Updating dependencies.

v2.8.3

4 years ago

v2.8.2

4 years ago

Updating dev and prod dependencies.

v2.8.1

4 years ago

Dependency updates:

  "dependencies": {
    "cache-manager": "^2.10.1",
    "fastify-reply-from": "^1.1.0",
    "matcher": "^2.1.0",
    "ms": "^2.1.2",
    "on-http-end": "^1.0.1"
  },

v2.7.5

4 years ago

"fastify-reply-from": "^1.0.0"

v2.7.4

4 years ago

Update dependencies.

v2.7.3

4 years ago

fastify-reply-from -> v0.6.2

v2.7.2

4 years ago

fastify-reply-from -> v0.6.1

v2.7.0

4 years ago

on-finished implementation is replaced by the on-http-end module.

v2.6.0

5 years ago

Routes configuration now support an optional bodyLimit setting to limit or increase the JSON body parser limits.

Thanks to @i7326 for his contribution here! ♥️