Releases: shopware/SwagMigrationAssistant
Releases · shopware/SwagMigrationAssistant
16.2.0
16.1.1
- #15318 - Fixed missing cleanup of the
swag_migration_fixtable when truncating a migration - #15637 - Fixed connection fingerprint compatibility with <6.7.2.0
16.1.0
- Fixed log entries to have the file path and line number in the exception message
- Remove support for Magento 1.9
- Reduced log file size by removing exception trace args
16.0.0
- #14517 - Fixed duplicate key error when re-migrating products with SEO main categories after checksum reset
- #14400 - Removed the "Delete migration data" action from the migration history context menu
- #13898 - Fixed migration of orders with different tax rates on line items from SW5
- #11808 - Introduced Error Resolution to manage data inconsistencies and apply migration fixes directly in the SW6 administration, instead of fixing issues in the source system as it was needed previously.
- #11808 - Enriched migration logs with detailed data descriptions to improve error traceability.
- #11808 - Integrated ACL constraints to restrict specific migration actions based on user permissions.
- #11808 - Improved data reliability via stronger validation checks for converted data.
- #11808 - Applied general UI/UX improvements for visual consistency.
- #11808 - Removed CLI commands
migration:abort,migration:get-progress, andmigration:start. You have to start the migration via the Administration UI, it still runs in the background message queue - #11808 - Checksum reset and migration data cleanup now run asynchronously via message queue.
15.0.4
- Added
shopIdV2to the list of ignored system config entries for Shopware 6 connections - Media processing has been simplified so that the UI can show the actual progress
15.0.3
- Fixed translations of error groups missing details like the entity
- Fixed handling of customers without default payment method in SW6.7 migrations
15.0.2
- Fixed data selection tab freezing due to infinite loop in SW6.7RC4 or later
- Fixed connections names containing hyphens causing errors for custom field migration
- Fixed premapping for administration users if username is empty
15.0.1
- Fixed deprecation warnings for
taggedargument in services definitions
14.1.0
- MIG-1082 - Fixes an error with repeated migration of customer wish lists from SW5 to SW6
- MIG-1096 - Fix
json_decodewithnullrun exceptions that occurred with mappings of old migration runs (older assistant versions)