Skip to content

Releases: eduardo-veras/serverless-aws-router

v1.3.0

07 Jul 14:21
Compare
Choose a tag to compare
  • New: "onRoute" event 16d7ace
  • Changed: serverless lib removed from dev dependencies e16477c

v1.2.0...v1.3.0

v1.2.0

14 Mar 17:07
Compare
Choose a tag to compare
  • New multipart/form-data parse support 74cbe37
  • Tests: Serverless Upgrade 5dbfa0d
  • Serverless version test 1e71b7e
  • Serverless upgrade 4f6611e
  • Create GitHub workflow tests 85fa65c

v1.1.1...v1.2.0

v1.1.1

10 Feb 18:59
Compare
Choose a tag to compare
  • fix: body.response on 1xx, 2xx, or 3xx insteand body.message 2141363

v1.1.0...v1.1.1

v1.1.0

21 Dec 17:05
Compare
Choose a tag to compare

FEAT: New parseQueryString configuration option.

v1.0.17

02 Nov 15:56
Compare
Choose a tag to compare

HOTFIX: only return mandatory fields for Lambda Response

v1.0.16

22 Oct 19:28
Compare
Choose a tag to compare

Bugfix: Global auth options

v1.0.15

29 Sep 15:34
Compare
Choose a tag to compare

New response.error key with the raw error on the onPreResponse event.

v1.0.14

28 Sep 22:18
Compare
Choose a tag to compare

New joiOptions and reply.extra().

v1.0.12

08 Sep 23:28
Compare
Choose a tag to compare

Allow validate to be an Object or Joi schema.

v1.0.11

08 Sep 21:26
Compare
Choose a tag to compare

reply.redirect() method included.