- Merge
api::serve()andServer::init*APIs by pulling outAppStateconstruction and allowing injection of custom axum routers. This facilitates greater re-use between thetrailbinary and custom binaries. This is a breaking API change for users with custom binaries.- Historically, we haven't always pushed a major version but since numbers are cheap and we don't currently publish a separately versioned library crate, this is probably most explicit.
- Update auth documentation to talk about usernames and anonymous auth.
- Fix: scrollbars on admin dash's account page. Thanks @zyrakq 🙏.
- Update dependencies.
Full Changelog: v0.29.0...v0.30.0