Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

61 lines (47 loc) · 1.46 KB

Changelog

All notable changes to GPU Sentinel Pro will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Initial project structure
  • Basic GPU metrics monitoring
  • Real-time dashboard with React frontend
  • FastAPI backend service
  • Supabase integration for data storage
  • Temperature and performance monitoring
  • Dark/light mode support
  • Multi-GPU support
  • Basic alerting system

Changed

  • None

Deprecated

  • None

Removed

  • None

Fixed

  • None

Security

  • Basic CORS configuration
  • Input validation
  • SQL injection protection

1.0.0 - 2024-02-20

Added

  • Initial release
  • Core monitoring functionality
  • Basic dashboard
  • Real-time updates
  • Database integration

Types of Changes

  • Added for new features
  • Changed for changes in existing functionality
  • Deprecated for soon-to-be removed features
  • Removed for now removed features
  • Fixed for any bug fixes
  • Security in case of vulnerabilities

Versioning

  • Major version (X.0.0) - Incompatible API changes
  • Minor version (0.X.0) - Added functionality in a backward compatible manner
  • Patch version (0.0.X) - Backward compatible bug fixes