July 18, 2024 (canary)
Pre-release
Pre-release
github-actions
released this
18 Jul 13:16
·
773 commits
to canary
since this release
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
Minor Changes
- #2330
bc3ec5e
- Created a new @graphql-mesh plugin to forward headers from backends as forwardedHeaders in extensions (@paales)
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
Minor Changes
- #2330
8de9c13
- Added support X-Magento-Cache-Id to allow Varnish to cache requests that are made in the browser while users are logged in. For example the products query can now be cached for logged in users. Functionality can be disabled by settingcustomerXMagentoCacheIdDisable: true
in your configuration. (@paales)
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
Patch Changes
- #2328
ee04368
- Move to attributesList to get a list of filterable attributes instead of using an introspection query.productFiltersProSectionRenderer
andproductFiltersProChipRenderer
keys now now one ofAttributeFrontendInputEnum
. (@paales)
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
Patch Changes
- #2328
ee04368
- Move to attributesList to get a list of filterable attributes instead of using an introspection query.productFiltersProSectionRenderer
andproductFiltersProChipRenderer
keys now now one ofAttributeFrontendInputEnum
. (@paales)
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
@graphcommerce/[email protected]
Minor Changes
- #2330
5701e71
- Added support for booleanifConfig: ['customerXMagentoCacheIdDisable', true]
values in plugin configurations (@paales)