This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
Releases: MalteJanz/sw-sync-cli
Releases · MalteJanz/sw-sync-cli
Release 0.7.0
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
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
- @jozsefdamokos made their first contribution in #16
Full Changelog: v0.5.0...v0.6.0
Release 0.5.0
- Added
get_default(name)
function to scripting. It allows lookup of constants like theShopware/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
- "To-One-Association" values are now imported correctly
- Added profile
product_with_manufacturer.yaml
as an example
- Added profile
- 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
to8
(from16
) 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
- 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
- Added very basic
filter
entry for schema (used on export only) - Added
sort
entry for schema (used on export only)
Release 0.1.0
Initial experimental release