Skip to content

Releases: jeremydaly/lambda-api

v0.10.5

22 Feb 22:02
Compare
Choose a tag to compare

Minor Updates & Bug Fixes

v0.10.4

29 Oct 17:50
Compare
Choose a tag to compare

Bug Fix

v0.10.3

29 Oct 12:39
Compare
Choose a tag to compare

Minor Updates & Bug Fixes

v0.10.2

01 Aug 20:34
Compare
Choose a tag to compare

Maintenance & Bug Fixes

v0.10.1

06 Feb 03:16
Compare
Choose a tag to compare

Bug Fixes

  • Fix linting error cc87ed5
  • Fix typos 254e300
  • Close #98 - Status code reporting incorrectly in error logs c05055f
  • Close #93 - Relax handler function arity requirements 0964958

v0.10.0

07 Jan 02:44
9337a91
Compare
Choose a tag to compare

Feature Release

v0.10 now allows you to seamlessly switch between API Gateway and Application Load Balancers. New execution stacks enables method-based middleware and more wildcard functionality. Plus full support for multi-value headers and query string parameters.

ALB Support

Multi-value Header/Query String Parameter Support

  • Add support for multi-value query parameters 126bfbf
  • Test case for multiValueQueryStringParameters support 43b0f13
  • Additional test cases for #72 176597b
  • Reimplement multi-value query params 1545475
  • Add documentation for multiValueQuery a878dd2
  • Close #73 with multi-value header support and test updates c2e0f2f, c2cfe6b

Additional Wildcard Route Support

  • Close #78 by adding wildcard route support e130b99
  • Update wildcard route documentation 8367713

Method-based Middleware and Execution Stacks

  • Close #87 by adding new execution stack processing ebbb62e
  • Fix 'route not found' error with wildcard paths 34bb29b
  • Add 'stack' property to REQUEST 125993b

Miscellaneous Updates/Maintenance

v0.9.2

21 Nov 00:31
Compare
Choose a tag to compare

Bug Fixes

Thanks to @Wintereise and @hassankhan, some additional improvements were made to the TypeScript declaration file.

  • Update declarations file to include exports/minor fixes 6acd197
  • Add new Error types a9330d4

v0.9.1

19 Nov 12:43
Compare
Choose a tag to compare

Bug Fixes

v0.9.0

16 Nov 04:19
2996a3f
Compare
Choose a tag to compare

Feature Release

v0.9 adds a few additional features to give developers better control over error handling and serialization. A TypeScript declaration file has also been added and some additional API Gateway inputs are now available in the REQUEST object.

Error Types

Custom Serializers

  • Close #67 with custom serializers
  • Update documentation 7556e6a

Additional API Gateway Inputs

TypeScript Support

Miscellaneous Updates/Maintenance

v0.8.1

10 Oct 15:47
394be89
Compare
Choose a tag to compare

Bug Fixes