Releases: JamesRandall/FunctionMonkey
Releases · JamesRandall/FunctionMonkey
v4.0.56-beta.4
- Added support for SignalR negotiation directly from claims in an access token (no command required)
v4.0.52-beta.4
- Fixes for SignalR negotiation per issue #124
v4.0.50-beta.4
- 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
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
- Fix for an issue when publishing a Function App to Azure
v4.0.44-beta.4
- Bug fixes
v4.0.40-beta.4
- Fixes for the F# interface
v4.0.39-beta.4
A candidate fix for the "sometimes can't find 11 sometimes can't find 12" Newtonsoft Json issue.
v4.0.38-beta.4
- 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
- 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