Releases: VirtoCommerce/vc-platform
Releases · VirtoCommerce/vc-platform
3.859.0
3.858.0
🎯 Development
- Context menu items for all allowed actions.
- Toolbar commands for all allowed actions.
- Uniform behavior and display of modules in all sections.
🐞 Bug fixes
- Display of the module icon on the details page
- Size of search field
- Displaying number of module version
- Settings RefreshProbingFolderOnStart disables the ability to install/update/delete modules in UI and API
3.857.0
3.856.0
3.854.0
3.853.0
3.852.0
3.851.0
3.832.3
🎯 Development
- Fix performance degradation on SQL Server (#2834)
Addressed performance degradation in MS SQL Server when using OPENJSON and CONTAINS. The issue was resolved by setting the CompatibilityLevel to 120 (SQL Server 2014). For more information, see this link: https://www.virtocommerce.org/t/performance-degradation-in-ms-sql-database-queries-after-upgrading-to-ef-core-8/731.
The compatibility level can be configured in the appsettings.json:
"SqlServer": {
"CompatibilityLevel": 120
}