- 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"