2025.7.0
2025.7.0 (2025-07-31)
Storefront
Feature
- Compact hero for PLP
Changed
- Fix language switcher for catalog pages
- RenderBlock fragment refactor
- Serverside queries for (requested-)quotes
- Move all react cms components to
src/componentsas these are used within multiple pages - Added new content types and updated content structure to use blocks
- Style product card conform with design
- Style USPs conform with design
Backend
Feature
- Added full implementation of new content structure to contentful
- Support range facet when using commercetools search. This uses the new range stats recently reintroduced in commercetools
Changed
- Use store locale when order locale is not set when handling payment
- Added correct client ip address to payment providers
- Fixed startup of bluestone pim service in GCP
- Removed unused ProductListingPage type
- Replaced console logs with logger
- Updated storyblock cms component to return same as contentful
- Fixed redis handler check to allow rediss://
- Improved stripe component configuration
- Added wrapper function to cache handler class
Platform
Feature
- Adds graphql schema sync check in ci-cd
- Use traefik gateway instead of azure api management
- Added resourcelink type everywhere required
Changed
- Removed deprecated graphql fields and related code
- Cleaned up GraphQL hints and unused types
- Improve azure container app scaling and default settings
- Updated azure terraform code to be more generic, removed harcoded values
- Removed unused variables and code