🔍 Monitoring
Maxun can now monitor websites in just a few clicks! Track a website over time and get notified when it changes. You can monitor an entire website, or just a specific part of it. It works with Extract, Scrape, and Crawl robots, and is available through the no-code dashboard, the SDK, the CLI, and the API.
Note: Monitoring is opt-in and must be explicitly enabled - existing robots are unaffected.
Learn more here: https://docs.maxun.dev/monitoring
🖼️ JPG & PNG support for document extraction & parsing
Document extract and parse now accept JPG and PNG images as input, in addition to existing supported formats.
What's Changed
- refactor: move nested DisplaySettings component so React does not remount it and lose state on every render by @amhsirak in #1205
- feat: run comparison for Scrape robots (text content) by @jceychen in #1181
- fix: match chip sizes for run status by @amhsirak in #1207
- Fix for Issue1182 by @mbajji in #1203
- Feature - Add JPG/PNG image support with OCR to document robots, Issue #1110 by @joshjyu in #1202
- fix(runs): display current robot names in group headings by @be-student in #1206
- fix(server): authenticate the sockets the backend opens to itself by @VyomVirani in #1211
- fix: centralize run queuing logic by @RohitR311 in #1213
- fix: empty data run due to page navigation by @RohitR311 in #1214
- feat(ui): disable tab ripple globally by @amhsirak in #1216
- fix(ui): improve design consistency across components by @amhsirak in #1209
- feat: monitoring by @amhsirak in #1210
- fix: tabular list highlight and capture by @RohitR311 in #1218
- fix: set
all timeas default search range by @amhsirak in #1219 - fix: use
DEFAULT_OUTPUT_FORMATSas default document parse state by @amhsirak in #1220 - fix: diff display cli monitoring by @RohitR311 in #1221
- feat(i18n): add Azerbaijani (az) translation by @jamalkamaladdin in #1208
- chore: pre-release v0.0.47 by @amhsirak in #1222
New Contributors
- @joshjyu made their first contribution in #1202
- @be-student made their first contribution in #1206
- @VyomVirani made their first contribution in #1211
- @jamalkamaladdin made their first contribution in #1208
Full Changelog: v0.0.46...v0.0.47