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

0.4.0

Pre-release
Pre-release

Choose a tag to compare

@peterhuene peterhuene released this 11 Feb 22:43
· 543 commits to master since this release
13de7e5

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

Important changes:

  • Update project dependencies to latest.
  • Move the entire project to stable Rust 2018 (thanks to @rylev!) 🎉
  • Remove OpenSSL as a dependency.
  • Remove the cargo func build command; use cargo build to build instead.
  • Azure Functions Core Tools is now used to run the application locally with cargo func run instead of Docker.
  • Implement a cargo func new command to create new functions.
  • Fix various issues on Windows.

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.