Changelog¶
Version 2.0.13¶
- Updated guava, jackson and json dependency versions to fix CVEs
- RCCA-13538: Fixed Converter logic for Date field in Salesforce Sink Connectors
Version 2.0.12¶
- Upgraded connect-plugins-common version to 0.9.5 to fix CVEs
Version 2.0.11¶
- RCCA-12253: Fixed data loss issue in Salesforce Bulk API Source connector
- RCCA-11975: Encoded Rest API URL parameter values before making rest call
- RCCA-10681: Fixed issue with null field updates in Salesforce SObject Sink connector
Version 2.0.10¶
- RCCA-11506: Fixed Salesforce Bulk API connector by using latest API version at all places
Version 2.0.9¶
- CC-19445 Added encryptedstring as supported type to BulkApiSource schema generator
Version 2.0.8¶
- RCCA-10917: Used proxy configured HTTP client in AbstractSalesforceValidation
- Fixed bug where messages are being skipped when
CreatedDateTime
is not present in Salesforce object - Updated connect-plugins-common version to fix CVE
- CCLOG-1925: Remove logged username
- Added Salesforce grant type
- Added functionality to catch
ConnectException
and record appropriate errors in SObject Sink connector
Version 2.0.7¶
- RCCA-9320: Handled response correctly when double field is represented as quoted string
Version 2.0.6¶
- RCCA-8834: Fixed NPE by adding null check for
getReplayId()
function
Version 2.0.5¶
- CCLOG-1820: Fixed duplication of records during restarts in Salesforce Platform Events Source connector
- Updated connect-plugins-common to 0.8.17 to resolve Gson and
jackson-databind
CVEs - CCLOG-1685: Added support for Salesforce CDC API message format
- RCCA-6242: Fixed Salesforce Platform Events Source connector to respect configured API version configured
Version 2.0.4¶
- CCLOG-1591: Prevent NPE in PlatformEventSink when DLQ disabled
Version 2.0.3¶
- RCCA-5143: Write empty events DLQ instead of skipping.
Version 2.0.2¶
- RCCA-6002 Fixing CVE-2021-22569 by updating parent, and pulling in the CVE fix. Fixing CVE-2021-28165.
- Wrap AsyncApiException in ConnectException instead of RetryCounterException in the SalesforceBulkApiSourceTask
- Including fields of type combobox in SObject schemas
Version 2.0.1¶
- CCLOG-1354 Fix Bulk API connector swallowing ConnectionException while describing object
Version 2.0.0¶
- CCDB-4359: Vulnerable dependency io.netty_netty-codec:4.1.61.Final for kafka-connect-salesforce:master-latest
- CCLOG-1164: Add custom channel support to Salesforce CDC Source connector