All Versions
58
Latest Version
Avg Release Cycle
65 days
Latest Release
787 days ago
Changelog History
Page 1
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 beforev1.1.0
(@timrogers) - ➕ Add support for
faraday
versionsv2.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)
- Handle the
-
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 thesize
property to return the total number of results, instead oftotalSize
(@kwong-yw)
- 🛠 Fix
-
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)
- 🖐 Handle the
-
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)
- Handle the
-
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)
- Handle the
-
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)