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.10
- Updated LinkedIn API version requirement from `202506` to `202606` in all references and headers.
- Removed the sample file `skill-card.md` from the project.
v1.0.9
- Removed the skill-card.md file from the repository.
- Documentation updated: clarified that advertising features (campaigns, ad accounts) require additional OAuth scopes and users should verify their granted scopes before use.
- Enhanced security and permissions guidelines to include explicit multi-step user confirmation for write operations, especially for advertising calls that carry financial impact.
- Updated the description to reflect new requirements regarding advertising features and OAuth scopes.
v1.0.8
- Removed the redundant or outdated file: skill-card.md.
- No changes to the API, configuration, or skill usage.
- No user-facing feature or documentation changes.
v1.0.7
- Updated all LinkedIn API base URLs from `gateway.maton.ai` and `ctrl.maton.ai` to `api.maton.ai`.
- All code examples and connection management instructions now use the new `api.maton.ai` endpoints.
- Removed the LICENSE.txt file from the skill package.
- Improved and clarified instructions on specifying the correct LinkedIn connection, especially when multiple accounts are authorized.
- Added security and permissions section, emphasizing user approval for write operations.
v1.0.6
- No changes detected in this release.
- Version number incremented to 1.0.6.
v1.0.5
- No code or documentation changes detected in this version.
- Version number updated to 1.0.5.
v1.0.4
- No user-facing changes in this release.
- Version bump to 1.0.4 with no file modifications detected.
v1.0.3
- Updated LinkedIn API endpoints from `/v2/` to `/rest/` and revised documentation to match the current LinkedIn REST API.
- Changed required protocol/version header from `X-Restli-Protocol-Version: 2.0.0` to `LinkedIn-Version: 202506`.
- Updated example code and API references to use new REST endpoints and adjusted request/response formats.
- Revised image upload process and endpoints for compatibility with the LinkedIn REST API.
- Clarified media sharing, profile retrieval, and post creation documentation under latest API specifications.
v1.0.2
- Added explicit Clawdbot metadata, including required environment variable MATON_API_KEY.
- No changes to functionality or user-facing features.
v1.0.1
- No file changes were detected in this version.
- Documentation, API usage, and functionality remain unchanged from the previous release.
v1.0.0
Initial release of LinkedIn API integration with managed OAuth.
- Share posts, manage profiles, access organization info, run ad campaigns, and upload media to LinkedIn through a unified API gateway.
- Supports OAuth connection management via a dedicated control interface.
- Provides detailed examples for making authenticated requests and handling multiple connections.
- Includes guides for posting text, articles, and images to LinkedIn.
- Requires a valid Maton API key and network access for all operations.