django-admin-collaborator v0.4.4 π§
π οΈ Redis Configuration Enhancements
- Redis Connection Settings βοΈ: Added configurable Redis connection parameters:
- Added
ADMIN_COLLABORATOR_REDIS_MAX_RETRIES
(default: 3) - Added
ADMIN_COLLABORATOR_REDIS_RETRY_DELAY
(default: 0.5s) - Added
ADMIN_COLLABORATOR_REDIS_SOCKET_TIMEOUT
(default: 5s) - Added
ADMIN_COLLABORATOR_REDIS_MAX_CONNECTIONS
(default: 10)
- Added
π Why This Matters
This update provides more control over Redis connection behavior, allowing users to fine-tune connection parameters based on their specific deployment needs and network conditions.
π οΈ Installation & Upgrade
pip install django-admin-collaborator==0.4.4
π Documentation
For complete documentation, please visit our documentation.
π Feedback & Contributions
We welcome your feedback and contributions! If you encounter any issues or have suggestions for improvements, please open an issue on GitHub.
Thank you for using django-admin-collaborator! π
Full Changelog: v0.4.3...v0.4.4