Skip to content

v2.4.1

Compare
Choose a tag to compare
@bfaulk96 bfaulk96 released this 17 Mar 19:58
· 38 commits to master since this release

v2.4.0...v2.4.1 (2022-03-17)

Features

  • a description can now be added to path params. (#62) (5b552f4)
    http:
      path: /hello/{name}/{simpleParam}
      method: get
      parameters:
        name:
          description: the name to say hello to
          required: true
        simpleParam: true

Bug Fixes

  • backwards compatibility and path parameters (#62) (5b552f4)
    • v2.4.0 implemented Serverless v3 logging without regard to those using Serverless v2 still. Added support for v2 again.
    • v2.3.0 broke path parameters. This has been addressed.