Skip to content

Releases: jkyberneees/fastify-gateway

Updating dependencies

01 May 12:13
Compare
Choose a tag to compare

Changes:

  • Updating dependencies.

Update dependencies

27 Apr 21:49
Compare
Choose a tag to compare
v2.8.3

v2.8.3

Updating dependencies

07 Apr 05:13
Compare
Choose a tag to compare

Updating dev and prod dependencies.

Update dependencies

30 Dec 10:02
5f3bb91
Compare
Choose a tag to compare

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

09 Jul 09:35
Compare
Choose a tag to compare

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

Updating dependencies

21 Jun 11:32
Compare
Choose a tag to compare

Update dependencies.

fastify-reply-from -> v0.6.2

04 Jun 08:41
Compare
Choose a tag to compare

fastify-reply-from -> v0.6.2

Updating fastify-reply-from module

03 Jun 15:24
a011886
Compare
Choose a tag to compare

fastify-reply-from -> v0.6.1

Outsourcing on-finished impl

28 May 20:19
Compare
Choose a tag to compare

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

Support body limit in routes configuration

16 May 08:22
Compare
Choose a tag to compare

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

Thanks to @i7326 for his contribution here! ♥️