Changelog

Release Version: v0.14.6-rc7-pb5 | Release Date: May 19, 2025

What's Changed

Features

Fixes

New Env

ZO_STREAMING_ENABLED # default false
ZO_STREAMING_RESPONSE_CHUNK_SIZE_MB # default 1 mb
ZO_FILE_DOWNLOAD_ENABLE_PRIORITY_QUEUE # default true
ZO_FILE_DOWNLOAD_PRIORITY_QUEUE_THREAD_NUM # default 0
ZO_FILE_DOWNLOAD_PRIORITY_QUEUE_WINDOW_SECS # default 3600

New Metrics

zo_query_disk_cache_hit_count
zo_query_disk_cache_miss_count
zo_file_downloader_normal_queue_size
zo_file_downloader_priority_queue_size

HTTP Streaming output

With this feature we will use SSE to streaming output in one connection for each search request. We need to enable it by env first:

ZO_STREAMING_ENABLED=true

Then we can control it in the org setting page.