Releases: pagopa/io-std
Releases · pagopa/io-std
@pagopa/handler-kit-azure-func@2.0.7
Patch Changes
- d7663e5: Fixed 204 NoContent response
@pagopa/handler-kit-azure-func@2.0.5
Patch Changes
- 5a252aa: Fixed body response type
@pagopa/handler-kit-azure-func@2.0.4
Patch Changes
- c0cac48: await for handler result in order to throws on error
@pagopa/handler-kit-azure-func@2.0.3
Patch Changes
- 70744d6: Now HttpRequest from @azure/functions@4 is parsed correctly
@pagopa/handler-kit-azure-func@2.0.2
Patch Changes
- dd02a78: azure/functions is now a dependency
@pagopa/handler-kit-azure-func@1.2.1
Patch Changes
- b797cc9: fix(azureFunction): await for handler result in order to throws on error
@pagopa/handler-kit-azure-func@2.0.1
Patch Changes
- 9aaf7af: Updated getLogger function
@pagopa/handler-kit-azure-func@2.0.0
Major Changes
- b229e4e: handler-kit-azure-func updated to work with the new @azure/functions programming model
@pagopa/handler-kit@1.1.0
Minor Changes
- 218c2b4: add parseMultipart utility to parse multipart/form-data request bodies
@pagopa/handler-kit-express@2.0.0
Major Changes
- 4d780d5: Add handler-kit adapter for express