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 sample file skill-card.md from the repository.
- No other functional or documentation changes in this release.
v1.0.7
Version 1.0.7 - Update: CLI and API usage improvements, v24 upgrade
- Updated examples and documentation to use Google Ads API v24 (was v23).
- Enhanced quick start with CLI (`maton`) command examples for common queries.
- Added installation and authentication instructions for the Maton CLI (with NPM and Homebrew).
- Expanded code snippets for CLI, Python, and API workflows.
- Clarified connection handling and how to specify connections in CLI and API calls.
v1.0.6
- Updated all endpoints from gateway.maton.ai and ctrl.maton.ai to new unified domain api.maton.ai.
- Clarified that Maton proxies to Google, handles credentials, and write operations require explicit user approval.
- Added a Security & Permissions section.
- Minor text and code example refinements for improved clarity and consistency.
- Removed LICENSE.txt file.
v1.0.5
- Added Clawdbot metadata to SKILL.md, including required environment variable details.
- No functional or documentation changes to the skill's usage or interface.
v1.0.4
- Minor update to troubleshooting section for API key errors; now more concise and clearly titled "Troubleshooting: API Key Issues"
- No functional or feature changes detected
- Documentation and usage instructions remain unchanged
v1.0.3
- Quick start and all connection management examples now use Python one-liners instead of curl.
- Added a "Troubleshooting: Invalid API Key" section with explicit steps for diagnosing API key errors.
- No changes to the API itself or to existing code snippets for JavaScript and Python functions.
v1.0.2
- Added a note in the description recommending the use of the api-gateway skill for third party apps other than Google Ads.
- Updated shell command examples to use environment variable syntax ($MATON_API_KEY).
- Added important tips for using curl (-g for bracketed URLs, environment variable handling when piping).
- Minor formatting and clarity improvements throughout the documentation.
v1.0.1
- Updated the base URL format to support direct mapping of native Google Ads API paths.
- Added instructions for specifying which connection to use via the Maton-Connection header when managing multiple Google Ads connections.
- Expanded example OAuth connection response to include metadata, creation_time, and last_updated_time fields.
- Clarified that creating a Maton account is required to obtain an API key.
v1.0.0
- Major update: Transitioned to managed OAuth and API gateway for Google Ads.
- Browser automation and Python SDK modes removed; now uses direct HTTP endpoints via Maton gateway.
- Added instructions for API key-based authentication and Google Ads OAuth connection management.
- Provided API reference for listing customers, running GAQL queries, and handling large result sets.
- Included GAQL query samples and ready-to-use code examples for JavaScript and Python.
- Streamlined troubleshooting, removed browser-specific details, and enhanced documentation links.
- LICENSE.txt added; old reference markdown files removed.