github.com/cs3org/reva/v2@v2.27.7/changelog/2.7.0_2022-07-15/lookupctx.md (about) 1 Enhancement: introduce LookupCtx for index interface 2 3 The index interface now has a new LookupCtx that can look up multiple values so we can more efficiently look up multiple shares by id. 4 It also takes a context so we can pass on the trace context to the CS3 backend 5 6 https://github.com/cs3org/reva/pull/3043