2.1.1
Release v2.1.1
Fixes
V_
is now included inside of the regex- Methods were wrongly named & used
- Patch server is called with wrong URL
- Applied general clippy fixes (
clippy::pedantic
)
Features
- Updated
axum
&reqwest
to the latest major release - Axum and the RevisionChecker now use separate tasks so files can be served while fetching new files
- The RateLimiter now uses the Axum middleware instead of
Arc<Mutex<...>>
which should be more efficient
Important
This release contains a special aurorium_minimal
executable which was compiled using methods to decrease the size of the binary. We cannot guarantee 100% efficiency or integrity!