All Versions
58
Latest Version
Avg Release Cycle
65 days
Latest Release
643 days ago

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)
  • 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)
  • 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)
  • 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)

  • v2.2.0 Changes

    March 16, 2016
    • Raise a Faraday::Error::ClientError for 300 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::ClientErrors raised, so they all have a message with the same format (@timrogers)
  • v2.1.3 Changes

    March 09, 2016
    • Raise a Restforce::ServerError when Salesforce responds with a 500 due to an internal error (@greysteil)
    • Improving handling of response body in errors (@kuono)
  • 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)