v1.2.2
Resolve remaining audit findings: state one consistent endpoint policy instead of conflicting scope claims, qualify the local-execution and high-impact wording, note that locale examples are illustrative, and correct app-specific auth, method and upload-path documentation
v1.2.1
Address security-audit findings: disclose the api passthrough in the access-scope and description text, warn on irreversible connection deletion, add response data-minimization guidance, and correct app-specific auth and request-body notes
v1.2.0
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
v1.1.0
CLI-first rewrite: the maton CLI with OAuth login is the documented path, every example is a maton command, SDK examples added, and the raw HTTP fallback feeds the key on stdin instead of reading it from the environment
v1.0.8
- Removed the file skill-card.md.
- No other functional or documentation changes in this release.
v1.0.7
- Adds CLI and Homebrew installation instructions for Maton CLI, expanding usage options.
- Updates API examples and references from Salesforce API version v59.0 to v63.0.
- Documents direct CLI commands for common actions (SOQL queries, connections) alongside Python and HTTP examples.
- Clarifies connection management and explicit connection selection, now with CLI examples.
- Improves authentication instructions by including CLI login/interactive login commands.
- No functional/API changes to the underlying integration; documentation update only.
v1.0.6
- Added strong security guidance: treat the API key as secret, rotate if exposed, and revoke unused Salesforce connections promptly.
- Updated description and usage to emphasize least-privilege OAuth, sandbox use for risky actions, and always verifying connection ID before requests.
- Clarified that only supported/documented endpoint paths should be used.
- Instructions now require explicit user confirmation with details before any write or batch operation; added steps to confirm record and intended impact.
- Emphasized defaulting to read-only actions and increased caution on all composite/batch operations.
v1.0.5
- Updated all Maton API endpoints from gateway.maton.ai and ctrl.maton.ai to api.maton.ai for consistency.
- Clarified instructions for specifying a Salesforce connection via the Maton-Connection header, emphasizing its use when multiple connections exist.
- Added a new "Security & Permissions" section requiring explicit user approval before any write operations (create, update, delete).
- Removed LICENSE.txt file.
v1.0.4
- Added a metadata.clawdbot section to SKILL.md, specifying a brain emoji and required environment variable (MATON_API_KEY).
- No functional changes to code or documentation content.
v1.0.3
- No file changes were detected in this version.
- Documentation, API references, code examples, and usage instructions remain unchanged.
- No new features, bug fixes, or enhancements introduced in this release.
v1.0.2
- Added suggestion to use the api-gateway skill for other third party apps in the description.
- Updated all connection management, quick start, and usage examples to use Python scripts instead of curl/bash.
- No changes to the skill logic or API endpoints; documentation improvements only.
v1.0.1
- Base URL instructions clarified to use /salesforce/{native-api-path}, explaining direct mapping to Salesforce endpoints.
- Expanded OAuth connection example response to include fields such as creation_time, last_updated_time, and metadata.
- Instructions now explain explicitly how to specify a Salesforce connection with the Maton-Connection header and clarify default selection.
- Authentication steps updated to mention creating a Maton account if you don't have one.
- Minor improvements for clarity in usage and connection handling instructions.
v1.0.0
Salesforce skill has been redesigned to use managed OAuth and direct REST API integration via Maton.
- Replaced CLI-based workflow with Maton-powered REST API endpoints.
- Managed Salesforce authentication, connections, and environments via Maton control panel.
- Added example code for Python and JavaScript.
- Documented CRUD, SOQL/SOSL query, composite, batch, describe, and admin operations.
- Centralized error handling and streamlined usage with a single API key.