Skip to content

Releases: SIMULATAN/ErrorServer

v3.0.0 - switch to the hyper framework

04 Jan 20:42
d5e65e6
Compare
Choose a tag to compare

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

02 Jan 13:13
7194252
Compare
Choose a tag to compare

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!

01 Jan 16:43
8956d11
Compare
Choose a tag to compare

Note

This is the first ever release with CI and Docker Support.

What's Changed

New Contributors

Full Changelog: https://github.com/SIMULATAN/ErrorServer/commits/v1.1.0