Skip to content

Releases: VirtoCommerce/vc-platform

3.859.0

24 Oct 13:59
8db0a81
Compare
Choose a tag to compare

🎯 Development

  • Added localization: Deutsch, Español (Castellano), Français, Italiano, 日本語 (にほんご), Polski, Português, 语言, Русский язык.

3.858.0

24 Oct 12:53
4d8a798
Compare
Choose a tag to compare

🎯 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

23 Oct 21:58
b494176
Compare
Choose a tag to compare
Upgrade Azure.Core dependency (#2854)

3.856.0

18 Oct 15:49
449cf5e
Compare
Choose a tag to compare

🎯 Development

  • Fix external sign in after updating OpenIddict (#2843)
  • Update OpenIddict (#2842)

3.854.0

03 Oct 11:33
6432de7
Compare
Choose a tag to compare

🎯 Development

  • Remove System.Diagnostics.PerformanceCounter (#2841)
  • Fix naming

3.853.0

30 Sep 12:46
Compare
Choose a tag to compare

🎯 Development

  • Add IdLength constant to DbContextBase
  • Update dependencies

3.852.0

25 Sep 13:33
95bb09d
Compare
Choose a tag to compare

🎯 Development

  • Make login time the same for registered and unregistered users (#2839)
  • add Module Sequence Boost (#2837)
  • Add returnUrl argument to external sign out (#2836)

3.851.0

12 Sep 16:19
e5df65b
Compare
Choose a tag to compare

🎯 Development

  • Fix performance degradation on SQL Server (#2834)
  • Display message when user doesn't have permissions (#2830)
  • Extend Platform Store Settings (#2833)

🐞 Bug fixes

  • Ignore fixed settings in SaveObjectSettingsAsync() (#2835)
  • Fix ArgumentNullException when using autofill on the sign in page (#2831)

3.832.3

12 Sep 16:39
Compare
Choose a tag to compare

🎯 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
}

3.850.0

27 Aug 11:44
7548397
Compare
Choose a tag to compare

🎯 Development

  • Remove obsolete code, fix warnings and vulnerabilities (#2828)