Skip to content

Releases: distantmagic/paddler

v1.2.0

07 Dec 13:18
Compare
Choose a tag to compare

Features

  • Add TUI dashboard (paddler dashboard --management-addr [HOST]:[PORT]) to be able to easily observe balancer instances from the terminal level (thank you @Propfend for the contribution!)

v1.1.0

23 Nov 12:37
Compare
Choose a tag to compare
  • More meaningful error messages when the agent can't connect to the llama.cpp slot endpoint, or when slot endpoint is not enabled in llama.cpp
  • Set default logging level to info for agents and balancer to increase the amount of information in the logs (it wasn't clean if the agent was running or not)
  • Enable LTO optimization for the release builds (see #28) (thank you @zamazan4ik)

v1.0.0

20 Nov 20:52
Compare
Choose a tag to compare

Paddler is now rewritten in Rust and uses the Pingora framework for the networking stack. A few minor API changes and reporting improvements are introduced (documented in the README).

This is a stability/quality release that solves some memory related issues, and makes the balancer more resilient to agents randomly going up/down.

v1.0.0-rc1

20 Nov 20:46
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release
chore(gh-actions): consistent asset names

v0.10.0

14 Nov 16:45
Compare
Choose a tag to compare
chore: update README

v0.9.0

19 Oct 10:25
Compare
Choose a tag to compare

Features

  • Add --local-llamacpp-api-key flag to balancer to support llama.cpp API keys (see: #23)

v0.8.0

17 Sep 08:40
Compare
Choose a tag to compare

Features

  • Add --rewrite-host-header flag to balancer to rewrite the Host header in forwarded requests (see: #20)

v0.8.0-rc1

13 Sep 18:50
Compare
Choose a tag to compare
v0.8.0-rc1 Pre-release
Pre-release

Features

  • Add --rewrite-host-header flag to balancer to rewrite the Host header in forwarded requests (see: #20)

v0.7.1

13 Sep 18:19
Compare
Choose a tag to compare
chore: tidy mods

v0.7.1-rc1

13 Sep 18:16
Compare
Choose a tag to compare
v0.7.1-rc1 Pre-release
Pre-release
chore: tidy mods