This repository was archived by the owner on Apr 15, 2026. It is now read-only.
0.9.0
Pre-release
Pre-release
This a pre-release version of Azure Functions for Rust.
Important changes:
- Switched from grpc-rs to Tower gRPC. This removes the requirement for having CMake and a C++ compiler installed to build a Azure Functions for Rust project! 🎉 🎉 🎉 . #299.
- Implemented creating a
host.jsonfile for new Azure Functions for Rust projects. Thehost.jsonfile is now copied into the script root when the application is run withcargo func run. #283. - Breaking change: Implemented a
finishmethod for theMessageBuilderandResponseBuildertypes. Additionally, abuildmethod was implemented forSendGridMessagefor parity withHttpResponse. #300. Thanks @t-eckert! - 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 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.