v1.0.8
- Removed the file: skill-card.md
- No user-facing functionality changes
- Documentation and usage remain the same
v1.0.7
- Added CLI and Homebrew installation instructions for the Maton CLI.
- Included CLI examples alongside Python and raw REST API usage throughout the documentation.
- Expanded usage sections with clear CLI, NPM, and Python commands for common operations (connect, list, create, view, delete).
- Provided multiple examples for specifying connections and using cloud IDs with the CLI.
- Improved structure and readability of the quick start and API reference sections.
v1.0.6
- Updated all API endpoints and code examples to use `https://api.maton.ai` instead of `https://gateway.maton.ai` and `https://ctrl.maton.ai`.
- Clarified proxying behavior: Maton proxies requests to `api.atlassian.com` and injects OAuth tokens automatically.
- Added a new section on security and permissions, emphasizing explicit user approval for write operations.
- Improved clarity for specifying connections using the `Maton-Connection` header.
- Removed the LICENSE.txt file.
v1.0.5
- Added clawdbot metadata including emoji and required environment variable MATON_API_KEY to SKILL.md.
- No changes to functionality or user instructions.
v1.0.4
No changes detected in this release.
- Version bumped to 1.0.4, but no file changes or feature updates were made.
v1.0.3
- No code or documentation changes detected in this release.
- Version number updated to 1.0.3.
v1.0.2
- Added a note in the description to use the api-gateway skill for other third party apps.
- Updated Quick Start and connection management examples to use Python inline scripts instead of curl.
- Simplified authentication header instructions for better clarity.
- No changes to API endpoints or main functionality.
v1.0.1
- Added support for specifying which Jira OAuth connection to use via the Maton-Connection header.
- Updated the base API URL format instructions and clarified how to substitute `{native-api-path}`.
- Enhanced connection details in the Get Connection example (now shows `creation_time`, `last_updated_time`, and `metadata`).
- Clarified API key instructions and expanded details for account creation.
- Various doc improvements for clarity and updated examples.
v1.0.0
- Major upgrade: replaced legacy CLI-based integration with direct Jira Cloud API access via managed OAuth and Maton API gateway.
- Added documentation for cloud ID retrieval, OAuth connection management, and comprehensive API endpoints (issues, projects, transitions, users, etc.).
- Included code examples for JavaScript and Python.
- Detailed setup instructions for Maton API key and OAuth.
- Enhanced error handling guidelines and rate limit notes.
- Expanded references to official Jira API documentation.