v1.46.1
fosrl/pangolinv1.46.1Jun 9, 2026by ManyTheFish
AI Summary
Adds an experimental feature to queue documents fetch routes, forcing them to wait in the search queue if no available thread is processing them.
Key Highlights
- Experimental `queueDocumentsFetch` feature.
- Forces `GET` and `POST` document routes to wait in the search queue.
New Features
- Queueing mechanism for document fetch routes.
Full Release Notes
## Queue documents fetch routes Add an experimental feature, `queueDocumentsFetch`, forcing the routes `GET indexes/:uid/documents` and `POST indexes/:uid/documents/fetch` to wait in the search queue if there is no available thread to process them.