Releases: Revive101/Aurorium
Releases · Revive101/Aurorium
2.1.2
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!
2.0.1
What's Changed
- fix: revision not added to list when fetched
- fix: applied clippy fixes
- build: update dependencies
- fix: failsafe when converting data to bytes
Full Changelog: v2.0.0...v2.0.1