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.1
- Removed the sample file skill-card.md.
- No other functional or documentation changes in this patch.
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.4
- Changed all endpoint URLs from *.maton.ai/gateway and *.maton.ai/ctrl to *.maton.ai/api.
- Updated examples and documentation to use the new https://api.maton.ai base URL for WhatsApp Business API and connection management.
- Added a Security & Permissions section clarifying access scope and user approval requirements for write operations.
- Removed LICENSE.txt file from the project.
v1.0.3
- Added metadata specifying required environment variable: MATON_API_KEY.
- Included emoji indicator in the metadata for identification.
- No changes to code or core functionality.
v1.0.2
- Documentation formatting corrections in SKILL.md for improved readability.
- No functional or API changes in this version.
v1.0.1
- Added a reference to the api-gateway skill in the description for interactions with other third party apps.
- Updated all Quick Start and connection management examples to use Python scripts instead of curl.
- Changed environment variable usage in documentation from `YOUR_API_KEY` to `$MATON_API_KEY` for improved consistency.
- Minor clarity and style adjustments throughout documentation.
v1.0.0
Initial release of WhatsApp Business API integration.
- Provides managed OAuth authentication via Maton.
- Supports sending messages (text, templates, media, location, contacts, interactive types).
- Enables message template management.
- Allows connection management (create, list, delete, specify via header).
- Proxy gateway to WhatsApp Business API using Maton API key for authentication.
- Includes example cURL commands and detailed usage instructions.