Skip to content

Releases: VirtoCommerce/vc-platform

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)

3.849.0

26 Aug 16:33
0237efa
Compare
Choose a tag to compare

🐞 Bug fixes

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

3.848.0

09 Aug 21:10
540eb8f
Compare
Choose a tag to compare

🎯 Development

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

3.847.0

01 Aug 08:55
b639bb1
Compare
Choose a tag to compare

🎯 Development

  • Update dependencies (#2818)

3.846.0

30 Jul 07:59
8a81514
Compare
Choose a tag to compare

🎯 Development

  • (Added peach login background.)

3.845.0

29 Jul 16:19
e9b4147
Compare
Choose a tag to compare

🎯 Development

  • Add virtual ConfigureCache method to CustomUserManager (#2821)
  • (Deploy New Virto Commerce Platform and Frontend by Deploy to Azure Button. https://docs.virtocommerce.org/storefront/developer-guide/architectur)

3.844.0

12 Jul 11:24
803c483
Compare
Choose a tag to compare

🎯 Development

  • (Bump Azure.Core to 1.39. (#2800))

3.843.0

11 Jul 09:38
5430612
Compare
Choose a tag to compare
Fix path to nuget packages on linux when debugging (#2814)

Co-authored-by: Oleg Zhuk <[email protected]>

3.842.0

05 Jul 08:53
2e24ff8
Compare
Choose a tag to compare

🐞 Bug fixes

  • Cannot remove meta field at index 0 (#2815)