• v1.2.0 78a1348211

    v1.2.0 Stable

    kerem released this 2025-02-02 18:40:20 +03:00 | 30 commits to main since this release

    📅 Originally published on GitHub: Sun, 02 Feb 2025 15:42:06 GMT
    🏷️ Git tag created: Sun, 02 Feb 2025 15:40:20 GMT

    Rota v1.2.0 Release Notes

    Features

    • Implemented rate limiting using token bucket algorithm for better request control
    • Added new proxy rotation methods:
      • least_conn: Intelligently distributes load based on connection count
      • time_based: Rotates proxies at specified time intervals
    • Introduced /history endpoint to track and analyze proxy usages
    • Added version flag (--version) for easy version checking
    • Code refactoring and optimization including enhanced flag management, improved error handling and optimized proxy handling for increased performance and maintainability

    You can install Rota using Go:

    go install -v github.com/alpkeskin/rota/cmd/rota@latest
    

    Or pull the Docker image:

    docker pull ghcr.io/alpkeskin/rota:latest
    

    Documentation

    For detailed documentation and configuration options, please visit our GitHub repository.

    Acknowledgements

    Thank you to all contributors and early adopters who helped make this release possible. Your feedback and support have been invaluable in reaching this milestone.

    Downloads