Fedify 2.1.9
Released on April 22, 2026.
@fedify/mysql
- Fixed a TypeScript type mismatch in
MysqlKvStoreandMysqlMessageQueuethat could reject validmysql2pools when an application resolvedmysql2through multiple type sources or different package versions. The constructors now accept the structural pool shape they actually use, so mixed Deno/npm setups and monorepos no longer need casts or@ts-expect-errorworkarounds.