Skip to content

Release 0.8.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 15:17
· 58 commits to main since this release
b44da1d

What's Changed

  • NEXT-37303 - [BREAKING] changed sync command argument -s --schema to -p --profile
  • NEXT-37303 - [BREAKING] Fixed an issue where row values were always provided as strings in the deserialize script.
    Now they are converted into their proper types before passed to the script.
  • NEXT-37313 - Implemented re-authentication for API calls to handle expired bearer tokens
  • NEXT-37314 - Added get_language_by_iso(isoCode) function to scripting, which allows to lookup language IDs in the shop based on their iso code. A lookup table is generated at startup, thus calling this function should not cause excessive slowdowns.
  • NEXT-37315 - Trigger indexing of the shop by default at the end of an import (can be disabled with flag -d --disable-index)
  • NEXT-37316 - Added index command, to trigger the indexing of the Shopware shop
  • NEXT-37317 - Added various default profiles
  • NEXT-37318 - Added copy-profile command, to copy the default profiles to your system
  • NEXT-37504 - Fixed the generation of request criteria to support correct nested associations
  • NEXT-37516 - Added sync command argument -t --try-count which configures the maximum number of tries before a failed but processable request is dropped for the import mode
  • NEXT-37602 - Added get_currency_by_iso(isoCode) function to scripting, which allows to lookup currency IDs in the shop based on their iso code. A lookup table is generated at startup, thus calling this function should not cause excessive slowdowns.
  • NEXT-37781 - Fixed string values set by script containing double quotes

New Contributors

Full Changelog: v0.7.1...v0.8.0