Refactor
- move tokenserver's Db to async-trait (#1799) (9d799a45)
- apply &mut self to syncstorage-mysql (38b4db40)
- switch syncstorage Db methods to &mut self (38cb38fb)
- switch tokenserver Db methods to &mut self (614e3902)
Bug Fixes
- kill unnecessary transactions (savepoints) (#1782) (9381bc68)
- Revert "fix: mysql: Call set_timestamp in lock_for_write_sync." (dfe21646)
- mysql: Replace the user_id%10 in batch_id with a global counter. (2a1268ed)
- mysql: Call set_timestamp in lock_for_write_sync. (d4511cc7)
- Fix usage of Mockito for >0.30.0. (3e37e42d)
- Fix misspelled cfg(test) in tokenserver-auth. (82dd4235)
Test
Chore
- more poetry usage (#1798) (ffade2f8)
- bump tracing-subscriber per RUSTSEC-2025-0055 (d89a05e7)
- Bump validator to 0.19.0. (c924fae7)
- Update Cargo.lock. (dc4e8015)
- Upgrade Diesel to 2.x. (b9507e36)