Skip to content

v3.2.10

Compare
Choose a tag to compare
@vc-ci vc-ci released this 04 Jun 11:30
· 581 commits to master since this release
  • Now platform level option to disable anonymous users for specific store (VirtoCommerce/vc-module-store#14) is supported by storefront. (#220)
  • Added user/password token based authentication to platform v3 API. (#235)
  • User cache optimization was done, which should significantly reduce platform user query count. (#227)
  • Swagger doc improvements to have convenient type names: replaced generic API result types with specific ones (#219); used manually created types instead of Autorest generated' ones (#253, #254).
  • Improved extensibility for some storefront models. (#239)
  • ProductProperty.Hidden is now populated to storefront. (#236)
  • Extended IStoreService for platform v3 support. (#264)
  • Added product fuzzy search ability. (#250)
  • Added security check to ApiOrderController.GetInvocePdf method. (#251)
  • Upgraded Application Insights version to 2.9.1. to avoid memory leaks in 2.8.1. (#259)
  • Fixed memory leaks caused by WorkContext objects. (#263)
  • Fixed bug with routing after SetCompatibilityVersion(CompatibilityVersion.Version_2_2). (#252)
  • Fixed bug with "Featured" products sorting. (#248)
  • Fixed bug with numeric subscription period in the cart. (VirtoCommerce/vc-theme-default#67)
  • Fixed bug where current user groups weren't passed to the API due to incorrect cache key generation. (6d83b4e)
  • Fixed bugs with missing fields mapping in converters (#244, 31bc2a2).