Releases: JamesRandall/FunctionMonkey
Releases · JamesRandall/FunctionMonkey
HTTP Header Binding and Customizable HTTP Responses
Header Access and Updated Assembly Reference Strategy
- Headers, and the request URL, are now accessible through a HTTP context on IContextProvider
- Compilation of the target assembly is now more robust with NET Standard library references being correctly used when Core versions exist in the target folder
NOTE: Work on header command binding is underway and should land in v0.15.0.
Azure Functions Breaking Change Compatibility Update
- Compatibility with the breaking changes in Azure Functions 2.0.12050-alpha. No code change is required but if you are using Storage triggers you will need to add the package Microsoft.Azure.WebJobs.Extensions.Storage and ensure your other trigger type extensions are in line with the announcement: Azure/app-service-announcements#129
- Resolved log messages to correctly reflect trigger type
Claims based authorization
Added simple claims based authorization. Documentation can be found at: https://functionmonkey.azurefromthetrenches.com/guides/http/authorization.html#claims-authorization
Various improvements
- Added support for using IoC containers other than Microsofts
https://functionmonkey.azurefromthetrenches.com/guides/crosscutting/iocContainers.html - Made the WebJobs.ExecutionContext information available through the IContextProvider interface
- Improved error reporting around assembly load issues