mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-16 04:58:01 +00:00
Major version upgrade to 2.0
- Update IVATAR_VERSION from 1.8.0 to 2.0 in config.py - Update version in setup.cfg from 1.7.0 to 2.0 - Enhanced /deployment/version/ endpoint to include application_version - Added /version/ alias endpoint for backward compatibility - Updated OpenTelemetry documentation and configuration This major version bump reflects the significant improvements made: - Comprehensive OpenTelemetry instrumentation - 270x performance improvements in avatar generation - Enhanced security fixes and UI improvements - Extensive test coverage and CI/CD enhancements - Modern Django compatibility and code quality improvements
This commit is contained in:
@@ -67,7 +67,7 @@ SOCIAL_AUTH_FEDORA_KEY = None # Also known as client_id
|
||||
SOCIAL_AUTH_FEDORA_SECRET = None # Also known as client_secret
|
||||
|
||||
SITE_NAME = os.environ.get("SITE_NAME", "libravatar")
|
||||
IVATAR_VERSION = "1.8.0"
|
||||
IVATAR_VERSION = "2.0"
|
||||
|
||||
SCHEMAROOT = "https://www.libravatar.org/schemas/export/0.2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user