Restforce v3.2.0 Release Notes

Release Date: 2019-10-09 // over 4 years ago
    • ➕ Add support for the Batch API (@gaiottino, @teoulas)
    • Return specific exceptions for errors that might be returned from Salesforce.com - instead of getting a generic Faraday::Error::ClientError, you might get something like a Restforce::EntityTooLargeError (@boblail)
    • 🔦 Expose the full response in exceptions' messages to make debugging easier (@boblail)
    • Properly escape IDs with spaces in them when working with existing records (@pushups)