We just released Onionbalance 0.2.3, a load balancer for Onion Services.
ChangeLog
- Maintenance:
- Fix used-before-assignment (tpo/onion-services/onionbalance!4).
- Fix import on functional tests (tpo/onion-services/onionbalance!5).
- Drop dependency on future (thanks to Lumir Balhar) (tpo/onion-services/onionbalance!6).
- The v2 codebase was finally removed (thanks to Federico Ceratto)
(tpo/onion-services/onionbalance#8). - Fix coding style issues found by flake8 (tpo/onion-services/onionbalance!9).
- Workflow:
- CI was fixed and updated, and now uses GitLab CI.
- Added Git tags to all previous releases.
- Repository:
- The Onionbalance repository was moved to
gitlab.torproject.org/tpo/onion-services/onionbalance. - The old repository at github.com/torproject/onionbalance is
configured as a mirror.
- The Onionbalance repository was moved to
- Documentation:
- Onionbalance documentation was migrated to Onion MkDocs, then updated and
included in the Onion Services Ecosystem
(tpo/onion-services/onionbalance#28). - New canonical documentation URL is
onionservices.torproject.org/apps/base/onionbalance.
The old documentation URLs are kept as redirects
(https://onionbalance-v3.readthedocs.io and
https://onionbalance.readthedocs.io). - Updated this ChangeLog to include dates for all releases.
- Onionbalance documentation was migrated to Onion MkDocs, then updated and