🚀 API Maker : Release Notes for v2.0.1
⭐ Mar 2026 ⭐
Changes
- [FEATURE] : Server Startup Script : To add additional packages on server when process starts, for native APIs execution.
- [IMPROVEMENT] : Code improvements for code execution and sandbox code execution restructured.
- [IMPROVEMENT] : Show icon in grid & tree for custom APIs which has separate sandbox settings.
- [IMPROVEMENT] : Need to reload VS Code window when things are changed from UI issue fixed.
- [IMPROVEMENT] : package-lock.json, pnpm-lock.json, yarn.lock files are added.
- [IMPROVEMENT] : Local Client : Improved to handle API User, Group, Instance, Log profile categories operations.
- [IMPROVEMENT] : Git Sync : Git commit & pull structure changed, but system still supports old structure of files arrangement. This structure is more helpful for local IDE use.
- [BUG] : Sandbox stays running even after removing separate sandbox setting from custom API.
- [BUG] : UI Maker : Set append to body for color picker. It is hiding under dialog footer.
⭐ Breaking Change ⭐
- [BREAKING_CHANGE] : Received data in sandbox will have their original data type like Date & MongoDB ObjectId.
- So they can create issue in comparison and setting/getting value in set so use it carefully. Earlier it was in string form in sandbox.
- Earlier those types objectId and date data types were received as strings