dify/api/tests/unit_tests/extensions
Harry 49befa6d3f feat: enhance download URL generation with optional filename parameter
Added support for an optional `download_filename` parameter in the `get_download_url` and `get_download_urls` methods across various storage classes. This allows users to specify a custom filename for downloads, improving user experience by enabling better file naming during downloads. Updated related methods and tests to accommodate this new functionality.
2026-02-03 14:40:14 +08:00
..
logstore fix(logstore): prevent SQL injection, fix serialization issues, and optimize initialization (#30697) 2026-01-14 10:21:26 +08:00
otel fix(tests): remove unnecessary noqa directive from test function 2026-01-26 01:12:07 +08:00
storage feat: enhance download URL generation with optional filename parameter 2026-02-03 14:40:14 +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