Durable Functions for JavaScript 1.2.4 Release
Durable Functions for JavaScript 1.2.3 is a small bugfix release. Thanks to @cgillum and @cliffkoh for their contributions, and to everyone else who filed issues, submitted PRs, asked questions or reviewed code.
Bug Fixes
- Exception thrown when passing large input to orchestrator function (#93) - note the default ASP.NET Core restriction (10 MB) is still in place at the Functions host-level.
- CurrentUtcDateTime advancement logic gracefully handles history event exhaustion. Previously users had experienced their orchestrators intermittently crashing due to the orchestrator handling logic attempting to access the
timestamp
property of anundefined
value. This should no longer happen.