Releases: data-integrations/salesforce
Releases · data-integrations/salesforce
v1.7.1
What's Changed
- [cherry pick] Moved the pk chunking check to SplitUtil class and bump up to 1.7.1-SNAPSHOT by @vikasrathee-cs in #337
- bump up to 1.7.1 by @vikasrathee-cs in #338
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Salesforce e2e Tests by @Vipinofficial11 in #198
- CDAP-15455: Fix documentation to indicate that all modes are supported by @tivv in #208
- e2e-salesforce-datavalidation by @AnkitCLI in #207
- Salesforce refactoring work by @MrRahulSharma in #209
- validation for SF streaming source by @AnkitCLI in #211
- PLUGIN-1656 Added a field for datatype validation to avoid validation. by @vikasrathee-cs in #212
- bump version to 1.7.0-SNAPSHOT by @albertshau in #220
- PLUGIN-1665 fix oauthInfo property by @albertshau in #219
- Junit_Schema_Validation by @Shubhangi-cs in #221
- [PLUGIN-1719] Added ReadTimeout property in all salesforce plugins. by @vikasrathee-cs in #226
- [PLUGIN-1720] Fix Added for Non nullable properties of reference or child objects by @vikasrathee-cs in #227
- [PLUGIN-1706] Implement Retry logic in Salesforce batch source and Mutli Source Plugin for connection timeout issues by @sgarg-CS in #225
- Added Nullable to retry to avoid upgrade issues by @vikasrathee-cs in #233
- Added code to browse only the queryable sobjects. by @MrRahulSharma in #237
- Added code for aborting job in case of failure and logs added by @vikasrathee-cs in #236
- [PLUGIN-1749] Support added for datetime,decimal logical type in sink plugin by @vikasrathee-cs in #238
- Fix for oAuthInfo issue. by @vikasrathee-cs in #239
- Add option to allow null values in non-null custom fields in sObjects by @vanathi-g in #246
- Add support for other access token grant types in Authenticator by @vanathi-g in #250
- Added hook for treating all fields as nullable by @MrRahulSharma in #256
- [Security Vulnerability] Run build with unit tests without elevated permissions by @masivesky in #260
- Fix TaskAttempt Context is null by @Vipinofficial11 in #266
- upgrade github actions v3 to v4 by @AnkitCLI in #268
- Add permission by @123-komal in #269
- remove trigger build yml from e2e workflow by @itsankit-google in #270
- SF e2e test fixes by @AnkitCLI in #276
- Fixes addressing two issues identified during DTS transfer by @Shubhangi-cs in #275
- [PLUGIN-1891] Bump salesforce api version from 53.0 to 62.0 . by @psainics in #255
- [PLUGIN-1892] Add BulkConnectionRetryWrapper to make retry calls to salesforce api failures by @psainics in #272
- Refactor SalesforceQueryExecutionException handling to include the full exception object by @psainics in #283
- Wide Record reader fix. by @prince-cs in #288
- CDAP OSS migration by @psainics in #294
- [PLUGIN-1905] Fix Vulnerability issues due to jackson-databind by @AbhishekKumar9984 in #304
- [PLUGIN-1899] Added BulkConnection class with handling for connection leakage. by @Krish-cloudsufi in #287
- [PLUGIN-1916] Added list of unsupported bulk API objects. by @vikasrathee-cs in #318
- [Plugin-1908] Added retry logic for PartnerConnection by @Krish-cloudsufi in #308
- [PLUGIN-1918] Fix: Vulnerability for commons-lang3 by @AbhishekKumar9984 in #320
- [PLUGIN-1916] Added validation for unsupported sObjects by @vikasrathee-cs in #324
- [PLUGIN-1907] Fix: Vulnerability for logback-classic by @AbhishekKumar9984 in #313
- [PLUGIN-1891] Updated the PK chunking supported object list. by @vikasrathee-cs in #326
- [PLUGIN-1904] Fix: Vulnerability for json_version by @AbhishekKumar9984 in #312
- Upgraded Bulk API version from v62 to v64 by @vikasrathee-cs in #333
- Bump up to 1.7.0 for release by @vikasrathee-cs in #335
New Contributors
- @tivv made their first contribution in #208
- @AnkitCLI made their first contribution in #207
- @123-komal made their first contribution in #269
- @AbhishekKumar9984 made their first contribution in #304
- @Krish-cloudsufi made their first contribution in #287
Full Changelog: v1.6.14...v1.7.0
v1.6.14
What's Changed
- "Version bumpUp 1.6.11-SNAPSHOT" by @Shubhangi-cs in #284
- "Revert changes for version upgrade for dts" by @Shubhangi-cs in #285
- "version bumpUp 1.6.11" by @Shubhangi-cs in #286
- Bump up snapshot version to 1.6.12-SNAPSHOT by @prince-cs in #291
- [cherry-pick] Wide Record reader fix. by @prince-cs in #292
- [🍒][6.10][6.11] CDAP OSS migration by @psainics in #295
- Bump up to SNAPSHOT version to 1.6.13-SNAPSHOT by @sgarg-CS in #314
- [🍒][PLUGIN-1905] Fix Vulnerability issues due to jackson-databind by @sgarg-CS in #315
- [🍒] [PLUGIN-1899] [PLUGIN-1916] Unsupported Objects and BulkConnection changes for leakage and proper Exception Handling by @vikasrathee-cs in #321
- Remove -SNAPSHOT for release 1.6.13 by @sgarg-CS in #316
- Bump up to SNAPSHOT version to 1.6.14-SNAPSHOT by @sgarg-CS in #322
- [Cherrypick] [Plugin-1908] Added retry logic for PartnerConnection by @vikasrathee-cs in #323
- [cherrypick] [PLUGIN-1916] Added validation for unsupported sObjects by @vikasrathee-cs in #325
- bump up from 1.6.14-SNAPSHOT to 1.6.14 by @vikasrathee-cs in #327
Full Changelog: v1.6.10...v1.6.14
v1.6.2 release
This release contain bug fixes for below JIRA tickets.
PLUGIN-1719
PLUGIN-1720
PLUGIN-1706
release/1.4.8
This release contains fixes for schema datatype validation on sink side.
v1.6.0
What's Changed
- Changes added for attachments upload to salesforce sobjects Attachment and ContentVersion.
Full Changelog: v1.5.0...v1.6.0
Release 1.4.0.
Includes OAuth Support
Release 1.3.12
Added support for queryAll operation on a table.