From b690d7beb23881a20d8e49f4094be6e07cb326ff Mon Sep 17 00:00:00 2001 From: sck_0 Date: Fri, 6 Feb 2026 08:59:06 +0100 Subject: [PATCH] docs(release): expand 4.10.0 notes with detailed scope --- CHANGELOG.md | 25 ++++++++++++++++++------- release_notes.md | 35 +++++++++++++++++++++++------------ 2 files changed, 41 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 168b1eb0..7568129a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,24 +9,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.10.0] - 2026-02-06 - "Composio Automation + .NET Backend" -> Merged two community PRs adding broad automation coverage and a dedicated .NET backend skill. +> A major expansion focused on practical app automation and stronger backend engineering coverage. ### Added -- **79 new skills total**: -- **78 Composio/Rube automation skills** across CRM, productivity, comms, analytics, support, and DevOps tools (PR #64). -- **1 new `.NET backend` skill** for ASP.NET Core enterprise APIs (PR #65). -- **Registry** now tracks **713 skills** (from 634). +- **79 new skills total**. +- **78 Composio/Rube automation skills** (PR #64), with operational playbooks for: +- CRM and sales stacks (`HubSpot`, `Pipedrive`, `Salesforce`, `Zoho CRM`, `Close`). +- Collaboration and project tools (`Notion`, `ClickUp`, `Asana`, `Jira`, `Confluence`, `Trello`, `Monday`). +- Messaging and support channels (`Slack`, `Discord`, `Teams`, `Intercom`, `Freshdesk`, `Zendesk`). +- Marketing and analytics systems (`Google Analytics`, `Mixpanel`, `PostHog`, `Segment`, `Mailchimp`, `Klaviyo`). +- Infra/dev tooling (`GitHub`, `GitLab`, `CircleCI`, `Datadog`, `PagerDuty`, `Vercel`, `Render`). +- **1 new `dotnet-backend` skill** (PR #65) with: +- ASP.NET Core 8+ API patterns (Minimal APIs + controller-based). +- EF Core usage guidance, JWT auth examples, and background worker templates. +- Explicit trigger guidance and documented limitations. +- **Registry size increased to 713 skills** (from 634). ### Changed -- Synced generated registry artifacts after merges: -- `README.md` +- Regenerated and synced discovery artifacts after merging both PRs: +- `README.md` (counts + contributor updates) - `skills_index.json` - `CATALOG.md` - `data/catalog.json` - `data/bundles.json` - `data/aliases.json` +- Release metadata updated for `v4.10.0`: +- `package.json` / `package-lock.json` version bump +- GitHub Release object published with release notes ### Contributors diff --git a/release_notes.md b/release_notes.md index 3bc4cd57..851a31ea 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,23 +1,34 @@ ## [4.10.0] - 2026-02-06 - "Composio Automation + .NET Backend" -> Merged two community PRs adding broad automation coverage and a dedicated .NET backend skill. +> This release significantly expands hands-on automation coverage while adding a production-oriented .NET backend skill. ### Added -- 79 new skills total: -- 78 Composio/Rube automation skills (PR #64) -- 1 .NET backend skill (PR #65) -- Registry increased from 634 to 713 skills. +- **79 new skills total**. +- **78 Composio/Rube automation skills** (PR #64), covering practical workflows across: +- CRM/sales (`HubSpot`, `Salesforce`, `Pipedrive`, `Zoho CRM`, `Close`) +- Collaboration/project ops (`Notion`, `ClickUp`, `Asana`, `Jira`, `Confluence`, `Trello`, `Monday`) +- Messaging/support (`Slack`, `Discord`, `Teams`, `Intercom`, `Freshdesk`, `Zendesk`) +- Analytics/marketing (`Google Analytics`, `Mixpanel`, `PostHog`, `Segment`, `Mailchimp`, `Klaviyo`) +- Dev/infra operations (`GitHub`, `GitLab`, `CircleCI`, `Datadog`, `PagerDuty`, `Vercel`, `Render`) +- **1 new `dotnet-backend` skill** (PR #65) with detailed ASP.NET Core 8+ guidance: +- Minimal API and controller patterns +- EF Core data-access patterns +- JWT authentication implementation +- Background service templates +- Explicit "When to Use" and "Limitations" sections +- **Registry growth**: 634 -> 713 indexed skills. ### Changed -- Synced generated registry artifacts: -- README.md -- skills_index.json -- CATALOG.md -- data/catalog.json -- data/bundles.json -- data/aliases.json +- Regenerated and synchronized discovery artifacts: +- `README.md` +- `skills_index.json` +- `CATALOG.md` +- `data/catalog.json` +- `data/bundles.json` +- `data/aliases.json` +- Updated release metadata and published tag/release `v4.10.0`. ### Contributors