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

0.6.0

Pre-release
Pre-release

Choose a tag to compare

@peterhuene peterhuene released this 19 Mar 22:24
· 450 commits to master since this release
7a77685

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

Important changes:

  • Updated dependencies.
  • Added support for moving trigger and input bindings in addition to borrowing.
  • Implemented Cosmos DB bindings.
  • Implemented SignalR bindings.
  • Implemented passing and returning Vec<T> for various bindings.
  • Implemented logging backtraces for Azure Functions that panic with RUST_BACKTRACE=1.
  • Replaced mpsc usage with crossbeam_channel.

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.