v0.0.34

getmaxun/maxunv0.0.34Feb 25, 2026by amhsirak

AI Summary

Release of the Maxun Python SDK enabling Python developers to programmatically create, run, and manage robots. Includes various bug fixes for UI components, auto pagination detection, and schema normalization.

Key Highlights

  • Python SDK release (v0.0.1) for web automation and data extraction
  • Enhanced auto pagination detection logic
  • Fixed API key modal close behavior
  • Auto robots button UI improvements
  • Scrape schema normalization

New Features

  • Python SDK for building web automation and data extraction workflows
  • Programmatic robot creation, running, and management from Python applications

Full Release Notes

We’re excited to announce the release of the **Maxun Python SDK v0.0.1**!

Maxun already offers a Node.js SDK for building web automation and data extraction workflows — and now the same capabilities are available for Python developers as well.

You can now programmatically create, run, and manage robots directly from your Python applications.

Documentation: https://docs.maxun.dev/category/python-sdk
Repository: https://github.com/getmaxun/python-sdk

## What's Changed
* fix: api key modal close by @amhsirak in https://github.com/getmaxun/maxun/pull/982
* feat: enhance auto pagination detection logic by @RohitR311 in https://github.com/getmaxun/maxun/pull/976
* fix: auto robots button ui by @RohitR311 in https://github.com/getmaxun/maxun/pull/983
* chore: cleanup by @amhsirak in https://github.com/getmaxun/maxun/pull/985
* fix: integration alt text by @amhsirak in https://github.com/getmaxun/maxun/pull/986
* fix(core): normalize scrape schema by @amhsirak in https://github.com/getmaxun/maxun/pull/987
* chore: pre-release v0.0.34 by @amhsirak in https://github.com/getmaxun/maxun/pull/991


**Full Changelog**: https://github.com/getmaxun/maxun/compare/v0.0.33...v0.0.34