This repository was archived by the owner on Apr 15, 2026. It is now read-only.
0.11.0
Pre-release
Pre-release
This a pre-release version of Azure Functions for Rust.
Important changes:
- π Durable Functions 1.0 support! π This is a major feature that has been in the works for the past few months that required stable async/await to complete. See the Durable Functions for Rust examples and the DurableOrchestrationContext documentation. #334
- Breaking change: The
export!macro was changed so that multiple Azure Functions can reside in the same module. #354 asyncfunction support is no longer behind theunstablefeature flag π.- The
cargo func newsubcommands now accept the name of the function as a position argument #403. - Updated dependencies.
The project is still very much a work-in-progress and none of the API will be stable until a 1.0.0 release is declared.
For now, the minor level will be used for implementing major new features.
Once 1.0.0 is hit, semantic versioning will be respected.