Releases: SIMULATAN/ErrorServer
Releases · SIMULATAN/ErrorServer
v3.0.0 - switch to the hyper framework
Note
This new version allows a throughput of up to 700.000 Requests per Second 🚀
What's Changed
- switch to the hyper.rs framework
- add customizable listen address and port
Full Changelog: v2.0.0...v3.0.0
v2.0.0 - a more solid codebase
If you actually used this project before you might've noticed a good few panics.
So far, I just ignored them as my rust skills weren't good enough yet to fix them properly and instead just used a docker restart policy.
This version (should) fix those issues, make the binary smaller and the server faster because the request line now isn't being parsed with regex anymore.
Full Changelog: v1.1.0...v2.0.0
Docker tags: 2
, 2.0
, 2.0.0
v1.1.0 - the first version with a working docker image!
Note
This is the first ever release with CI and Docker Support.
What's Changed
- Add CI by @SIMULATAN in #1
New Contributors
- @SIMULATAN made their first contribution in #1
Full Changelog: https://github.com/SIMULATAN/ErrorServer/commits/v1.1.0