Skip to content

Releases: restforce/restforce

v7.3.1

30 Mar 21:34
54988ba
Compare
Choose a tag to compare
  • Fix uninitialized constant StringIO error by explicitly requiring StringIO where it's used (@timrogers)

v7.3.0

14 Feb 09:59
9175eff
Compare
Choose a tag to compare
  • Add support for making GET requests using the Composite API (@shravan097)

v7.2.0

23 Jan 12:39
9cd3465
Compare
Choose a tag to compare

v7.1.1

23 Jan 12:32
bfe6399
Compare
Choose a tag to compare
  • Handle the APEX_REST_SERVICES_DISABLED error returned by the Salesforce API

v7.1.0

20 Dec 10:12
Compare
Choose a tag to compare

v7.0.0

06 Oct 15:38
Compare
Choose a tag to compare

This version contains breaking changes. For help with upgrading, see UPGRADING.md.

v6.2.4

06 Oct 15:28
Compare
Choose a tag to compare
  • Register the custom JSON middleware for Faraday with a more unique name to avoid clashes with other middleware (@dbackeus)

v6.2.3

18 Jun 18:48
Compare
Choose a tag to compare
  • Handle the CANNOT_DELETE_OWNER, CANNOT_POST_TO_ARCHIVED_GROUP, INVALID_INPUT, INVALID_MARKUP and INVALID_SEARCH errors returned by the Salesforce API (@spurton)

v6.2.2

24 Mar 15:40
98ab8a8
Compare
Choose a tag to compare
  • Handle the INSUFFICIENT_ACCESS error returned by the Salesforce API (@timrogers, @nstuart-at-salesforce)
  • Add new clear_authorization_header option to decide whether to continue sending authentication headers when redirected (@tfuda)

v6.2.1

18 Jan 11:05
4008b5e
Compare
Choose a tag to compare
  • When a response claims to be gzipped but isn't, return the body as it is and don't explode (@timrogers)

What's Changed

  • When a response claims to be gzipped but isn't, return the body as it is and don't explode by @timrogers in #779

Full Changelog: v6.2.0...v6.2.1