Hello Django community, I'm happy to share an update on Django Orbit, the "*Satellite Observability*" tool for Django that I announced here recently. *What's New in v0.6.0 & v0.6.1:* 🔄 *Transaction Watcher* - Track database transactions • Intercepts `transaction.atomic()` blocks • Records commit/rollback status with duration • Captures exceptions that trigger rollbacks 📁 *Storage Watcher *- Monitor file operations • Tracks save, open, delete, exists operations • Works with FileSystemStorage and S3Boto3Storage • Records file path, size, and backend info *(Many thanks to Steven Mapes for the feedback 🚀)* 🐛 *Bug Fixes (v0.6.1)* • Fixed missing database migration for new entry types • Fixed command watcher breaking interactive commands like `collectstatic` *(Thanks to **earthspike <https://github.com/earthspike> for the report)* *Full Feature List:* Django Orbit now monitors 16 types of events: ✅ HTTP Requests & Responses ✅ SQL Queries (with N+1 detection) ✅ Exceptions & Logs ✅ Background Jobs (Celery, Django-Q, RQ, APScheduler) ✅ Cache Operations ✅ Model Events (create/update/delete) ✅ HTTP Client Requests ✅ Email Sending ✅ Django Signals ✅ Redis Commands ✅ Permission Checks (Gates) ✅ Database Transactions (NEW) ✅ File Storage Operations (NEW) *Install / Update * *pip install --upgrade django-orbit python manage.py migrate orbit* 📚 Documentation: https://astro-stack.github.io/django-orbit 🔗 GitHub: https://github.com/astro-stack/django-orbit 📦 PyPI: https://pypi.org/project/django-orbit/ I would love to hear your feedback! If you find Django Orbit useful, please consider giving us a ⭐ on GitHub. Best regards, Hernan Chamorro
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/django-users/145f7c7e-0679-49c6-9cc8-6b269f7701aan%40googlegroups.com.

