v0.14.0
Major changes
- Only use a single retrieval query for similar requests (#191).
When the server is running after an initial query, and the same request is repeated (similarfilter,page_limit,page_offset) there will only be a single AiiDAQueryBuilderinvocation, where there used to be up to 4 separate invocations.
Development updates