Skip to content

Fedify 2.1.9

Choose a tag to compare

@github-actions github-actions released this 22 Apr 12:13
· 692 commits to main since this release
2.1.9
7245a47

Released on April 22, 2026.

@fedify/mysql

  • Fixed a TypeScript type mismatch in MysqlKvStore and MysqlMessageQueue that could reject valid mysql2 pools when an application resolved mysql2 through 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-error workarounds.