Releases: jkyberneees/fastify-gateway
Releases · jkyberneees/fastify-gateway
Updating dependencies
Changes:
- Updating dependencies.
Update dependencies
v2.8.3 v2.8.3
Updating dependencies
Updating dev and prod dependencies.
Update dependencies
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"
},
Updating deps
"fastify-reply-from": "^1.0.0"
Updating dependencies
Update dependencies.
fastify-reply-from -> v0.6.2
fastify-reply-from -> v0.6.2
Updating fastify-reply-from module
fastify-reply-from -> v0.6.1
Outsourcing on-finished impl
on-finished implementation is replaced by the on-http-end
module.
Support body limit in routes configuration
Routes configuration now support an optional bodyLimit
setting to limit or increase the JSON body parser limits.
Thanks to @i7326 for his contribution here!