What's Changed
Removing support for parameters in queries by vish689 in https://github.com/forcedotcom/salesforce-cdp-connector/pull/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**: https://github.com/forcedotcom/salesforce-cdp-connector/compare/salesforce-cdp-connector-1.0.13...salesforce-cdp-connector-1.0.14