What's New
π Webhook Support
Weβve added support for webhooks to help you integrate Maxun more deeply into your workflows.
β Available Webhooks
- Run Finished: Triggered when a run completes successfully.
- Run Failed: Triggered when a run fails due to an error.
These webhooks allow you to:
- Notify third-party services (Slack, Discord, etc.)
- Trigger automations
- Log or analyze run results externally
π How to Use
Read the full setup guide here: Webhooks Documentation
What's Changed
- fix: broken env var table by @amhsirak in #592
- fix: SSL certificate error on proxy configured browser launch by @RohitR311 in #590
- fix: remove
version
from docker compose by @amhsirak in #594 - feat: byop config by @amhsirak in #595
- feat: update robot description for multiple actions by @amhsirak in #597
- fix: remove reference to non-exported
width
property by @amhsirak in #603 - chore: cleanup by @amhsirak in #604
- feat: improve selector generation highlighting by @RohitR311 in #591
- feat: remove authenticated socket logic by @RohitR311 in #598
- feat: override anchor container selection by @amhsirak in #600
- fix: remove left side panel width setting by @amhsirak in #605
- fix: wrap symbol in
String()
for safe conversion by @amhsirak in #606 - fix: remove menu width adjustment on tab selection by @amhsirak in #608
- feat: generate truly unique action ids by @RohitR311 in #609
- feat: move web2api to api key section by @amhsirak in #611
- feat: webhook support by @RohitR311 in #610
- feat: discard only current active action by @RohitR311 in #602
- fix: increase timeout on url change by @amhsirak in #616
- chore: pre-release v0.0.15 by @amhsirak in #614
- fix: define module in commonjs scope by @amhsirak in #617
- feat: run migrations before start script by @amhsirak in #618
- feat: link webhooks docs by @amhsirak in #619
Full Changelog: v0.0.14...v0.0.15