Skip to content

Releases: JamesRandall/FunctionMonkey

v4.0.56-beta.4

Choose a tag to compare

@JamesRandall JamesRandall released this 20 Feb 20:25
  • Added support for SignalR negotiation directly from claims in an access token (no command required)

v4.0.52-beta.4

Choose a tag to compare

@JamesRandall JamesRandall released this 16 Feb 16:55
  • Fixes for SignalR negotiation per issue #124

v4.0.50-beta.4

Choose a tag to compare

@JamesRandall JamesRandall released this 16 Feb 14:43
  • 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

Choose a tag to compare

@JamesRandall JamesRandall released this 14 Feb 20:54

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

Choose a tag to compare

@JamesRandall JamesRandall released this 11 Feb 20:11
  • Fix for an issue when publishing a Function App to Azure

v4.0.44-beta.4

Choose a tag to compare

@JamesRandall JamesRandall released this 09 Feb 14:40
  • Bug fixes

v4.0.40-beta.4

Choose a tag to compare

@JamesRandall JamesRandall released this 09 Feb 07:31
  • Fixes for the F# interface

v4.0.39-beta.4

Choose a tag to compare

@JamesRandall JamesRandall released this 07 Feb 09:49

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

v4.0.38-beta.4

Choose a tag to compare

@JamesRandall JamesRandall released this 11 Jan 10:46
  • 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

Choose a tag to compare

@JamesRandall JamesRandall released this 22 Dec 12:08
  • 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