• feat: add unit tests for routing strategies and implement dynamic selector updates
    Some checks failed
    docker-image / docker (push) Has been cancelled
    goreleaser / goreleaser (push) Has been cancelled

    airkjw released this 2025-12-22 14:52:23 +00:00 | 999 commits to main since this release

    Added comprehensive tests for FillFirstSelector and RoundRobinSelector to ensure proper behavior, including deterministic, cyclical, and concurrent scenarios. Introduced dynamic routing strategy updates in service.go, normalizing strategies and seamlessly switching between fill-first and round-robin. Updated Manager to support selector changes via the new SetSelector method.

    Downloads