• v2.0.1 a36537b3ab

    v2.0.1 Stable

    kerem released this 2025-11-12 22:30:42 +03:00 | 20 commits to main since this release

    📅 Originally published on GitHub: Wed, 12 Nov 2025 19:38:22 GMT
    🏷️ Git tag created: Wed, 12 Nov 2025 19:30:42 GMT

    • Merge pull request #18 from alpkeskin/#17 (a36537b)
    • fix: dashboard docker image build fixed (52a9be7)

    What's Changed

    Full Changelog: https://github.com/alpkeskin/rota/compare/v2.0.0...v2.0.1

    Downloads
  • v2.0.0 c488a52911

    v2.0.0 Stable

    kerem released this 2025-10-26 23:16:10 +03:00 | 22 commits to main since this release

    📅 Originally published on GitHub: Sun, 26 Oct 2025 20:25:48 GMT
    🏷️ Git tag created: Sun, 26 Oct 2025 20:16:10 GMT

    Rota v2.0.0 Release

    Installation

    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
  • v1.2.2 de599749cf

    v1.2.2 Stable

    kerem released this 2025-04-07 16:06:05 +03:00 | 25 commits to main since this release

    📅 Originally published on GitHub: Mon, 07 Apr 2025 13:07:55 GMT
    🏷️ Git tag created: Mon, 07 Apr 2025 13:06:05 GMT

    Rota v1.2.2 Release Notes

    Bug fixes

    • Made automatic redirect following optional via configuration file.
    • Added support for binding the proxy server to a specific host, configurable through the config file.

    Installation

    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
  • v1.2.1 fa354cde13

    v1.2.1 Stable

    kerem released this 2025-02-04 20:22:10 +03:00 | 28 commits to main since this release

    📅 Originally published on GitHub: Tue, 04 Feb 2025 17:23:50 GMT
    🏷️ Git tag created: Tue, 04 Feb 2025 17:22:10 GMT

    Rota v1.2.1 Release Notes

    Bug fixes

    • Fixed an issue where authentication-required proxies could not be added.
    • Improved proxy rotation and TLS configurations for better stability and performance.

    Installation

    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
  • 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