Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

0.11.0

Pre-release
Pre-release

Choose a tag to compare

@peterhuene peterhuene released this 12 Nov 09:44
· 16 commits to master since this release
3a0e842

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
  • async function support is no longer behind the unstable feature flag πŸŽ‰.
  • The cargo func new subcommands 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.