Important
You are viewing documentation for an older version of Confluent Platform. For the latest, click here.
Changelog¶
Version 1.7.0¶
- Added support for disabling primary key chunking.
Version 1.6.0¶
- Added reporter implementation for Salesforce.
- Adding implementation for SalesforceBulkApiSinkConnector.
Version 1.5.10¶
- CC-9961: Salesforce Platform Event connector also should handle the purged replay ID case (fix from v1.5.8).
- NTLM authentication support for Salesforce Bulk API source connector.
Version 1.5.9¶
- CC-9704: Use Jackson 2.10.4 for all connectors, removing mixture of 2.10.4 and 2.9.10 libraries.
Version 1.5.8¶
- CC-9633: When the connector automatically reconnects, it sends the replay ID for the most recently processed event. If this replay ID was purged from the Salesforce channel since the last connection (often when the channel is empty with no new events for some time), the replay ID will not be valid. In this case, the connector will automatically reconnect again with a replay ID of -2 to read all available events in the channel.
Version 1.5.7¶
- No changes
Version 1.5.6¶
- CC-9548: Added support for authenticating a proxy with basic auth in Salesforce Platform Events Source Connector.
Version 1.5.5¶
- MINOR: Updated README.md
- CC-9564: Removed custom external field id from the request body
- MINOR: Fix tags
- MINOR: Removed test that checks incorrect creds with SF in unit test
- CC-9539: Changed SObjectHelper to not use a static date parser
Version 1.5.4¶
- Fixed a bug where connectors would start multiple tasks if
start()
was called multiple times
Version 1.5.3¶
- Upgraded Jackson to 2.10.4
- Fixed Salesforce currency type parsing
Version 1.5.2¶
- Upgraded Jackson to 2.9.10
Version 1.5.1¶
- No changes in Salesforce Bulk API connector
Version 1.5.0¶
- No changes in Salesforce Bulk API connector
Version 1.4.3¶
- Ensure connection is always closed when task is stopped
- Minor changes to configuration property titles
Version 1.4.2¶
- No changes in the Salesforce Bulk API connector
Version 1.4.1¶
- Fix JavaDocs in Salesforce Bulk API connector
Version 1.4.0¶
- Added Salesforce Bulk API connector