Releases: InfoTechRG/salesforce_ar_sync
Releases · InfoTechRG/salesforce_ar_sync
v5.3.0
v5.2.1
- Reverted accidental change to object creation during sync.
- Updated documentation to reflect what happens when encountering object creation during manual syncing.
v5.2.0
Update Psych Version
OPS-3092: psych update (#37) * Updated for psych issue * Bump version --------- Co-authored-by: Jason Brodie <jbrodie@infotech.com>
Remove .delays
- Replace .delay calls with ActiveJobs
- Add job_queue config
Ruby 3
Ruby 3 moved rexml from a default gem to a bundled gem. Include it as a dependency
Restforce
WebID syncing and Readonly fields
- Adds support for Rails 5
- Added ability to specify readonly fields for salesforce syncable models so those fields don't try to sync back to Salesforce
- WebID syncing fixed
Rails 5 Compatibility, Optional Save Method
v3.1.0 merge master
Async Attributes and Custom Save Method
- Only pass changed attributes when syncing async attributes
- Create custom save method