🚀 API Maker : Release Notes for v2.1.0
⭐ April 2026 ⭐
Changes
- [BUG] : WebSocket listening on custom websocket event is not working issue fixed.
- [BUG] : Local client having issues on windows is fixed.
- [IMPROVEMENT] : Docker image cleanup mechanism improved. Sandbox will start quickly.
-
[IMPROVEMENT] : Git repository is not bound with any admin user path or email anymore, and one repository can be used with multiple admins.
-
[IMPROVEMENT] : Below example is now supported for generated API.
let updateMany = await g.sys.db.gen.updateManyGen({
instance: "mongodb", database: "am_work", collection: "update_to_objectid",
find: {
},
updateData: [{
$set: {
company_id: { $toObjectId: "$company_id" }
}
}]
});
- [IMPROVEMENT] : Default range for debugging ports will be between 32700-32715 ports. If port is not provided it will be completely random.
- [FEATURE] : Admin user can be made inactive from root user. It will free resources but still keep things in database.