Releases: advisors-excel-llc/AEConnect
Electrified
Fixes many issues including that with self-referencing entities and data conversion for bulk importing.
Locked
Fixes issues with external Ids that use UUID type fields.
Fused
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
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
- Support transforming empty strings to null for DateTime fields
Bound
- Removed unneeded dependency argument in the ConsumerCommand
Engage
- Fix issue with injected dependency declaration in services.yml
Buckle Up
Makes changes to how the default connection is specified in the configuration.
Click
- 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
Cleanup the config yamls to be in compliance with Symfony Standards.