Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@peterhuene peterhuene released this 11 Jun 05:11

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. The host.json file is now copied into the script root when the application is run with cargo func run. #283.
  • Breaking change: Implemented a finish method for the MessageBuilder and ResponseBuilder types. Additionally, a build method was implemented for SendGridMessage for parity with HttpResponse. #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.