2.9.55 -
Sync SQL optimization: improve delete from the Queue dependency
Implemented new "Use extended Queue cleanup logic" option
Old logic ("No" option) - it will delete successful Queue records from the "tail" one-by-one
New logic ("Yes" option) - will delete successful records if it's "child" records are successful too. I.e. could be deleted record from the middle of dependency.
2.8.54 -
Consumers optimization: spawn a new messages on Memory limit restart
Implemented mechanism spawn a new messages on Memory limit restart
2.9.53 -
Performance issue, spikes ~5 min
Added a new conditions, this cron will works only if the both following options enabled:
Refresh grids
Reset Order Sync Statuses
2.9.52 -
CU-86853knw2 - Order sync issue: Call to a member function addData() on null
Fixed order sync issue with virtual products placed as Guest user
2.9.51 -
Individual Cron Group for each cron job
created individual Cron Group for each command to be able enable/disable them individually
2.9.50 -
Cron jobs performance
2.9.49 -
Individual Cron Group for each cron job
created individual Cron Group for each command to be able enable/disable them individually
2.9.48 -
Dependency Queue issue
Fixed Dependency Queue issue
2.9.47 -
Reindex issue: optimize SQL queries
Reindex issue: optimized SQL queries. changed sub-select to the LeftJoins
2.9.46 -
Delete/Reset record from the queue
implemented functionality that allows deleting/Reset a record and its dependencies from the queue
2.9.45 -
Sorting by Dependents column on Old From Mangeto grid brokes the page "Attention Something went wrong."
Disabled Sorting by Dependents column on Old From Mangeto grid
2.9.44 -
SF Account and Contact receive incorrect owner from Lead
Fixed issue with inheriting owner from Lead when it was changed on SF side
2.9.43 -
Opportunity owner does not inherit for Lead
Fixed issue with inheriting owner from Lead to Opportunity
2.9.42 -
[Addressbook] Country and State for location Account does not sync
Fixed Country and State synchronization for location Account
2.9.41 -
Product sync stuck in "Scheduled" status if remove product
Fixed isuue with re-sync on new queue grid
2.9.40 -
Undefined index: Account
Fixed isuue with Account sync ("Notice: Undefined index: Account in" ) issue could appears if some customer has SalesforceContactId, but doesn't have SalesforceAccountId
2.9.39 -
Custom date field values on Product become a day earlier on sync SF-> M2
Fixed issue with date field values on Products synchronization
2.9.38 -
Account lookup logic
Implemented new Account lookup logic (Create new Account and Contact for customers with the same First and Last name and different emails)
2.9.37 -
Incorrect status for synced Product
Fixed issue when sync status does not change after clicking on Process link in queue
2.9.36 -
Error 'Call to a member function getReservedOrderId() on null' in the queue
Fixed issue with Abandoned Cart sync
2.9.35 -
Error 'duplicate value found' in the queue
Fixed issue 'duplicate value found' in the queue with abandoned cart item
2.9.34 -
[Improvement] Creating new logic for dependency for M-SF sync Phase 2
Created new logic for dependency
2.9.33 -
Account lookup logic
Implemented new Account lookup logic (Create new Account and Contact for customers with the same First and Last name and different emails)
2.9.31 -
Error in Queue during Order and Opportunity reverse sync
Fixed issue with the Opportunity reverse sync on the version 245ce
2.9.30 -
Orders are not being synced
Fixed issue related to the "Lookup" logic:
if "multicurrency" feature enabled - the SQL query Lookup was incorrect and loads PricebookEntries for all products.
If Person account feature enabled - the SQL query Lookup was incorrect and loads BusinessAccount LookuoByName for all customers.
2.9.29 -
Errors during the sync of StockNotification
Fixed issue with the sync of StockNotification
...