1 contributor made contributions to this release
507 commits since 2024-08-04
Warning
This is an unsupported 0.x release. Use with caution.
API Backend
- Added: add
utoipa
for API documentation generation - Changed: updated
rust-version
to 1.85 - Changed: use Rust 2024 Edition
- Changed: retrieving uptime is now a
GET
request with query parameters instead of aPOST
request - Changed: 404 response implementation
Buildsystem
- Changed: updated
rust-version
to 1.85- Changed: use Rust 2024 Edition
Database Infrastructure
- Added: started implementation custom type-safe SQL query generator, bindings generated from
cornucopia
are still kept for now - Changed: updated
rust-version
to 1.85 - Changed: use Rust 2024 Edition
Discord Frontend
- Changed: updated
rust-version
to 1.85 - Changed: use Rust 2024 Edition
- Changed: tweaked configuration parsing
- Fixed: construction of event flags
Localization Infrastructure
- Changed: updated
rust-version
to 1.85 - Changed: use Rust 2024 Edition
Rust Utilities
- Changed: updated
rust-version
to 1.85 - Changed: use Rust 2024 Edition