Releases: aranya-project/aranya
Releases · aranya-project/aranya
v0.4.0
Aranya v0.4.0 Release Notes
- Fast Channels: ensure sequence numbers are monotonic while using TCP (5dd5567)
- Documentation and CI updates
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Aranya v0.3.0 Release Notes
- Fix sending fast channel messages from peer to channel author
- Improve error messages, especially for syncing
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Aranya v0.2.0 Release Notes
- Aranya Fast Channels - 🏃♂️➡️ A secure way to send end-to-end encrypted messages between two Aranya peers on a network. Decentralized key-management is handled by the Aranya graph.
- C API - 🍬 Set of wrapper APIs written in C that enables an application to set up an Aranya team, exchange keys, and create Aranya Fast Channels. This includes Doxygen documentation that will generate a website for users to access API docs. The C API is made available through a shared library. This library will interact with the Aranya daemon behind the scenes to perform the necessary operations using the existing Rust APIs.
- C Example Application - 📲 An example C application that demonstrates how developers can integrate their C code with the shared Aranya library. Documentation - 📜 Improved crate READMEs, Rust docs, overview, walkthrough, and licenses.
- README Badges - 👮 GitHub badges showing crates.io version, documentation status, and license information.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/aranya-project/aranya/commits/v0.1.0