Releases: aranya-project/aranya
Releases · aranya-project/aranya
v0.5.1
What's Changed
- Update overview doc link by @smckeon-so in #53
- rust example app by @gknopf-aranya in #31
- rm release-plz by @gknopf-aranya in #54
- Remove walkthrough by @shannynat in #56
- contributing by @gknopf-aranya in #57
- doxygen: host C API docs on GitHub pages by @gknopf-aranya in #58
- Improve top-level README's
GettingStarted
section by @shannynat in #39 - Update Aranya-Example by @nikki-aranya in #59
- Update Example Docs by @nikki-aranya in #70
- 100/Update rust example to have toolchain as individual step by @smckeon-so in #104
- ci: use
cargo-release
for publishing by @jdygert-spok in #52 - supply chain updates by @gknopf-aranya in #105
- ci: cargo release bugfix to pull tags by @gknopf-aranya in #110
- Update core deps by @jdygert-spok in #123
- release: 0.5.0 by @gknopf-aranya in #90
- chore: release 0.5.1 by @jdygert-spok in #127
New Contributors
- @smckeon-so made their first contribution in #53
- @shannynat made their first contribution in #56
- @nikki-aranya made their first contribution in #59
Full Changelog: v0.4.0...v0.5.1
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