Skip to content

Releases: akave-ai/akavelink

Akavelink v0.1.0 - Initial Release 🚀

24 Mar 11:19

Choose a tag to compare

The first release of Akavelink, a containerized API service that provides a RESTful interface for interacting with Akave's decentralized storage network.

Upgrade and compatibility

  • Akave SDK: v0.1.0

Breaking Changes

  • None

Feature/Improvements

  • 🔐 Easy Authentication

    Simple setup with environment variables for node address and private key configuration

    Secure private key handling with automatic hex prefix detection

  • 📦 Bucket Management

    Create and manage storage buckets

    List all buckets

    View individual bucket details

  • 📁 File Operations

    Upload files up to 50MB

    Download files with support for:

    Full file downloads

    Partial content (range) downloads

    Streaming support

    List files in buckets

    View file metadata

  • 🛠️ Deployment Options

    Docker container support

    Multiple deployment methods:

    Local deployment

    Ngrok tunneling

    Cloudflare Tunnel

    VPS deployment (AWS, GCP, etc.)

  • 🔍 Developer Features

    Comprehensive REST API

    CORS support

    Health check endpoint

    Detailed error responses

Bug Fixes

  • None

Performance Improvements

  • None

What's Changed

New Contributors

Full Changelog: https://github.com/akave-ai/akavelink/commits/v0.1.0