Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 858 Bytes

File metadata and controls

43 lines (32 loc) · 858 Bytes

Changelog

All notable changes to this project will be documented in this file.

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

[Unreleased]

Added

  • Initial repository setup
  • Core load balancer architecture
  • Five load balancing strategies:
    • Round Robin
    • Least Connection
    • Shortest Job Next
    • First Come First Serve
    • Weighted Round Robin
  • Health check system for node monitoring
  • Metrics collection and reporting
  • RESTful API for file operations
  • Docker and Docker Compose configuration
  • Prometheus and Grafana integration

Changed

  • N/A

Deprecated

  • N/A

Removed

  • N/A

Fixed

  • N/A

Security

  • N/A

[1.0.0] - 2025-02-27

Added

  • Initial release of DistributedStorage