Note: Nothing impacted till now i am just want to clarify things before migrating from v7 to v8.
Feature(s) impacted
Scopes.
Observed behavior
breaking change mentioned in doc https://docs.forestadmin.com/documentation/extra-help/maintain/upgrade-notes-sql-mongodb/upgrade-to-v8#breaking-changes
I am referering to above mentioned doc while stating my query
screenshot for reference:
code which is closely relevant to the area of my concern.
Main Query: i want to know that if i will upgrade my agent version for forest admin server from v7 to v8, then there is a possiblePreformatted text breaking change mentioned in doc https://docs.forestadmin.com/documentation/extra-help/maintain/upgrade-notes-sql-mongodb/upgrade-to-v8#breaking-changes , whether scopes related breaking changes are only for permissionMiddlewareCreator.smartAction() or will they impact our code which is simple knex migration create related code :
code example:
router.post('/knex_migrations_lock', permissionMiddlewareCreator.create(), (request, response, next) => {
routes#create-a-record
next();
});
supporting screenshot:
Context
- Project name: Blush Now
- Team name: blush now
- Environment name: My concern is related to all envs (as migration will be project level)
- Agent (forest package) name & version: forest-express-sequelize(want to go from v7 to v8)
- Database type: postgres (using sequelize orm)