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

Changelog History
Page 1

  • v6.0.0 Changes

    September 09, 2022

    โฌ†๏ธ This version contains breaking changes. For help with upgrading, see UPGRADING.md.

    • ๐Ÿ’Ž โš ๏ธ Drop support for Ruby 2.6, since Ruby 2.6 has reached its end-of-life (@timrogers)
    • โš ๏ธ Drop compatability with faraday versions before v1.1.0 (@timrogers)
    • โž• Add support for faraday versions v2.0.0 onwards (@timrogers)

    ๐Ÿš€ This version was also released as v6.0.0.rc.1 on Aug 4 2022.

  • v5.3.1 Changes

    July 19, 2022
    • Handle the EXCEEDED_ID_LIMIT error returned by the Salesforce API (@timrogers, @yashshah1)
  • v5.3.0 Changes

    May 30, 2022
    • โž• Add support for Faraday v1.9.x and v1.10.0 (@magni-, @timrogers)
    • Follow redirects during authentication to support Lightning URLs (e.g. *.lightning.force.com instead of *.my.salesforce.com) (@nhocki)
  • v5.2.4 Changes

    March 16, 2022
    • ๐Ÿ›  Fix Restforce::Collection#size for Salesforce APIs that use the size property to return the total number of results, instead of totalSize (@kwong-yw)
  • v5.2.3 Changes

    January 17, 2022
    • โž• Add official support for Ruby 3.1 (@timrogers)
    • ๐Ÿ›  Fix handling of responses from the Composite API (@robob27)
    • ๐Ÿ›  Fix dependencies to correctly declare that the gem doesn't work with faraday v1.9.0 or later (@timrogers)
  • v5.2.2 Changes

    December 16, 2021
    • ๐Ÿ– Handle the MALFORMED_SEARCH error returned by Salesforce (@timrogers)
  • v5.2.1 Changes

    December 08, 2021
    • Handle the OPERATION_TOO_LARGE error returned by Salesforce (@timrogers)
    • Handle the INVALID_SIGNUP_COUNTRY error returned by Salesforce (@timrogers)
  • v5.2.0 Changes

    October 15, 2021
    • โž• Add support for Salesforce's Composite API and Composite Batch API (@meenie, @amacdougall)
    • ๐Ÿ‘Œ Improve the performance of counting numbers of query results with Restforce::Collection#count, avoiding unnecessary API requests (@jhass)
  • v5.1.1 Changes

    October 13, 2021
    • Handle the INVALID_REPLICATION_DATE error returned by Salesforce (@michaelwnyc)
    • Handle the BIG_OBJECT_UNSUPPORTED_OPERATION error returned by Salesforce (@remon)
  • v5.1.0 Changes

    August 26, 2021
    • โž• Add official support for Ruby 3.0 (@timrogers)
    • โฌ‡๏ธ Drop support for Ruby 2.5, which has reached end-of-life (@timrogers)
    • ๐Ÿ– Handle the QUERY_TIMEOUT error returned by Salesforce (@timrogers)
    • โœ‚ Remove unnecessary development dependencies for the gem, which can just be in the project's Gemfile (@timrogers)