All Versions
58
Latest Version
Avg Release Cycle
65 days
Latest Release
202 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.5.0 Changes
December 07, 2016- ๐ Deprecate support for Ruby 1.9, since official support was dropped nearly two years ago, and it's causing problems with keeping our dependencies up to date
- Securely hash Salesforce credentials used in cache keys, so they aren't stored in the clear (@atmos)
-
v2.4.2 Changes
October 20, 2016- ๐ Relax
json
dependency for users of Ruby 2.0.0 onwards to allow a much wider range of versions (@timrogers, with thanks to @ccutrer and @janraasch)
- ๐ Relax
-
v2.4.1 Changes
October 18, 2016- โ Added support for pre-released versions of Ruby 2.4.0 by relaxing the
json
gem dependency (@timrogers, with thanks to @ccutrer)
- โ Added support for pre-released versions of Ruby 2.4.0 by relaxing the
-
v2.4.0 Changes
July 29, 2016- โ Added ability to download documents attached to records, behaving like attachments (@jhelbig)
-
v2.3.0 Changes
July 15, 2016- Allow the Salesforce API version to be specified with a
SALESFORCE_API_VERSION
environment variable (@jhelbig)
- Allow the Salesforce API version to be specified with a
-
v2.2.1 Changes
June 06, 2016- โ Added support for
get_deleted
call (@adambird)
(This should have been a minor version rather than a patch version, following format MAJOR.MINOR.PATCH, since we use Semantic Versioning and this adds functionality. Sorry! @timrogers)
- โ Added support for
-
v2.2.0 Changes
March 16, 2016- Raise a
Faraday::Error::ClientError
for300
responses triggered by a conflicting external ID, providing access to the response, which contains an array of the conflicting IDs (@timrogers, @michaelminter) - ๐ Improve the consistency of
Faraday::Error::ClientError
s raised, so they all have a message with the same format (@timrogers)
- Raise a
-
v2.1.3 Changes
March 09, 2016- Raise a
Restforce::ServerError
when Salesforce responds with a500
due to an internal error (@greysteil) - Improving handling of response body in errors (@kuono)
- Raise a
-
v2.1.2 Changes
November 02, 2015- ๐ Always parse the JSON response before errors are raised to improve exceptions (@kouno)
-
v2.1.1 Changes
August 20, 2015- โ Added support for
get_updated
call (@web-connect) - Respect Faraday adapter option in authentication middleware (@stenlarsson)
- โ Added support for