3.2 Migration Guide
In this document, we will see the major steps to migrate from 3.1 to 3.2.
| Please check the change log for detailed list of fixes, changes and improvements introduced in 3.2. |
Database migration
Migration scripts are available there.
|
This release includes an upgrade of The property to configure the certificate path has also been modified to support multi-tenancy.
It now follows the format: |
Breaking Changes
| If you have not overridden the code of BI module, you can ignore this section. |
Constants refactoring
The class BiConstants has been removed.
Business-logic constants have been moved to services, and API endpoint constants have been moved to the new class BiEndpoint.
Update any references to BiConstants accordingly.