Skip to content

Releases: JamesRandall/FunctionMonkey

v4.0.56-beta.4

20 Feb 20:25
Compare
Choose a tag to compare
  • Added support for SignalR negotiation directly from claims in an access token (no command required)

v4.0.52-beta.4

16 Feb 16:55
Compare
Choose a tag to compare
  • Fixes for SignalR negotiation per issue #124

v4.0.50-beta.4

16 Feb 14:43
Compare
Choose a tag to compare
  • Added support to mark all functions as having no command handlers with a one line configuration
  • Added support for command transformers that take a command as input and return the same type of command. Simple alternative to custom dispatchers and useful where there are no handlers.
  • Fixed a bug where HTTP response handlers weren't called when an output trigger was in use

v4.0.47-beta.4

14 Feb 20:54
Compare
Choose a tag to compare

Added support to run a function to convert / process the result of a command before it is sent to an output binding. Principally this has been added to allow things like SignalR output bindings to be used without the domain knowing about the protocol specific model types.

v4.0.45-beta.4

11 Feb 20:11
Compare
Choose a tag to compare
  • Fix for an issue when publishing a Function App to Azure

v4.0.44-beta.4

09 Feb 14:40
Compare
Choose a tag to compare
  • Bug fixes

v4.0.40-beta.4

09 Feb 07:31
Compare
Choose a tag to compare
  • Fixes for the F# interface

v4.0.39-beta.4

07 Feb 09:49
Compare
Choose a tag to compare

A candidate fix for the "sometimes can't find 11 sometimes can't find 12" Newtonsoft Json issue.

v4.0.38-beta.4

11 Jan 10:46
Compare
Choose a tag to compare
  • ASP.Net Core support passes all acceptance tests
  • Support for different mediators / commanding frameworks and a specific package for MediatR

v4.0.26-beta.2

22 Dec 12:08
Compare
Choose a tag to compare
  • Event Hub trigger support
  • Event Hub output binding support
  • Cancellation tokens now run from functions into dispatcher and handlers
  • Fix for claims binding issue introduced in beta 1
  • Compiler restructured to support multiple output targets