Skip to content

v12.65.6

Choose a tag to compare

@riderx riderx released this 16 Dec 16:10
· 2998 commits to main since this release
Immutable release. Only release title and notes can be modified.

🆕 Changelog

Removed

  • Removed legacy V2 (D1 database) handling from update, stats, and channel_self plugins
  • Removed V2-specific database client initialization and branching logic
  • Removed D1 database function imports (getAppOwnerPostgresV2, getAppVersionPostgresV2, getDrizzleClientD1Session, etc.)
  • Removed getIsV2Updater, getIsV2Stats, and getIsV2Channel utility functions from Hono utils
  • Removed returnV2orV1 helper function for dual database path execution

Changed

  • Simplified all plugin endpoints to use only PostgreSQL database connections
  • Consolidated database query paths to single implementation across update, stats, and channel operations

🔗 Full Changelog: v12.65.5...v12.65.6