This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Releases: hjr3/weldr
Releases · hjr3/weldr
Version 0.2.0 release
Change log
- Changed design to use only a single thread per process. A manager process starts one worker per core. The manager uses capnp to send updates to the workers.
- Management API and health check code now run on the manager process only.
- Support for TLS connections to backend.
- Allow connecting to backend via hostname instead of only IP
- Update to hyper 0.11
Static binaries
Version 0.1.0 release
Initial release of the alacrity reverse proxy. This is not production ready, but feature complete enough for people to start playing with. Some highlights:
- The proxy uses the hyper (tokio version) for http semantics.
- Conforms to many RFC 7230 proxy requirements.
- Uses an API to add/remove servers from pool.
- Servers in pool are health checked by sending a request to
/
every 1 second.