Changelog

Get all of the latest changes and updates in Gadget
May 2, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Masquerade menu open/close refresh issue fixed

The issue where opening/closing the masquerade menu inadvertently refreshes the app preview has been addressed.
April 30, 2025
Bug fixes
Feature improvement
New feature
Assistant

Fixed broken record generation logic

We have addressed an issue with the assistant's record generation feature that previously did not respect the specified model or the number of records requested. The improvement includes adding tests to ensure reliability, capping AI-powered record generation to 100, and refining logic to ensure it only creates related records when necessary.

April 26, 2025
Bug fixes
Feature improvement
New feature
Assistant

Shopify app preview redirection issue resolved

The issue causing the assistant to incorrectly redirect to the admin URL within the app preview has been resolved.
April 24, 2025
Bug fixes
Feature improvement
New feature
Connections

Display eligibility for Shopify app installation

In our Shopify CLI onboarding flow, we now display which shops can install non-distribution apps. Due to Shopify's limitation where dev stores with "transfers disabled" cannot install certain apps, we've updated the system to reflect this in the shop list dropdown. This ensures users are aware of which shops are eligible for installation based on these criteria.
April 22, 2025
Bug fixes
Feature improvement
New feature
Assistant

Fix for rollback exceeding original edits

An issue was resolved where rolling back changes would randomly affect more files than originally edited. This fix ensures that rollbacks are now consistent with the original edits.
April 20, 2025
Bug fixes
Feature improvement
New feature
Docs

Copy code snippet button issue fixed in embedded API docs

An issue with copying code snippet within embedded API documentation has been resolved.
April 20, 2025
Bug fixes
Feature improvement
New feature
Assistant

Improved assistant Polaris generation

The Polaris generation by the assistant has been improved as to lower the possibility for hallucinations. This update addresses earlier issues with legacy Polaris usage and ensures a more efficient and up-to-date experience.
April 20, 2025
Bug fixes
Feature improvement
New feature
Assistant

Changes to assistant behavior for Shopify connections

We've improved the assistant's Shopify connection setup to allow for connections that don't include models.
April 18, 2025
Bug fixes
Feature improvement
New feature
Frontend

Reduced frequency of slow load notifications

We've adjusted the frequency of slow load notifications displayed in the frontend. They would often appear even when the application loaded quickly in development
April 17, 2025
Bug fixes
Feature improvement
New feature
Frontend

Fixed issue with in-editor Shopify app preview in production

Fixed an issue where the production Shopify app preview was not loading because it was missing a valid Shopify app bridge script tag.
April 17, 2025
Bug fixes
Feature improvement
New feature
Assistant

Improved assistant feedback during Shopify connection setup

To enhance user experience, we've added feedback indicators during the setup process for Shopify connections using the assistant. This update ensures users know when the assistant is actively working in the background, preventing confusion due to pauses without notification.
April 16, 2025
Bug fixes
Feature improvement
New feature
Authentication

Fixed an issue with Remix SPA client loader authentication

A fix has been implemented to resolve an issue where Remix client loaders in Shopify apps didn't set the proper authentication header on call to the Gadget API.
April 16, 2025
Bug fixes
Feature improvement
New feature
Connections

Added returns model to Shopify connection

We've enhanced the Shopify connection by adding the returns model.

April 15, 2025
Bug fixes
Feature improvement
New feature
Framework

Added automatic environment pausing and unpausing

Automatic environment pausing means that development environments will be paused when inactive. Inactivity is determined by if there are recent changes to the application code and or the Gadget editor is open. If there's no activity after 15 minutes, the environment is paused. The environment can be unpaused by opening the editor on the specific environment.
April 15, 2025
Bug fixes
Feature improvement
New feature
Assistant

Fixed assistant reappearance after dismissal

Resolved an issue where the assistant would reopen after being dismissed. The assistant now stays closed as intended until manually reopened by the user.
April 15, 2025
Bug fixes
Feature improvement
New feature
Frontend

Fixed logged in user behavior for web app preview

The app preview button now correctly brings you to the signed-in route as a user, instead of redirecting to the homepage as unauthenticated.
April 10, 2025
Bug fixes
Feature improvement
New feature
Assistant

Assistant query handling before environment setup is complete

The assistant can now manage certain queries before environment setup is complete. This improvement addresses issues where the assistant would ask for information, such as desired scopes for Shopify apps, but couldn't act on the response due to an incomplete setup.

April 10, 2025
Bug fixes
Feature improvement
New feature
Code Editor

New shortcut for quick access to the problem drawer

We've added a new shortcut to enhance your workflow efficiency. Press Cmd+J to open the problem drawer. This is similar to how it works in VSCode
April 10, 2025
Bug fixes
Feature improvement
New feature
Assistant

Improved assistant context for rollbacks

The assistant now has enhanced context awareness regarding rollbacks. Previously, it might not recognize when a rollback occurred during a conversation, leading to incorrect assumptions about the file state. This update ensures the assistant is aware of such changes, preventing issues with file state assumptions in environments with multiplayer or multiple conversations.
April 8, 2025
Bug fixes
Feature improvement
New feature
Frontend

Fix for Vite error broadcasting with multiple tabs

We've resolved an issue where rendering errors wouldn't display in all tabs when using Vite with multiple open tabs. Now, errors will broadcast to all instances correctly, ensuring consistency across tabs.
April 8, 2025
Bug fixes
Feature improvement
New feature
Connections

Shopify admin link correction in editor preview

The Shopify URL in the editor preview now correctly links to the Shopify admin. This ensures a seamless transition from the Gadget in-editor application preview to the Shopify admin interface.
April 7, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Default model folder state updated for new projects

New projects will now start with the model folder closed and the web folder open by default. This change helps reduce clutter caused by root files. Once a user updates the folder state, it will be preserved as usual, maintaining user preferences.
April 4, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Dev harness errors shown in previewer's top bar

The location of the development harness has been changed for the in-editor application preview. It is now located at the top of the preview in order to take less space when opened.
April 3, 2025
Bug fixes
Feature improvement
New feature
Connections

Remove API trigger for scheduled Shopify sync

The scheduledShopifySync action was incorrectly including an API trigger. This has been removed to avoid unwanted API calls and ensure only the scheduler trigger is used for nightly synchronization.
April 3, 2025
Bug fixes
Feature improvement
New feature
Assistant

Updates to credit purchase process

We've made several updates to the credit purchase process. Users now have the option to upgrade to a paid plan and getting proposal credits or simply purchasing credits

April 3, 2025
Bug fixes
Feature improvement
New feature
Assistant

Enabled proposal credit purchases for Hobby plan

Hobby plan users can now purchase proposal credits without needing to upgrade their plan. The user interface remains consistent, but different modals are shown for hobby and paid plans.
April 2, 2025
Bug fixes
Feature improvement
New feature
Assistant

Fix for broken assistant "Fix" button in frontend

The "Fix" button to address errors in the frontend was previously non-functional. This change has made sure that it now redirects the user to the Gadget editor with assistant open.
April 1, 2025
Bug fixes
Feature improvement
New feature
Docs

Improved loading speed for API reference and guides

The loading performance of the API reference and guides pages has been significantly improved. Users will now experience faster access to essential documentation.
March 31, 2025
Bug fixes
Feature improvement
New feature

Removed the "about" route from default Shopify app templates

The "about" route has been removed from all default Shopify app templates.
March 27, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Fixes to API Playground typechecks issues

In this update, we've fixed issues in the Playground related to typechecks.
March 26, 2025
Bug fixes
Feature improvement
New feature
Authentication

HMAC validation added to routes for Shopify app proxies

We've added HMAC validation for routes that are being called from a Shopify app proxy. This allows you to make calls to the Shopify admin API with connections.shopify.current.
March 25, 2025
Bug fixes
Feature improvement
New feature
Frontend

Shadcn AutoComponents added to default web app templates

We've introduced Shadcn mainline AutoComponents, bringing feature parity with the Polaris side but offering more customization for UI components. This enhancement allows for a more flexible and tailored user interface design in web apps.
March 25, 2025
Bug fixes
Feature improvement
New feature
Connections

Add ask AI to scope selector page

The scope selector page now features an 'Get help' button. This feature streams a message to help users select scopes and models for their Shopify apps.
March 25, 2025
Bug fixes
Feature improvement
New feature
Connections

Set last used option as default

The store selection dropdown, in the Shopify connection CLI flow, now defaults to the last used option instead of the first in the list.
March 25, 2025
Bug fixes
Feature improvement
New feature
Framework

New team members UI released

The user interface for managing team members has been revamped to enhance usability and clarity.
March 25, 2025
Bug fixes
Feature improvement
New feature
Frontend

Introduction of AutoRelationshipForm

AutoRelationshipForms extend relationship Auto Components, enabling you to modify related records while updating the current one.
March 24, 2025
Bug fixes
Feature improvement
New feature
Assistant

Fix schema proposal card display

The schema proposal card has been updated for a better user experience. Changes include:
  • Further indentation for improved readability.
  • Spacing out fields for better visual clarity.
  • Placing all options and validations on one line, separated by commas.
  • Updated relationships for consistency.
March 24, 2025
Bug fixes
Feature improvement
New feature
Framework

React Router V7 and Remix updates for web and Shopify apps

We have updated our default web app templates to include only React Router V7. For Shopify templates, both React Router V7 and Remix are available.
Web apps:

  • RRv7 framework
  • RRv7 declarative

Shopify apps:

  • Remix SSR
  • RRv7 declarative
March 21, 2025
Bug fixes
Feature improvement
New feature
Frontend

Chat awareness of active navigation tab

The chat feature now recognizes which navigation tab you're currently viewing, whether it's the frontend preview, playground, docs, or others. This enhancement ensures more contextual and relevant interactions.
March 21, 2025
Bug fixes
Feature improvement
New feature
Docs

Docs search integration in editor

We've added the ability to use the command palette to search for docs. You can use keywords to find docs relevant to what you're building.
March 21, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Data viewer table design improvements

We've implemented several design enhancements to the data viewer table, addressing key usability issues:

- Added the idea of an active column which is selected by the user and stays sticky while horizontally scrolling.
- Modified the blue highlight on the header to appear only when the cursor is exactly on the divider.
- Resolved issues with horizontal scrolling, ensuring smoother column rearrangements and preventing dark line overlap on the first column.

March 20, 2025
Bug fixes
Feature improvement
New feature
CLI

Allow `ggt pull` from production environment

We've updated ggt to allow users to pull files directly from the production environment.

March 20, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Fix for incorrect editor preview URL in Shopify

A bug was fixed where the "Open preview URL" in the editor preview incorrectly directed users to the embed version of a Shopify preview instead of linking directly to the Shopify admin page. This issue aligns the link behavior with the global preview.
March 19, 2025
Bug fixes
Feature improvement
New feature
Frontend

Fix for inaccurate interface on app preview page with no app connection

The preview page now provides accurate messaging when users have scopes but no app connected. The interface will correctly prompt users to connect a Shopify app to preview their app, improving overall clarity and user guidance.
March 18, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Playground opens within the Gadget editor

The playground feature now opens directly within the Gadget app instead of a new tab.
March 18, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Updated icons across platform

A visual refresh has been applied to icons across the platform. This update aims to provide a more consistent and modern look.
March 18, 2025
Bug fixes
Feature improvement
New feature
Assistant

Show specific file being read by assistant

The assistant now displays the specific file being read, instead of the generic "reading file" message.
March 17, 2025
Bug fixes
Feature improvement
New feature
Docs

Fixed guides link navigation in code editor

The guides link from inside the code editor now correctly directs you to your specific app, ensuring the version is displayed accurately. This resolves the issue of being redirected to a generic page with the incorrect version reference.
March 17, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Resolve OpenAI import issue in the code editor

The `openai` import issue in codeMirror has been resolved. Previously, even when `openai` was listed in `package.json`, the import wouldn't work because the `index.d.ts` file was not correctly handled. This fix ensures that imports for `openai` are now properly resolved.
March 17, 2025
Bug fixes
Feature improvement
New feature
Connections

Support for Shopify webhook filtering

We've added the ability to apply filters to Shopify webhooks. Read Shopify's docs for more information on how to correctly format your filters: https://shopify.dev/docs/apps/build/webhooks/customize/filters

March 17, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Add placeholder text to JS playground

We've introduced a new placeholder text in the JavaScript playground. It informs users that they can use the up and down arrows to scroll through history. This message will disappear once users interact with the arrows.
March 17, 2025
Bug fixes
Feature improvement
New feature
Framework

Upload production assets to CDN

Production assets can now be uploaded to a Content Delivery Network (CDN). This enhancement ensures faster delivery and improved performance for end-users by distributing assets closer to their geographical locations.
March 14, 2025
Bug fixes
Feature improvement
New feature
Frontend

Improved frontend error cards with assistant aided "Fix" button

We've enhanced the appearance of error cards for various frontend errors, including those related to Remix SSR and React components. Each error card now features a more refined design and includes a button for requesting assistance from the Gadget AI, ensuring a better and more user-friendly experience.
March 14, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Fix button for errors in the API Playground

A new "Fix" button has been added to the API Playground result area for errors. This button allows you to open errors directly in chat, facilitating faster debugging and error resolution/explanation. Note: The button is functional only in the playground editor and not in full screen mode.
March 14, 2025
Bug fixes
Feature improvement
New feature
Framework

Special tsconfig.json for react-router

We've introduced a specialized `tsconfig.json` for projects using react-router. This configuration now supports `moduleResolution` set to `node16`, aligning with the guidelines mentioned in the react-router documentation. For more details, you can check the links to the: * react-router documentation: https://reactrouter.com/how-to/route-module-type-safety * react-router changelog: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v702
March 13, 2025
Bug fixes
Feature improvement
New feature
API

Maintain 1-1 relationship in hasOne API updates

The `hasOne` relationship API ensures a 1-1 relationship is maintained when relinking records. Previously, unlinking a `hasOne` required either violating validation or removing the record. This improvement now handles these scenarios more gracefully without breaking required validations.

March 10, 2025
Bug fixes
Feature improvement
New feature
API

Resolve GraphQL conflict with model and action apiIdentifiers

We addressed an issue where conflicts were occurring in GraphQL due to overlapping apiIdentifiers for model and global actions like deleteUser. Now, users will receive an error message if they attempt to create an action with a conflicting GraphQL mutation name, preventing such naming conflicts.

March 10, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Empty state for the Shopify app preview

Implemented new empty states in the editor for Shopify preview. This update includes a minor cosmetic tweak on the files empty state.
March 10, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Prioritize problems for the current file

Problems in the code editor are now prioritized based on the file you have open. If you're working on a file with existing issues, these problems will automatically appear at the top of the list, allowing you to address them more efficiently.
March 9, 2025
Bug fixes
Feature improvement
New feature
Connections

Updated onboarding and template cards

We've made several updates to the onboarding and template cards for the Shopify and BigCommerce integrations. Notable changes include:

  • Updated the Shopify and BigCommerce onboarding connection card design.
  • Aligned template cards with new design specifications.
  • Removed unnecessary videos from the Shopify connection page.
  • Replaced the Shopify connection installation prompt with a warning banner across multiple sections.
March 9, 2025
Bug fixes
Feature improvement
New feature
Authentication

Fixed JWT token refresh issue in preview

We've addressed an issue where the JWT token failed to refresh automatically in the preview environment, requiring a full refresh to resolve the problem.
March 9, 2025
Bug fixes
Feature improvement
New feature
Connections

Updated Shopify scope selection video

The Shopify scope selection page now features an updated video for clearer guidance during the selection process. The video has been repositioned for better visibility, enhancing the user experience during scope selection.
March 8, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Intellisense now supported in JS playground

Intellisense support has been added to the JavaScript playground in the editor.
March 8, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Fixed JS playground background colors

The background colors in the JS playground have been corrected to ensure consistent and visually appealing displays across the Gadget editor.
March 7, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Consistent display for LogQL traceId search key

The LogQL trace\_id search key is now displayed as traceId across the interface. This update ensures that what is used for searching matches the user's view, preventing confusion and improving usability.
March 6, 2025
Bug fixes
Feature improvement
New feature
Framework

Support for relational expressions in access control filters

Access control filters now support relational expressions using session and user variables. This update resolves issues where users couldn't use relational values across session/user models which could be useful for more complex filters.
March 6, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Web apps now use Shadcn

The web application has been updated to utilize the Shadcn component library, specifically in the RRv7 framework mode.
March 5, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Improved link behavior in app preview

We've updated the behavior of links in previews so that they now change tabs within Gadget instead of opening a new browser tab.

March 5, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Fix masquerading in production app preview

Resolved an issue where app preview masquerading functionality was not working correctly in the production environment.
March 5, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Consistent settings URLs implemented

We've standardized the URL structure for settings pages to ensure consistency. All settings URLs now follow the format /settings/pageName, improving navigation and uniformity across the platform.
March 5, 2025
Bug fixes
Feature improvement
New feature
Framework

Web template update for RRv7 framework mode

The web template has been updated to be created using the RRv7 framework mode.
March 5, 2025
Bug fixes
Feature improvement
New feature
Code Editor

TypeScript code snippet generation

Example code snippets for routes, effects, and validations are now generated in TypeScript when your app is in TS mode. This update includes the use of type annotations and type imports, providing a more seamless TypeScript experience.
March 5, 2025
Bug fixes
Feature improvement
New feature
Framework

Throttling added for high-volume live queries

A new strategy has been implemented to throttle live queries, ensuring better performance during high traffic. This update prevents excessive request times from overwhelming the system by delivering updates in manageable packets.
March 5, 2025
Bug fixes
Feature improvement
New feature
Assistant

Consolidate package install changes in assistant UI

The assistant UI now consolidates multiple package install changes into a single `package.json` file entry during change planning. Previously, each package installation generated a separate entry, causing clutter and confusion.

March 5, 2025
Bug fixes
Feature improvement
New feature
Assistant

Assistant updates for Shopify webhook context

The assistant now has a better understanding of Shopify webhook context. This is to allow it to better assist with changes in Shopify model actions
March 5, 2025
Bug fixes
Feature improvement
New feature
Code Editor

New settings navigation update

The settings navigation interface has been updated to improve user experience.
March 4, 2025
Bug fixes
Feature improvement
New feature
Assistant

Updated empty state for chat

The empty state for chat has been updated for both development and production environments.

Development environment:

- "Add a blog feature to my app"
- "Explain this code"
- "Fix this error"

Production environment:

- "Explain this error"
- "Explain this code"
- "Why is this form crashing?"

March 4, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Updated header navigation buttons

We've made several tweaks to the header navigation buttons to align with the new preview UI. This includes: removing multiple preview URLs, changing CSS, and streamlining navigation around the editor.
March 4, 2025
Bug fixes
Feature improvement
New feature
Frontend

Preview design facelift

The in-editor frontend preview has received a design update. Previously using a rough preliminary UI, it now boasts a polished and visually appealing interface, enhancing the user experience within the editor.
March 3, 2025
Bug fixes
Feature improvement
New feature
Frontend

Google OAuth handling in in-editor app preview

Enabled Google SSO login from within the app preview screen.
March 3, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Fix TypeScript autocomplete in JS playground

We've resolved an issue where the TypeScript-driven autocomplete in the in-editor JS playground was incorrectly applying type augmentations to all files. The fix ensures type augmentation is isolated to the playground.
March 3, 2025
Bug fixes
Feature improvement
New feature
Connections

New Shopify connection onboarding flow

We’ve introduced a new Shopify connection onboarding flow that allows users to connect to Shopify through the CLI in the Gadget editor.
February 28, 2025
Bug fixes
Feature improvement
New feature
Assistant

Enable assistant in production environment

We've enhanced the production assistant to perform key functions, including setting up plugins, managing environment variables and API keys, investigating logs, and answering general questions. Restrictions ensure that it cannot edit code, schemas, or data, or deploy Shopify extensions, maintaining a secure environment.
February 28, 2025
Bug fixes
Feature improvement
New feature
Assistant

Assistant: Display pending file changes in proposal planning stage

During the change proposal planning stage, you can now see a list of files that are expected to be added, changed, or deleted. These files are displayed but kept greyed out and disabled, giving users insight into upcoming changes without allowing interactions.
February 28, 2025
Bug fixes
Feature improvement
New feature
Frontend

Introducing new navigation

Our platform now features an updated navigation experience. This improvement enhances accessibility and user experience, making it easier to find essential functions and features within the platform.
February 27, 2025
Bug fixes
Feature improvement
New feature
Assistant

Assistant: Improved error handling

We've enhanced the AI assistant experience by implementing improved error handling in the chat.
February 27, 2025
Bug fixes
Feature improvement
New feature
Code Editor

In-editor preview for Shopify apps

The in-editor Shopify app preview has been added to Gadget environments, allowing users to preview their Shopify app from inside Gadget.
February 26, 2025
Bug fixes
Feature improvement
New feature
Assistant

Fix assistant's incorrect HTML property assumption

We've resolved an issue where the assistant incorrectly assumed the existence of an html property in rich text fields. The correct properties are markdown and truncatedHTML.

February 26, 2025
Bug fixes
Feature improvement
New feature
Assistant

Teach assistant about max page sizes

The assistant has been updated to recognize and adhere to the maximum page size limit of 250 items.
February 26, 2025
Bug fixes
Feature improvement
New feature
Assistant

Assistant: Single file code edit router updates

We've made improvements to the single file code edit router to enhance its performance and reliability.
February 24, 2025
Bug fixes
Feature improvement
New feature
Framework

Fix for data export in namespaced models

The issue where data export did not function for namespaced models has been resolved. Previously, namespaces were not correctly passed from the web UI, causing the export to fail.
February 24, 2025
Bug fixes
Feature improvement
New feature
Framework

Resolve complex field names in Gelly results

We've addressed issues with complex field names in Gelly results. Previously, field names without aliases could cause mismatches, leading to GQL results coming back as null. We've implemented a solution to ensure consistent field naming, enhancing compatibility with GraphQL standards.

February 20, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Resizable navigation and problems drawer

We've updated the navigation and problems drawer to enhance usability: * Default sizes are set for the height and width of the problems drawer and navigation. * Removed 'responsive' navigation resizing. * Adjustments to size now persist for the user's session.
February 20, 2025
Bug fixes
Feature improvement
New feature
Code Editor

Improved AI assistant sidebar interaction

We've enhanced the AI assistant to better handle actions and triggers when the sidebar is open. Now, when the canvas width is less than 1060px, the responsive design adjusts to ensure optimal usability. The sidebar will open by default for new users, and it can be closed by clicking anywhere on the canvas. Additionally fixes a bug where resizing the window caused loss of work.
February 19, 2025
Bug fixes
Feature improvement
New feature
Framework

Fix remix/react router v7 harness injection

We've resolved an issue where the Gadget dev harness wasn't being injected properly with Remix/React Router v7. This fix ensures the harness loads correctly without placing scripts in the user's root.jsx file.

February 19, 2025
Bug fixes
Feature improvement
New feature
Assistant

Assistant support for bulk actions

Our AI assistant now understands how to use bulk actions.

February 12, 2025
Bug fixes
Feature improvement
New feature
Connections

Support for Shopify discount metafields added

We've added support for discount metafields in Shopify, allowing you to bypass the need for handling registration and parsing webhooks manually.
February 12, 2025
Bug fixes
Feature improvement
New feature
Assistant

Assistant: Shopify metafield registration

Support for Shopify metafield registration by the assistant, allowing users to efficiently manage and register metafields directly from the assistant chat. This enhancement makes customization more seamless for developers integrating with Shopify.
February 12, 2025
Bug fixes
Feature improvement
New feature
Docs

Remove outdated docs callout for AutoTable

The documentation has been updated to remove the callout about adding `sortable:true` to unsortable fields in AutoTable.
February 10, 2025
Bug fixes
Feature improvement
New feature
Framework

Redis concurrency groups for non-queued job fairness

We've improved the fairness of resource allocation by integrating Redis concurrency groups for managing both queued and non-queued jobs. This change helps ensure that no single app can monopolize shared capacity, improving efficiency and balance across environments.