Changelog

Keep yourself informed about the most recent additions and improvements we’ve made to TofuPilot.

Feature

Explore TofuPilot in Simulation

We noticed some new users weren’t uploading test data right away, so we made it easier. The new Welcome Aboard page lets you run demo test scripts in a Python web console with one click with no code editor and explore TofuPilot before integrating your own scripts.

Release Highlight
Changelog

Version 0.49.0

New

  • Onboarding Demo Scripts: Added two buttons to run demo test scripts in a Python web console, helping new users generate test data without opening their code editor.

Improvements

  • Better Signup Flow: Improved the onboarding process to guide users smoothly from signup to their first test data.
  • Enhanced Help Resources: Updated onboarding with clearer links to support materials for easier navigation.
Changelog

Version 0.46.4

New

  • Self-Hosting Release: Self-hosting is now officially supported, allowing deployment on your own infrastructure.

Improvements

  • Unit Management API: Added an endpoint to delete units directly.

Fixes

  • Procedure Name Override: Fixed an issue where OpenHTF's default test name could override procedure names.
Changelog

Version 0.46.1

New

  • Automatic Test Data Refresh: Test results now update shortly after a test ends.

Improvement

  • Clearer Duration Display: Durations under one second are now hidden for better readability.

Fixes

  • Corrected Unit Streaming: New units are now properly associated with their components.
Feature

Online Streaming

You can now monitor test step results in real time during a test sequence. The release introduces real-time streaming for OpenHTF test scripts, so tests appear on your TofuPilot Runs page as soon as they start, with live tracking of each step's status.

Release Highlight
Changelog

Version 0.46.0

New

  • Online Streaming: You can now monitor test step results in real time during a test sequence. The release introduces real-time streaming for OpenHTF test scripts, so tests appear on your TofuPilot Runs page as soon as they start, with live tracking of each step's status.
Changelog

Version 0.45.1

New

  • Offline Synch: You can now upload test results after a test is complete, enabling efficient offline testing or the ability to load historical test results. This feature supports both the Python Client and OpenHTF.
  • Increased API Rate Limit: We’ve increased the API rate limit to support up to 1000 tests per minute, optimizing test data throughput and accommodating higher testing volumes.

Improvement

  • Procedure Creation: Procedures can be created and renamed automatically within scripts.
  • Batch Number Support in OpenHTF: You can now add batch numbers for units under test directly within OpenHTF scripts.
  • Get Started: Added an integration example with OpenHTF to simplify user onboarding and accelerate setup.

Fixes

  • Underline Editor Bug: Resolved the issue of displaying underlining in the editor.