v0.0.46

getmaxun/maxunv0.0.46Aug 25, 2026by amhsirak

AI Summary

This release adds DOCX file support to document parsing and extraction, introduces Hebrew language support, and includes fixes for proxy validation, schedule states, and orphaned crawl loops.

Key Highlights

  • DOCX file support added to document parsing alongside PDF, CSV, and XLSX.
  • Hebrew language support added for improved accessibility.
  • Proxy test endpoint fixed to accurately report invalid proxies.
  • Schedule run state transition logic improved.

New Features

  • DOCX upload and parsing support for document robots
  • Hebrew language support
  • Carousel UI for search and crawl results

Full Release Notes

### DOCX Support 

Document parsing and extraction now supports **DOCX** files.

Supported document formats are now: **PDF, CSV, XLSX, and DOCX**.

### Hebrew Language

Maxun can now be used in Hebrew, making it more accessible to Hebrew-speaking users.

## What's Changed
* fix: add summary format field doc by @RohitR311 in https://github.com/getmaxun/maxun/pull/1180
* Feat(documents): add DOCX upload and parsing support to document robots by @chunkys0up in https://github.com/getmaxun/maxun/pull/1160
* fix: Proxy Test endpoint reports success even when configured proxy is invalid by @audreydng in https://github.com/getmaxun/maxun/pull/1177
* Fix schedule run state transition by @audreydng in https://github.com/getmaxun/maxun/pull/1186
* fix: validate all webhook urls by @RohitR311 in https://github.com/getmaxun/maxun/pull/1188
* fix: add socket auth by @RohitR311 in https://github.com/getmaxun/maxun/pull/1192
* fix: llm api key url validation by @RohitR311 in https://github.com/getmaxun/maxun/pull/1191
* feat: add Hebrew language support by @vinaypokharkar in https://github.com/getmaxun/maxun/pull/1185
* fix(maxun-core): prevent orphaned crawl loops after timeout (#1183) by @Santosh-Prasad-Verma in https://github.com/getmaxun/maxun/pull/1190
* feat: use carousel instead of scrollbar for search & crawl results by @amhsirak in https://github.com/getmaxun/maxun/pull/1197
* refactor(workflowEnricher): force tool_choice for Anthropic calls by @hmhngx in https://github.com/getmaxun/maxun/pull/1189
* Feat/sdk targeted list limits (list-limits part of issue #1107) by @mbajji in https://github.com/getmaxun/maxun/pull/1176
* Refactor shared robot update helpers for storage and SDK routes  by @Reemal786 in https://github.com/getmaxun/maxun/pull/1193
* fix: cleaner run content format by @amhsirak in https://github.com/getmaxun/maxun/pull/1196
* chore: pre-release v0.0.46 by @amhsirak in https://github.com/getmaxun/maxun/pull/1200

## New Contributors
* @chunkys0up made their first contribution in https://github.com/getmaxun/maxun/pull/1160
* @Santosh-Prasad-Verma made their first contribution in https://github.com/getmaxun/maxun/pull/1190
* @mbajji made their first contribution in https://github.com/getmaxun/maxun/pull/1176
* @Reemal786 made their first contribution in https://github.com/getmaxun/maxun/pull/1193

**Full Changelog**: https://github.com/getmaxun/maxun/compare/v0.0.45...v0.0.46