Skip to content

Releases: forcedotcom/salesforce-cdp-connector

Salesforce CDP Connector v1.0.15

14 May 03:45
78fe63d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: salesforce-cdp-connector-1.0.14...salesforce-cdp-connector-1.0.15

Salesforce CDP Connector v1.0.14

10 May 10:48
244ceff
Compare
Choose a tag to compare

What's Changed

Removing support for parameters in queries by @vish689 in #31 . The endpoints from query service currently doesn't support parameters, and hence the parameters are resolved within the connector to generate the full query. This can introduce vulnerabilities to the clients, and hence we are removing this support.

Full Changelog: salesforce-cdp-connector-1.0.13...salesforce-cdp-connector-1.0.14

Salesforce CDP Connector v1.0.13

08 Sep 07:47
58c8bb7
Compare
Choose a tag to compare

What's Changed

  • Adding timestamp datatype support in python arrow by @SonamBothr in #25
  • Fetchone failing when empty batches are received by @vish689 in #28

Full Changelog: salesforce-cdp-connector-1.0.11...salesforce-cdp-connector-1.0.13

Salesforce CDP Connector v1.0.11

10 May 07:32
f3657cd
Compare
Choose a tag to compare

Adding support for the higher python versions
Changes to convert all datatypes to the respective types instead of returning them as string

Full Change log:- salesforce-cdp-connector-1.0.9...salesforce-cdp-connector-1.0.11

Salesforce CDP Connector v1.0.9

31 Jan 09:10
8b9406b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: salesforce-cdp-connector-1.0.8...salesforce-cdp-connector-1.0.9

Salesforce CDP Connector v1.0.8

20 Sep 10:49
8975019
Compare
Choose a tag to compare

What's Changed

  • Optimisations for delays in next batch calls by @vish689 in #9

Full Changelog: salesforce-cdp-connector-1.0.7...salesforce-cdp-connector-1.0.8

Salesforce CDP Connector v1.0.7

20 Jul 12:40
cecd595
Compare
Choose a tag to compare

Salesforce CDP Connector v1.0.6

20 Jul 12:09
35f238f
Compare
Choose a tag to compare

Retry made configurable to allow processes to run in parallel

Salesforce CDP Connector v1.0.5

20 Jul 10:53
984fc86
Compare
Choose a tag to compare

Retry made configurable to allow processes to run in parallel

Salesforce CDP Connector v1.0.4

20 Jul 09:25
Compare
Choose a tag to compare
  • Added retry to mitigate auth failure when connector is executed in parallel from multiple processes