Changelog

Follow up on the latest improvements and updates.

RSS

You can now access additional customer data in shipping rate scripts. More about Shipping Rate Context here
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.
Connect DataJet with your GitHub repository to track changes, deploy to multiple stores at once and more.
More details in integration setup manual.
remove_prop removes property with its value from an object.
Any errors returned from Shopify GraphQL now appear as CRITICAL logs in DataJet logs. Previously they were logged as WARNING logs.
This change does not affect script execution.
You can now see scripts statistics from last 7 days via widget just above task variables.
image
By clicking on Errors or Warnings count you can quickly preview script errors and warnings.
New
run
tag which can be used alternatively with
run
filter. Read more about run tag.
Load More