1
0
mirror of synced 2025-12-29 09:03:46 -05:00

Source Salesforce: handle rate limit for bulk operations (#24690)

* Source Salesforce: handle rate limit for bulk operations

* Source Salesforce: bump version
This commit is contained in:
Roman Yermilov [GL]
2023-03-31 18:10:47 +04:00
committed by GitHub
parent 855682d8a2
commit 15f3ff6b9d
3 changed files with 7 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ Now that you have set up the Salesforce source connector, check out the followin
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------|
| 2.0.8 | 2023-03-30 | [24690](https://github.com/airbytehq/airbyte/pull/24690) | Handle rate limit for bulk operations |
| 2.0.7 | 2023-03-14 | [24071](https://github.com/airbytehq/airbyte/pull/24071) | Remove regex pattern for start_date, use format validation instead |
| 2.0.6 | 2023-03-03 | [22891](https://github.com/airbytehq/airbyte/pull/22891) | Specified date formatting in specification |
| 2.0.5 | 2023-03-01 | [23610](https://github.com/airbytehq/airbyte/pull/23610) | Handle different Salesforce page size for different queries |