Skip to content

1.37.0

Latest

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 01 Jul 19:43

Included commits: 1.36.2...1.37.0

Improvements

  • Introduced in-memory caching in StoreReader for getAllStores() and getStoreCollection() to reduce duplicate database requests when store data is accessed multiple times in a single request.
  • Introduced StoreReaderInterface::clearMemoryCache() to ensure the in-memory cache is invalidated before store create and update operations, keeping data consistent.
  • Adjusted StoreWriter to clear the in-memory cache at the start of createStore() and updateStore() to prevent stale data from being served after modifications.