Skip to content

v0.39.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 08:35
· 156 commits to main since this release
5e393d0

0.39.1

Minor Changes

  • d4169dc: Added new method to SettingsManager - "delete". It can delete metadata by key in Saleor. Implemented in MetadataManager and EncryptedMetadataManager

Patch Changes

  • f809368: Added tokenRefresh event to AppBridge.

    It's meant to be triggered by dashboard, when token is refreshed.
    Apps that use new AppBridge will receive fresh token.

    This fixes this issue

    For Saleor Cloud where token lives for 24h it was rare, but Saleor can be set to have any token duration, causing app to fail fast.

  • 1783f47: Improved typings in metadata manager