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.6
- Changed all endpoint base URLs from https://gateway.maton.ai/ and https://ctrl.maton.ai/ to https://api.maton.ai/
- Updated Quick Start and all code samples to use the new https://api.maton.ai/ base URL.
- Adjusted connection management instructions and endpoints to match the updated API domain.
- Added a Security & Permissions section clarifying OAuth scopes and approval for write operations.
- Removed extraneous file: LICENSE.txt.
v1.0.5
- No file changes detected between this and the previous version.
- No user-facing changes, new features, or fixes are present in this release.
v1.0.4
- Added homepage metadata link for the skill (https://maton.ai).
- No other user-facing or functional changes.
v1.0.3
- Added new metadata section for clawdbot, specifying emoji and required environment variables in SKILL.md.
- No changes to code or functionality; documentation only.
v1.0.2
No file changes detected for version 1.0.2.
- No updates or modifications were made in this version.
- All features and documentation remain the same as in the previous release.
v1.0.1
- Updated command-line examples from curl/bash to Python scripts for easier automation and cross-platform compatibility.
- Added mention in the description about using the api-gateway skill for other third party apps.
- No changes to API endpoints or core functionality.
v1.0.0
Fathom v1.0.0 Changelog
- Major update: Migrated to Maton API gateway with managed OAuth and simplified API usage.
- Replaced previous bash scripts and manual integration instructions with direct API reference via Maton endpoints.
- Updated documentation to guide setup and usage with the new OAuth-based authentication and management.
- Removed all local helper scripts; interaction is now via HTTP requests to Maton-managed endpoints.
- Added clear examples for listing meetings, retrieving summaries/transcripts, managing teams, and setting up webhooks.