v6.0.2
Fixed
- Reduced Telethon disconnect warnings (#50) - Added graceful disconnect handling to reduce "Task was destroyed but it is pending" asyncio warnings during shutdown or reconnection. These warnings are caused by a known Telethon issue and don't affect functionality.
Technical
- Added small delay after
client.disconnect()to allow internal task cleanup - Wrapped disconnect in try/except to handle cleanup errors gracefully
📋 Full changelog: docs/CHANGELOG.md