Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Releases: MalteJanz/sw-sync-cli

Release 0.7.0

08 Jul 16:44
c07d7f8
Compare
Choose a tag to compare

What's Changed

  • Fixed bug which caused much worse response times that happened sometimes during concurrent requests
  • Slightly improved the performance and refactored much of the main processing logic to better utilize CPU cores

Full Changelog: v0.6.0...v0.7.0

Release 0.6.0

04 Jul 12:21
3d64a8b
Compare
Choose a tag to compare

What's Changed

  • Added schema / profile validation to ensure the entities + entity_path exists in the shop in #16
  • Some code refactoring for readability in #15

New Contributors

Full Changelog: v0.5.0...v0.6.0

Release 0.5.0

30 Jun 15:57
5b89a58
Compare
Choose a tag to compare
  • Added get_default(name) function to scripting. It allows lookup of constants like the Shopware/src/Core/Defaults.php
  • Fixed import of "To-Many-Associations" when the value is null it will be ignored instead of added to the entity

Release 0.4.0

30 Jun 13:34
433f6d9
Compare
Choose a tag to compare
Release 0.4.0 Pre-release
Pre-release
  • "To-One-Association" values are now imported correctly
    • Added profile product_with_manufacturer.yaml as an example
  • Fixed reported request timings (they were measured wrong, longer than actual)
  • Fixed --in-flight-limit to actually be respected (wasn't implemented correctly)
  • Changed default in_flight_limit to 8 (from 16) as that seemed like a better performing number
  • Implemented all criteria filter types and added product_variants.yaml
  • Removed sync --verbose option for now, as it wasn't implemented

Release 0.3.0

23 Jun 21:31
2081845
Compare
Choose a tag to compare
Release 0.3.0 Pre-release
Pre-release
  • Added associations entry for schema (used on export only)
  • Implemented proper entity_path resolution with optional chaining ?. for export
  • "To-One-Associations" are now exported correctly
    • The implementation for import is still missing and these fields will be ignored for now

Release 0.2.0

23 Jun 12:51
22c6a84
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release
  • Added very basic filter entry for schema (used on export only)
  • Added sort entry for schema (used on export only)

Release 0.1.0

22 Jun 14:17
55e7ca6
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

Initial experimental release