Skip to content

2.1.0-beta4

Pre-release
Pre-release
Compare
Choose a tag to compare
@fabiocav fabiocav released this 21 Sep 01:54
· 119 commits to v2.x since this release

Included in this release:

  • Dot expression support in binding templates
  • Support for FunctioName attribute
    • You can control the name of the job function by using this attribute on your methods
  • Support for binding return values
  • Invocation filters
    • Allows custom logic to be executed in the WebJobs invocation pipeline. You can find more information here
  • Configurable Event Hubs checkpointing
  • Miscellaneous fixes and enhancements