Releases: Shopify/cli
Releases · Shopify/cli
3.78.0
CLI
-
Add HTTP proxy support with the environment variables
SHOPIFY_HTTP_PROXY
andSHOPIFY_HTTPS_PROXY
If your proxy uses basic authentication, provide the auth in the following format:
SHOPIFY_HTTP_PROXY=http://user:[email protected]:PORT
App
- Fix the first import in shopify.d.ts to be a relative path
- Fix the globalThis type
Theme
- Update 'shopify theme check'
- Fix requests to Section Rendering API that contain the same search param name multiple times (e.g. multiple filters for "size").
- Fixed an issue where CLI would not apply the SHOPIFY_FLAG_ENVIRONMENT flag
3.77.1
3.77.0
CLI-Kit
- Enable automatic retry for network errors (i.e. DNS or connectivity issues). Can be disabled with
SHOPIFY_CLI_SKIP_NETWORK_LEVEL_RETRY
. - Automatic cancellation of slow network requests
App
- Automatic cancellation of slow network requests
Theme
- [BugFix] CLI can't force fetch metafields when run by language-server
- Fix masking 404 errors as 200 when using Section Rendering API.
- Update
theme info
command to support multiple environments- EX:
theme info -e env1 -e env2
- EX:
3.76.2
3.76.1
3.76.0
CLI
- fd32347: Add multi-environment infrastructure and allow multiple environment usage in theme list command
- 4a3895c: Use GraphQL for theme creation
- 38e8d7b: Hide serialized_script fields in verbose logs
- b1ed29d: Fix binary files being corrupted on theme pull
- 6449aa6: Fetch notifications in background
Themes
- fca9c19: Render error overlay when
theme dev
encounters asset upload errors. A 500 status code is returned when the error overlay is rendered. - 0b515f3: Fix 401 and 405 errors when rendering certain routes.
- fa2fa08: Improve
shopify theme dev
to recover the session when theme ID mismatch errors happen - d361f3a: Fixed
shopify theme dev
to avoid emitting full page reload events when files are updated successfully, preventing conflicts with hot-reloading.
App
[email protected]
@shopify/[email protected]
Patch Changes
- Updated dependencies [4a3895c]
- Updated dependencies [38e8d7b]
- Updated dependencies [b1ed29d]
- Updated dependencies [6449aa6]
- @shopify/[email protected]