Skip to content

v1.1.0

Compare
Choose a tag to compare
@germanoeich germanoeich released this 14 Feb 15:29
· 52 commits to main since this release

The HA release

The proxy is now able to scale horizontally, withstanding node failures and allowing for more IPs to be used to soak up ratelimits.

This release has no breaking changes.

Changes

  • Added clustering abilities to the proxy, allowing for horizontal scaling and high availability
  • Added stand-alone mode for single-node deployments
  • Implemented graceful shutdowns
  • Added the following env vars: CLUSTER_PORT, CLUSTER_MEMBERS, CLUSTER_DNS
  • Improved logging around errors, now they include the function name which triggered the error