v0.0.42
getmaxun/maxunv0.0.42Jun 11, 2026by amhsirak
AI Summary
This release introduces a new 'Summary' output format to generate concise AI summaries of scraped data, improves hybrid pagination support, and fixes multi-user data isolation.
Key Highlights
- New 'Summary' output format for scrape, crawl, and search robots.
- Hybrid pagination support added.
- Multi-user data isolation fixed.
- URL scheme validation improved.
New Features
- Summary output format for web data extraction
- Hybrid pagination support
Full Release Notes
## ✨ New: Summary Format We've added a new **Summary** output format for: * Scrape robots * Crawl robots * Search + Scrape robots Instead of just returning raw page content, **Maxun can now generate concise summaries of the extracted information**, making it easier to process large amounts of web data. Simply select **Summary** as an output format when configuring your robot. Happy scraping! ## What's Changed * fix: multi-user data isolation by @RohitR311 in https://github.com/getmaxun/maxun/pull/1088 * feat(core): add support for summary data format by @RohitR311 in https://github.com/getmaxun/maxun/pull/1092 * fix: support for hybrid pagination by @RohitR311 in https://github.com/getmaxun/maxun/pull/1094 * fix: welcome screens ui by @amhsirak in https://github.com/getmaxun/maxun/pull/1097 * fix: url scheme validation by @RohitR311 in https://github.com/getmaxun/maxun/pull/1095 * fix: llm pagination and limit by @RohitR311 in https://github.com/getmaxun/maxun/pull/1096 * fix: !show target url for `doc-extract` & `doc-parse` by @amhsirak in https://github.com/getmaxun/maxun/pull/1098 * fix: replace doc ui by @amhsirak in https://github.com/getmaxun/maxun/pull/1099 * chore: pre-release v0.0.42 by @amhsirak in https://github.com/getmaxun/maxun/pull/1100 **Full Changelog**: https://github.com/getmaxun/maxun/compare/v0.0.41...v0.0.42