Maxun v0.0.13 | Retrain Robot, Infra Updates +++
What's New
🤖 Retrain Robot
You can now retrain an existing robot!
This feature allows you to:
- Update a robot’s logic by just point and click
- Seamlessly adapt to website structure changes
To retrain a robot, simply open the options dropdown on any robot and select “Retrain”.
⚠️ Redis Deprecation
We’ve officially removed Redis from our architecture. All robot scheduling is now handled directly through PostgreSQL, resulting in:
- Simplified infrastructure
- Fewer dependencies
What's Changed
- fix: chromium installation for local setup by @amhsirak in #508
- feat: use pgBoss for scheduling robots by @RohitR311 in #507
- chore: cleanup by @amhsirak in #515
- fix: remove page timeout for pagination by @RohitR311 in #517
- fix: change checkbox ui color by @RohitR311 in #520
⚠️ feat: deprecate redis dependency from v0.0.13⚠️ by @amhsirak in #510- fix: output preview displays result immediately for scroll pagination by @RohitR311 in #522
- chore(docker): !copy
maxun-core
during build by @amhsirak in #518 - fix: browser crashes due to scroll input event by @RohitR311 in #523
- fix: display the latest run name for each robot run by @RohitR311 in #525
- fix: display abort status for aborted run by @RohitR311 in #527
- feat: retrain robot by @RohitR311 in #530
- fix: notifies run finished prematurely by @RohitR311 in #532
- fix: browser pool circular dependency by @amhsirak in #536
- fix: Rendered browser image stretches for some sites by @RohitR311 in #540
- feat: enable URL-safe encoding for DB passwords with special characters by @amhsirak in #542
- fix: list selector highlighting by @RohitR311 in #544
- feat: link maxun cloud 🥳 by @amhsirak in #546
- fix: links not being scraped by @RohitR311 in #552
- feat: execute abort operation using queue by @RohitR311 in #528
- chore: pre-release v0.0.13 by @amhsirak in #550
Full Changelog: v0.0.12...v0.0.13