Skip to content

Releases: advisors-excel-llc/AEConnect

v2.0.3

10 Aug 22:53
6781db0
Compare
Choose a tag to compare
Merge pull request #271 from advisors-excel-llc/feature/RemovingSelfR…

…efrencingChanges

Feature/removing self refrencing changes

Bug Fix: Let Created Change Events Pass Through

06 Aug 18:02
Compare
Choose a tag to compare

Bug Fixes and Better Logging

04 Aug 17:01
Compare
Choose a tag to compare
v2.1.2

Merge branch 'develop'

REMEMBER ME NOT

16 Jun 22:01
c91d22a
Compare
Choose a tag to compare

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

13 May 17:04
b50837b
Compare
Choose a tag to compare

Fixes glitch that caused updates sent through CDC for multiple entities to be ignored.

Package update

04 May 19:07
a216b26
Compare
Choose a tag to compare

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

27 Apr 23:36
Compare
Choose a tag to compare

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

27 Apr 18:17
Compare
Choose a tag to compare

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

23 Mar 16:57
ccbe083
Compare
Choose a tag to compare

Now no longer throwing deprecation notices in 4.4

Null entity Exception

20 Mar 15:55
7289351
Compare
Choose a tag to compare

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.