Skip to content

v1.1.0

Choose a tag to compare

@zaiste zaiste released this 17 May 12:03
· 838 commits to main since this release
604a2a1

New Features

• Add token & permission management for Saleor Apps by @zaiste in #118

Generate a token for a Saleor App

saleor app token

Set permissions of a Saleor App

saleor app permission set

• Add generate command for creating resources in Saleor Apps by @zaiste in #116

Mainly for Saleor Apps. You can generate a web hook stub along with a GraphQL subscription for defining the web hook payload.

saleor app generate webhook

• Introduce anonymous user session for telemetry by @zaiste in #115

Improvements

  • Simplify downloading from GitHub by @zaiste in #123
  • Add simple progress bar to waitForTask by @2can in #106
  • Use isGlobal flag for update-notifier by @2can in #107
  • Split waitForTask messages to 80 chars max by @2can in #108
  • Make output more clear for storefront create by @2can in #114
  • Improve app tunnel & app create by @2can in #120
  • Add suffix for tunnel spawn for windows by @2can in #117

Fixes

Full Changelog: 1.0.3...1.1.0