2025-01-06
v0.1.2

Atoma Cloud v0.1.2 - Infrastructure & User Experience Updates 🔧

Core Improvements

🔧 Backend Enhancements

  • Updated tokenizers version for improved compatibility
  • Enhanced chunk string parsing in streamer
  • Improved error handling for proxy service
  • Refactored confidential compute endpoints
  • Made streaming functionality optional
  • Removed max_tokens requirement for improved flexibility
  • Added task non-deprecated constraint

💰 Economic Features

  • Added USDC balance tracking for users
  • Implemented balance and stack retrieval for users
  • Added stack timestamp functionality
  • Enhanced model capabilities configuration in proxy

đŸ› ïž Infrastructure Updates

  • Added Traefik service to Docker compose
  • Implemented local deployment Docker compose file
  • Enhanced confidential compute response handling
  • Improved logging system with debug to info transitions

New Contributors

  • @fishonamos made their first contribution

Full Changelog: https://github.com/atoma-network/atoma-proxy/compare/v0.1.1
v0.1.2

2024-12-26
v0.1.1

Atoma Cloud v0.1.2 - Database Optimization 🔧

Core Improvements

đŸ› ïž Database Changes

  • Simplified database schema by removing foreign key constraints for improved performance and flexibility
2024-12-21
v0.1.0

Atoma Cloud v0.1.0 - Initial Release 🚀

Core Features

🌐 Infrastructure & State Management

  • Initialized atoma-state system
  • Added axum server with node subscription
  • Implemented proxy deployment
  • Added daemon functionality
  • Integrated confidential compute service and state

🔐 Security & Authentication

  • Implemented auth module for JWT and API tokens
  • Added signature verification for node public address updates
  • Added proxy bearer token support
  • Enhanced response decryption for existing endpoints

đŸ’» API & Documentation

  • Added OpenAI-compatible API documentation with utoipa
  • Implemented dashboard endpoints
  • Added embeddings and image generation endpoints
  • Enhanced API compatibility with OpenAI standards
  • Implemented Server-Sent Events (SSE)

💰 Economic Features

  • Implemented stack acquisition for chat completions
  • Added stack filtering by Sui address
  • Implemented best price stack allocation
  • Transitioned from TOMA token to USDC
  • Added pricing optimization for confidential compute

📊 Performance & Monitoring

  • Implemented performance tracking
  • Split performance metrics into prefill/decode
  • Added comprehensive dashboard statistics
  • Added country information to nodes

đŸ› ïž DevOps & Database

  • Implemented CI/CD pipeline
  • Added Docker support with configurable ports
  • Implemented SQLx migrations
  • Added environment variable configuration override
  • Enhanced database URL handling

🔧 Quality of Life

  • Added tokenizers and token usage estimation
  • Improved shutdown and failure handling
  • Enhanced node selection logic for confidential compute
  • Added comprehensive documentation
  • Implemented proper error handling