Skip to content

Akavelink v0.1.0 - Initial Release πŸš€

Latest

Choose a tag to compare

@Abhay-2811 Abhay-2811 released this 24 Mar 11:19
· 2 commits to main since this release

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