Skip to content

v4.1.0

Compare
Choose a tag to compare
@vc-ci vc-ci released this 07 Oct 19:06
· 536 commits to master since this release
  • Performance enhancement for theme resources discovery when Azure Blob storage provider is used #287
  • Fixed bug with unexpected redirect to login page when the cookies are expired #292
  • Do not use status pages for Web API endpoints #291
  • Fix bug with redirection to a default store instead of requested for Login and Forbidden pages #307
  • Add support of fallback routing for SPA themes #317
  • Add Hybrid cache mode, this mode will use Redis server to keep in consistent state local memory cache of multiple storefront instances. To activate this mode need to set RedisConnectionString
RedisConnectionString = "{your resource name}.redis.cache.windows.net:{port},password={your password},ssl=True,abortConnect=False"