Skip to content

3.23.4

Latest

Choose a tag to compare

@github-actions github-actions released this 11 May 07:34
· 5 commits to main since this release
f35e469

Patch Changes

  • #6549 53474a0 Thanks @mirekm! - Webhook event picker: warn admins about Saleor 3.23 channel-scoped stock events.

    The four PRODUCT_VARIANT_BACK_IN_STOCK_* / PRODUCT_VARIANT_OUT_OF_STOCK_* events introduced in Saleor 3.23 fire only when the shop has the legacy shipping-zone stock-availability setting disabled. They were already exposed in the picker (auto-derived from the schema), but admins on shops still in legacy mode could subscribe with no visual cue and silently never receive deliveries. Each of those four events now shows an advisory "Direct stock mode only" badge with a tooltip linking to the site-settings page where the flag is configured. Adds a regression test pinning the four events to the PRODUCT_VARIANT group, and a comment in ExcludedDocumentKeys documenting that the dry-run feature already covers them transitively via prefix matching.

  • #6546 c305dd4 Thanks @mirekm! - ProductDoctor: Add mode-aware reassurance under public-API verification badge and tighten ambiguous diagnostic copy

  • #6557 6589b54 Thanks @lkostrowski! - Removed deprecated @reach/auto-id dependency and replaced it with built-in React useId hook. This is purely technical change.

  • #6547 764b4f9 Thanks @mirekm! - ProductDoctor: Group channel issues by purchasability vs shipping to mirror Saleor 3.23 stock-availability semantics

  • #6545 029f589 Thanks @mirekm! - ProductDoctor: Add support for new availability mode introduced in Saleor 3.23

Full Changelog: 3.23.3...3.23.4