Changelog

Follow up on the latest improvements and updates.

RSS

Get notified by email when your user logs are paused due to exceeding the 24-hour limit - and again when they resume. Opt in from Settings > Notifications to stay informed without having to check manually.
You can now upload files (CSV, JSON, XML, etc.) directly in the AI chat. The assistant will automatically create a task to parse and process the file - making it easy to import or update any data in your store.
The AI assistant no longer modifies your scripts directly. Instead, it proposes changes as a diff that you can review, approve or reject — giving you full control over what gets applied to your code.
Every script edit now records who made the change — whether it was a team member or the AI Assistant. Browse the full version history with side-by-side diffs and restore any previous version in one click.
Add documentation directly to your scripts using {% doc %}...{% enddoc %} blocks. Supports @param, @description, and @example tags to describe what your script does, its parameters, and usage examples. Documentation is displayed as a hover tooltip in the editor when referencing a script via function or run. The block is ignored at runtime — no impact on execution.
Read more in our docs
Query Shopify's Storefront GraphQL API directly from your scripts. Works just like the graphql tag but targets the Storefront API — access public store data like products, collections, recommendations, and cart operations without admin-level permissions.
{% storefront query: query, variables: variables as result %}
Read more in our docs.
AI Assistant has been enhanced. It can now work directly with your current code and:
  • explain what the script does
  • fix and improve existing logic
  • add new features
  • format and optimize the code
The AI Assistant in DataJet is designed to help you generate production-ready Liquid code from a simple prompt. Instead of starting from scratch, you can describe what you want to achieve, and the assistant will provide a code template that’s ready to deploy.
The following filters now have corresponding tag versions:
  • ftp
  • http
  • flow_v2
  • email
  • log
  • graphql
Additionally, there are new tags:
  • storage_read
  • storage_write
Read more about availabe tags in the documentation
An aggregated error report is sent every 6 hours. The report includes all errors from the past 6 hours.
This is a change from the previous version, where an error email was sent as soon as an error was detected.
Load More