Releases: JamesRandall/FunctionMonkey
Releases · JamesRandall/FunctionMonkey
Fixes
- 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
- Fixes for templates and validation exceptions
CreateResponse fix
- Fix for issue that complains about a missing ISerializer argument on compilation
Publishing Fix
Resolves an issue with how the PublishDir was used
Unix Target Fix
Resolved an issue with paths on *nix targets
Additional Function Options
- 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
- 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
-
Added support for Cosmos error handling in batch situations
https://functionmonkey.azurefromthetrenches.com/guides/cosmos/errorHandling.html -
Improved camel case support
(Thanks to @ThomasWeiss and @ealsur for their help)
Cosmos Db Support
- Added Cosmos Db Change Feed Support
https://functionmonkey.azurefromthetrenches.com/guides/cosmos/changeFeed.html
Context in HTTP triggers available in token validator
As per title the HTTP context information is now set at the start of the function invocation and available to the token validator.