Added
Automatic Project Folder Creation
 February 15th, 2024 
🚀 New Features
Token Expiration Buffer
- Added a 60-second buffer to JWT token expiration logic to prevent unexpected session terminations during long-running processes.
 
Automatic Project Folder Creation
- The SDK now automatically creates project folders if they do not exist, ensuring a cleaner and more consistent file structure during runtime.
 
🐞 Bug Fixes
- Fixed issue where models using ONNX opset 17 failed to export correctly.
 - Resolved misalignment between Studio and SDK behavior when running conversion tasks.
 - Improved CLI error handling for invalid device names during export.
 
🧠 Why these matter
- These updates improve runtime stability and usability across long-running sessions.
 - Users no longer need to manually create output folders or monitor token expiry in real time.
 - Overall file handling and export flows are now more robust and consistent.
 
