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

0.2.6

Pre-release
Pre-release

Choose a tag to compare

@peterhuene peterhuene released this 21 Nov 23:00
· 663 commits to master since this release
ab08994

This a pre-release version of Azure Functions for Rust.

Important changes:

  • Dependency updates
  • Implement --sync option for the worker's init command.
  • Refactor Azure Functions for Rust project layout for cargo func new-app.
  • Implement cargo func build command.

Known issues:

  • cargo func build panics because it is incorrectly determining the default image tag name to use. Workaround is to pass the -t <NAME> option explicitly.

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 patch level will be used for implementing new features. When a minor version changes, it will indicate that enough work went in to signal getting closer to a 1.0.0 release.

Once 1.0.0 is hit, semantic versioning will be respected.