Skip to content

Releases: JamesRandall/FunctionMonkey

HTTP Header Binding and Customizable HTTP Responses

Header Access and Updated Assembly Reference Strategy

22 Sep 07:13
Compare
Choose a tag to compare
  • 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

02 Sep 15:24
Compare
Choose a tag to compare
  • 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

16 Aug 08:28
Compare
Choose a tag to compare

Various improvements

12 Aug 13:26
Compare
Choose a tag to compare