Releases: advisors-excel-llc/AEConnect
v2.0.3
Bug Fix: Let Created Change Events Pass Through
2.1.3 Merge branch 'develop'
Bug Fixes and Better Logging
v2.1.2 Merge branch 'develop'
REMEMBER ME NOT
My final release, may you not remember me for the code which you find here, but instead for happy reasons.
Speaking of not remembering, the Entity managers that close are also not remembered while closing and re opening entity managers through the manager registry.
CDC COMBO BREAKER
Fixes glitch that caused updates sent through CDC for multiple entities to be ignored.
Package update
Updates JMS to version 3.
adds Record Type metadata validation
Adds LIMIT and OFFSET capabilities to queries ran in bulk imports.
Fixes many more exotic glitches concerning queries you might type that AEConnect could have previously misinterpreted, resulting in frustrating SOQL / ordering errors.
233 BPM
Update to SF SDK 1.4.1 with a life saving fix that allows streaming client restarts.
Lessens the number of times we will be seeing the logger send throughput stats and changes the 'Listener received' message slightly to include the sObject serialization.
THROW MORE LOGS
We added a nice way to split logs into different channels if you are using monolog to run AEConnect. Default it is sending the regular psr/log logger to all services, but now you can overwrite the service aliases
Psr\Log\SyncLogger: '@psr\Log\LoggerInterface'
Psr\Log\InboundLogger: '@psr\Log\LoggerInterface'
Psr\Log\OutboundLogger: '@psr\Log\LoggerInterface'
to control channels.
We also now have throughput calculations being logged for listen!
remove deprecations
Now no longer throwing deprecation notices in 4.4
Null entity Exception
There were some cases where you may have been trying to update entities and gotten entities from salesforce which were not in your database. This was causing an error where later on in processing we were sloppily assuming all entities would exist. We now added a function on the event Targets to get only records with entities.