Skip to content

Releases: dbartholomae/middy-middleware-json-error-handler

4.0.0

26 Jul 22:07
Compare
Choose a tag to compare

4.0.0 (2023-07-26)

Features

  • allow to expose internal errors via expose property (309084d)

BREAKING CHANGES

  • errors with the expose property set to a truthy
    value will be exposed even if their status code is >= 500

3.1.0

22 Jul 22:36
Compare
Choose a tag to compare

3.1.0 (2023-07-22)

Features

  • allow choosing which error properties to omit (d395b92)

3.0.1

14 May 19:26
Compare
Choose a tag to compare

3.0.1 (2023-05-14)

Bug Fixes

  • update dependencies that show security warnings (e3ba58c)