Changelog
Cloud Changelog
Latest updates of Atoma Cloud
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
Atoma Cloud v0.1.2 - Database Optimization đ§
Core Improvements
đ ïž Database Changes
- Simplified database schema by removing foreign key constraints for improved performance and flexibility
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