v12.65.6
·
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, andgetIsV2Channelutility functions from Hono utils - Removed
returnV2orV1helper 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