Skip to content

Releases: JamesRandall/FunctionMonkey

Fixes

27 Jan 12:31

Choose a tag to compare

  • Form file upload issues resolved
  • Resolved issue with response handlers when commands don't have a result type
  • Corrected namespace of the IHttpResponseHandler interface

Template Fixes

04 Dec 21:13

Choose a tag to compare

  • Fixes for templates and validation exceptions

CreateResponse fix

02 Dec 08:49

Choose a tag to compare

  • Fix for issue that complains about a missing ISerializer argument on compilation

Publishing Fix

01 Dec 21:52

Choose a tag to compare

Resolves an issue with how the PublishDir was used

Unix Target Fix

01 Dec 14:22

Choose a tag to compare

Resolved an issue with paths on *nix targets

Additional Function Options

30 Nov 19:28

Choose a tag to compare

  • Support for custom serializers
  • Support for JSON naming strategies
  • Token validators can be specified at the function level to support multi-model authentication in one app
  • Claims principal authorizations can be specified at the function level
  • IFormCollection's can be passed through commands

Fixes for *nix and .NET Core 2.1

26 Nov 16:52

Choose a tag to compare

  • A path was being built using string concatentation rather than Path.Combine leading to issues with paths on *nix machines
  • .NET Core 2.1 targetted Function Apps now work as expected (issue #13)

Cosmos Error Handling

07 Oct 09:17

Choose a tag to compare

(Thanks to @ThomasWeiss and @ealsur for their help)

Cosmos Db Support

06 Oct 17:12

Choose a tag to compare

Context in HTTP triggers available in token validator

04 Oct 08:16

Choose a tag to compare

As per title the HTTP context information is now set at the start of the function invocation and available to the token validator.