Skip to content

Releases: echidna-lb/echidna-lb

v0.1.1

27 Oct 17:03
5ca11c6

Choose a tag to compare

What's Changed

  • chore: adds defaults and updates readme, adds logo by @neelanjan00 in #10

Full Changelog: v0.1.0...v0.1.1

v0.1.0

22 Oct 15:38
ed63a25

Choose a tag to compare

EchidnaLB v0.1.0

  • HTTP1.1 & HTTP2

    • Supports both HTTP/1.1 and HTTP/2 protocols, ensuring compatibility and performance for modern web applications.
  • IPv4 & IPv6 Listeners

    • Supports both IPv4 & IPv6 listeners for greater network flexibility.
  • Multiple Load Balancing Algorithms:

    • Round Robin
    • Weighted Round Robin
    • IP Hashing
    • Least Connections
    • Least Latency
  • Health Checks:

    • Optional configurable health checks to monitor backend server status.
  • TLS Termination:

    • Optional support for HTTPS with configurable SSL certificates.