v0.8 Reinheim
state of development post reinheim reinheim (v0 8) is a focused, small release in xandeum's south era, delivering directory tree name searching via glob patterns to make large file systems significantly more navigable for sedapps and operators core features directory tree name searching enables efficient, manageable file discovery in large file systems, making storage more practical for sedapps the new find operation searches for files and directories matching a glob pattern within a specified file system or subtree supports unix like wildcard patterns for any characters ? for a single character escaped literals (e g , \\ for a dot) fully recursive, traversing subdirectories automatically ideal for queries like yearly reports (e g , "financials200? ") or config files // search the root of file system id 1234 for all txt files (recursive) const results = await xandeum find("1234", " txt"); // example search for config related files and directories const configresults = await xandeum find("1234", "config ");// example results for " txt" \[ "/document txt", "/notes txt", "/readme txt", "/data/file txt" ] // example results for "config " \[ "/config json", "/config prod yaml", "/configuration txt", "/configs/settings ini" ] summary reinheim (v0 8) delivers a valuable usability improvement in xandeum's south era by adding directory tree name searching with glob pattern support this small but impactful release makes file discovery efficient in large scale file systems, building on prior advancements in redundancy (stuttgart) and analytics (heidelberg) it enhances practical day to day operations for sedapp developers and pnode operators alike, while bringing the prototype storage layer one step closer to full mainnet readiness by late 2025