This repository has been archived by the owner on Jun 2, 2020. 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.json
file for new Azure Functions for Rust projects. Thehost.json
file is now copied into the script root when the application is run withcargo func run
. #283. - Breaking change: Implemented a
finish
method for theMessageBuilder
andResponseBuilder
types. Additionally, abuild
method was implemented forSendGridMessage
for 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.