Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Commit 1354339

Browse files
author
Tim Rogers
committed
v5.2.0
* 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)
1 parent e8d881a commit 1354339

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.2.0 (Oct 15, 2021)
2+
3+
* Add support for Salesforce's Composite API and Composite Batch API (@meenie, @amacdougall)
4+
* Improve the performance of counting numbers of query results with `Restforce::Collection#count`, avoiding unnecessary API requests (@jhass)
5+
16
## 5.1.1 (Oct 13, 2021)
27

38
* Handle the `INVALID_REPLICATION_DATE` error returned by Salesforce (@michaelwnyc)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Features include:
2727

2828
Add this line to your application's Gemfile:
2929

30-
gem 'restforce', '~> 5.1.1'
30+
gem 'restforce', '~> 5.2.0'
3131

3232
And then execute:
3333

lib/restforce/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Restforce
4-
VERSION = '5.1.1'
4+
VERSION = '5.2.0'
55
end

0 commit comments

Comments
 (0)