dify/api/tests/unit_tests/extensions
Harry 3165f3adbe feat(app_assets): enhance asset management with CachedPresignStorage
- Introduced CachedPresignStorage to cache presigned download URLs, reducing repeated API calls.
- Updated AppAssetService to utilize CachedPresignStorage for improved performance in asset download URL generation.
- Refactored asset builders and packagers to support the new storage mechanism.
- Removed unused AppAssetsAttrsInitializer to streamline initialization processes.
- Added unit tests for CachedPresignStorage to ensure functionality and reliability.
2026-01-23 16:10:28 +08:00
..
logstore fix(logstore): prevent SQL injection, fix serialization issues, and optimize initialization (#30697) 2026-01-14 10:21:26 +08:00
otel add service layer OTel Span (#28582) 2025-12-05 21:58:32 +08:00
storage feat(app_assets): enhance asset management with CachedPresignStorage 2026-01-23 16:10:28 +08:00
test_celery_ssl.py fix: Incorrect REDIS ssl variable used for Celery causing Celery unable to start (#29605) 2025-12-31 10:26:28 +08:00
test_ext_request_logging.py feat: add x-trace-id to http responses and logs (#29015) 2025-12-02 17:22:34 +08:00
test_redis.py feat: add redis fallback mechanism #21043 (#21044) 2025-07-10 10:19:58 +08:00