Skip to content

Releases: VirtoCommerce/vc-platform

3.854.0

03 Oct 11:33
6432de7

Choose a tag to compare

🎯 Development

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

3.853.0

30 Sep 12:46

Choose a tag to compare

🎯 Development

  • Add IdLength constant to DbContextBase
  • Update dependencies

3.852.0

25 Sep 13:33
95bb09d

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

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

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

Choose a tag to compare

🎯 Development

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

3.849.0

26 Aug 16:33
0237efa

Choose a tag to compare

🐞 Bug fixes

  • Fix 401 error on sign in page (#2829)

3.848.0

09 Aug 21:10
540eb8f

Choose a tag to compare

🎯 Development

  • Add external sign in for front end (#2817)

3.847.0

01 Aug 08:55
b639bb1

Choose a tag to compare

🎯 Development

  • Update dependencies (#2818)

3.846.0

30 Jul 07:59
8a81514

Choose a tag to compare

🎯 Development

  • (Added peach login background.)