Restforce v2.1.0 Release Notes

Release Date: 2015-06-29 // almost 9 years ago
    • Added support for query_all, explain and limits API calls (which require a newer api_version than the default of 26.0) (@theSteveMitchell, @zenchild)
    • โž• Added support for recent API call (@davebrace)
    • Changed PROXY_URI environment variable to SALESFORCE_PROXY_URI (with warning to STDOUT if the old variable is set) (@timrogers)
    • Implemented version_guard in Restforce::Concerns::API to standardise behaviour of API calls which require a particular version of the Salesforce API (@zenchild)
    • ๐Ÿ›  Fixed bug with construction of Faraday::Error::ClientError exceptions (@debussyman)
    • โž• Added support for specifying SSL options to be passed to Faraday (@jonathanrico)
    • โž• Added support for specifying a custom logger and log level (@ilyakatz)
    • ๐Ÿ‘Œ Improved experience for contributors to the gem with bootstrapping process (@rafalchmiel)