v0.0.28 | Auto Pagination + 5x Leaner Docker Image!
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