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 skill-card.md file from the project.
- No changes to functionality or APIs.
- Documentation and usage remain the same.
v1.0.7
- Added CLI command examples throughout for key workflows, including listing events and managing connections.
- Added installation instructions for NPM and Homebrew.
- Updated authentication and connection management sections with CLI usage alongside API examples.
- Expanded quick start section with practical 'agenda' command examples.
- Added CLI equivalents to API reference endpoints for easier usage.
- Improved clarity and structure of setup and operational instructions.
v1.0.6
- Updated all endpoint URLs from gateway.maton.ai and ctrl.maton.ai to api.maton.ai.
- Clarified connection management instructions and updated related endpoint examples.
- Added a section on security and permissions, emphasizing user approval for write operations.
- Removed the LICENSE.txt file from the repository.
v1.0.5
- Added a new `clawdbot` metadata section with an emoji and required `MATON_API_KEY` environment variable.
- No changes to code, endpoints, or functionality.
v1.0.4
No changes detected in this version.
v1.0.3
- Replaced most curl command examples with Python command-line scripts using `urllib.request` for easier cross-platform usage.
- Updated "Quick Start" and connection management sections to use Python snippets instead of curl.
- Documentation now emphasizes Python as the main method for interacting with the API from the command line.
- No changes to the API or endpoints; all updates are in documentation and examples only.
v1.0.2
- Added a note in the description directing users to use the api-gateway skill for other third party apps.
- Improved curl and environment variable usage instructions, including new notes on using curl -g with bracketed parameters and caveats about environment variable expansion when piping to other commands.
v1.0.1
- Updated the base URL syntax to use `{native-api-path}` for clarity.
- Expanded information and examples for specifying the Google Calendar connection with the `Maton-Connection` header.
- Added new fields to connection response examples, such as `creation_time`, `last_updated_time`, and `metadata`.
- Clarified instructions for obtaining an API key and managing multiple Google Calendar connections.
v1.0.0
Major update: Migrated implementation from local Python scripts to a managed cloud API with OAuth integration.
- Replaced all Python scripts and local environment setup with Maton-hosted endpoints and OAuth flow.
- Added detailed instructions for using the Maton API gateway and managing OAuth connections.
- Updated authentication to use the Maton API key in request headers.
- Provided comprehensive API reference and example code for JS and Python.
- Included error handling guidelines and links to official Google Calendar API resources.