Upgrading to v5
To upgrade to v5, simply run:- SQL
- Mongoose
In case of a regression introduced in Production after the upgrade, a rollback to your previous agent is the fastest way to restore your admin panel.
Breaking changes
Smart Actions defined with custom routes
If your Forest configuration contains Smart Actions using POST or PUT method with a customendpoint, you’ll have to adapt your Smart Action code.
Here is an example of Smart Action to adapt:
- SQL
- Mongoose
- SQL
- Mongoose
bodyParser.json() middleware in the route configuration:
- SQL
- Mongoose