September 2, 2026 DocAccess Release Notes

Prev Next

Released Enhancements

Shared-Host Document and View Attribution Scoping

Documents and page views served from a shared/multi-tenant host are now attributed to the exact site rather than the host as a whole: the site-resolution layer gained an explicit host-only resolver contract with scope-aware attribution, view beacons now carry a found_on field so the view worker resolves the owning site scope-aware, and the crawl webhook round-trips domain_id through the spider run so it closes the scoped row instead of a host-wide sibling. Private-document preview links and signed-link minting now accept a domain_id so a link mints against the exact site ID on a shared host, and staff rescans can target a path-scoped site the same way. LMS attachments now bind to the platform domain with nightly private-flag invariant checks, and folder-level visibility enforcement now follows the granted scope rather than the whole shared host. Together, these changes reduce cross-tenant document and analytics misattribution on shared-hosting customers, including LMS/Canvas integrations.

Smarter Pasted-URL Document Matching

When a customer pastes a URL during document intake that already points to a stored copy, the system now attaches it to the owning customer's existing document instead of creating a duplicate record. This cuts down on redundant document copies generated by the intake pipeline.