Skip to content

Releases: aranya-project/aranya

v0.4.0

09 Jan 20:51
907c119
Compare
Choose a tag to compare

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

05 Dec 17:42
Compare
Choose a tag to compare

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

12 Nov 18:01
Compare
Choose a tag to compare

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

16 Oct 22:12
Compare
Choose a tag to compare