Skip to content

Releases: advisors-excel-llc/AEConnect

Electrified

31 Oct 19:12
4addbb5
Compare
Choose a tag to compare

Fixes many issues including that with self-referencing entities and data conversion for bulk importing.

Locked

30 Oct 21:18
392d373
Compare
Choose a tag to compare

Fixes issues with external Ids that use UUID type fields.

Fused

30 Oct 20:32
0df060b
Compare
Choose a tag to compare

Fix issues where annotations were not using the default connection when using the "default" alias.
Fix issue where outbound bulk queue was not properly calling the batch status and an error resulted.

Intertwined

30 Oct 18:35
a8b7172
Compare
Choose a tag to compare

Fixes that allow for the default connection to be returned when specify "default" as the connection name for a default connection which does not use "default" as the connection name.

Fixes an issue where entities without an ExternalId were causing errors.

Adapter

30 Oct 14:29
c0583e1
Compare
Choose a tag to compare
  • Support transforming empty strings to null for DateTime fields

Bound

30 Oct 13:19
9f0927f
Compare
Choose a tag to compare
  • Removed unneeded dependency argument in the ConsumerCommand

Engage

29 Oct 22:38
db42000
Compare
Choose a tag to compare
  • Fix issue with injected dependency declaration in services.yml

Buckle Up

29 Oct 22:08
f3fea71
Compare
Choose a tag to compare

Makes changes to how the default connection is specified in the configuration.

Click

29 Oct 19:24
8600669
Compare
Choose a tag to compare
  • Fixed issue where Field annotation was only targeted for only properties
  • Validate associated entities before referencing their to-be-created SFID. If the validation were to fail, then the associated entity wouldn't be created in Salesforce, but the owning entity would still try to be created, resulting in a reference error. This way null is used in for the SFID. If salesforce validation doesn't like that, it will shoot an error, but if SF doesn't care, the master entity will be persisted.

Socket

26 Oct 22:27
ee07f24
Compare
Choose a tag to compare

Cleanup the config yamls to be in compliance with Symfony Standards.