Skip to content

Releases: Revive101/Aurorium

2.1.2

27 Mar 20:03
Compare
Choose a tag to compare

Release v2.1.2

Fixes

  • Data will now be written in chunks instead of being stored in ram when writing to a file

2.1.1

26 Mar 17:25
623f795
Compare
Choose a tag to compare

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

10 Dec 12:07
79df446
Compare
Choose a tag to compare

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

2.0.0

07 Dec 23:58
7fcbfac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v2.0.0

1.1.0

14 Oct 21:06
5858b0f
Compare
Choose a tag to compare

New

  • Added RateLimiter which is enabled by default (can be disabled using -disable_ratelimit )
  • Fixed some spelling mistakes 👉👈