github getmaxun/maxun v0.0.11
Maxun v0.0.11 | Airtable Integration, Browser Performance Improvements +++

one day ago

What's New

1. Airtable Integration 📊

Easily connect your robots to Airtable! Watch the video below to know more:

http://youtube.com/watch?v=Yf4Ifi2WuJk

DB Migration For Docker Users To Setup Airtable Integration

Steps to Manually Add airtable_base_id Column

Note: This is temporary as we will be automating db migrations

  1. Run the following command inside the root folder of the project to access PostgreSQL:
    docker-compose exec postgres psql -U $DB_USER -d $DB_NAME
  2. Inside the psql shell, run this SQL command to add the airtable_base_id column to the robot table:
    ALTER TABLE robot ADD COLUMN airtable_base_id TEXT;
  3. Type \q to exit the psql shell.
  4. Restart the container docker-compose up -d

2. Improved Browser Performance ⚡

We’ve made significant optimizations to enhance performance:

  • Higher FPS: 10% increase for smoother rendering.
  • Lower Event Latency: 32% faster, improving responsiveness.
  • Memory Stability: No more increasing memory usage - it's now stable for consistent performance.

3. Infrastructure Enhancements 🏗️

  • Concurrent Runs: Execute multiple workflows in parallel for better efficiency.
  • Per-User Recording Sessions: Each user now gets a dedicated browser session recording, enabling more reliable extraction.

Enjoy the new improvements, and let us know your feedback! 🚀

What's Changed

Full Changelog: v0.0.10...v0.0.11

Don't miss a new maxun release

NewReleases is sending notifications on new releases.