v0.0.28
getmaxun/maxunv0.0.28Nov 30, 2025by amhsirak
AI Summary
This release introduces automatic pagination detection and a massive optimization to Docker image sizes, reducing the backend image from 1.2GB to 247MB (79% smaller), while adding BYOP support for Scrape Robots.
Key Highlights
- Automatic Pagination Detection with auto-suggestion and override options
- Docker image size reduced by 79% (1.2GB -> 247MB)
- BYOP (Bring Your Own Proxy) support for Scrape Robots
- Archive legacy recorder and addition of separate browser service
New Features
- Automatic Pagination Detection
- BYOP for Scrape Robots
- Separate browser service
Full Release Notes
## What's New ### ⚡ Automatic Pagination Detection We now **detect the correct pagination method for your target site automatically.** You can accept the suggested pagination or override it with your own - full control, zero guesswork. https://github.com/user-attachments/assets/a3a95b20-1268-4385-930d-9a719e18e311 ### 🪶 Massive Docker Image Reduction ~79% Smaller Our **backend image dropped from 1.2 GB → 247 MB (~79% smaller)**. Faster pulls, faster deploys! ### 🛡️ BYOP for Scrape Robots Bring Your Own Proxy now works seamlessly with `scrape` robots. ## What's Changed * feat: reuse existing page instance by @RohitR311 in https://github.com/getmaxun/maxun/pull/894 * fix: conditionally render action names & list limits by @amhsirak in https://github.com/getmaxun/maxun/pull/897 * fix(core): clean socket handlers causing memory leaks by @amhsirak in https://github.com/getmaxun/maxun/pull/899 * chore: cleanup deps by @amhsirak in https://github.com/getmaxun/maxun/pull/901 * feat: add auto pagination detection by @RohitR311 in https://github.com/getmaxun/maxun/pull/904 * feat: generate clean auto extract list data by @RohitR311 in https://github.com/getmaxun/maxun/pull/905 * chore: archive legacy recorder by @amhsirak in https://github.com/getmaxun/maxun/pull/895 * chore(infra): add separate browser service by @RohitR311 in https://github.com/getmaxun/maxun/pull/906 * fix: db leaks + socket cleanup by @amhsirak in https://github.com/getmaxun/maxun/pull/900 * chore: pre-release v0.0.28 by @amhsirak in https://github.com/getmaxun/maxun/pull/907 **Full Changelog**: https://github.com/getmaxun/maxun/compare/v0.0.27...v0.0.28