---
category: productivity
category_name: Productivity
release_count: 20
has_more: true
canonical: https://releases.sh/categories/productivity
---

<Release version="v5.21.0" date="May 11, 2026" published="2026-05-11T19:58:40.000Z" url="https://github.com/makenotion/notion-sdk-js/releases/tag/v5.21.0" org="notion" source="notion-sdk-js">
## What's Changed

* **chore: sync generated api endpoints modules** by @haustle in https://github.com/makenotion/notion-sdk-js/pull/714
* **feat: add meeting notes query support with attendees property typing** by @haustle in https://github.com/makenotion/notion-sdk-js/pull/680
* **Add `agent_id` parent type for workflow-parented pages and blocks** in https://github.com/makenotion/notion-sdk-js/pull/715
* **Bump version to `v5.21.0`** in https://github.com/makenotion/notion-sdk-js/pull/718

## Links

- **Full Changelog**: https://github.com/makenotion/notion-sdk-js/compare/v5.20.0...v5.21.0
- **NPM Package**: https://www.npmjs.com/package/@notionhq/client/v/5.21.0
</Release>

<Release version="@slack/cli-test@3.0.2" date="May 7, 2026" published="2026-05-07T19:58:12.000Z" url="https://github.com/slackapi/node-slack-sdk/releases/tag/%40slack/cli-test%403.0.2" org="slack" source="slack-node-sdk">
### Patch Changes

-   3c4e927: fix: invoke commands without shell intermediate

    Behind the scenes commands are now spawned direct to avoid unexpected input and output redirection or odd argument parsings. This is what happens and what changed:

    Linux:

    ```diff
    - /bin/sh -c "slack trigger run --workflow #/workflows/give_kudos_workflow"
    + execvp("slack", ["trigger", "run", "--workflow", "#/workflows/give_kudos_workflow"])
    ```

    Windows:

    ```diff
    - cmd.exe /s /c "slack trigger run --workflow #/workflows/give_kudos_workflow"
    + CreateProcessW("slack", ["trigger", "run", "--workflow", "#/workflows/give_kudos_workflow"])
    ```

</Release>

<Release version="@slack/types@2.21.1" date="May 7, 2026" published="2026-05-07T19:58:09.000Z" url="https://github.com/slackapi/node-slack-sdk/releases/tag/%40slack/types%402.21.1" org="slack" source="slack-node-sdk">
### Patch Changes

-   5bc7685: Add `BlocksChunk` type for passing Block Kit blocks within streaming messages
-   9fa2921: Align Alert, Card, and Carousel block type descriptions with official documentation

</Release>

<Release date="May 7, 2026" published="2026-05-07T00:00:00.000Z" url="https://www.notion.so/releases/2026-05-07" org="notion" source="notion-releases">
## Plan Mode

</Release>

<Release date="May 6, 2026" published="2026-05-06T00:00:00.000Z" url="https://www.notion.so/releases/2026-05-06" org="notion" source="notion-releases">
## New Custom Agent Directory

</Release>

<Release date="May 5, 2026" published="2026-05-05T00:00:00.000Z" url="https://www.notion.so/releases/2026-05-05" org="notion" source="notion-releases">
## New Custom Agent controls for admins

</Release>

<Release version="@slack/cli-test@3.0.1" date="May 4, 2026" published="2026-05-04T21:25:47.000Z" url="https://github.com/slackapi/node-slack-sdk/releases/tag/%40slack/cli-test%403.0.1" org="slack" source="slack-node-sdk">
### Patch Changes

- f5696c3: fix: wait for cli run start trace instead of activity output

  The `platform.runStart` method now waits until "SLACK_TRACE_PLATFORM_RUN_START" is output before contining. This is output before delegating the development connection to either the SDK or CLI subprocess. This change improves automated testing support for Bolt apps.

</Release>

<Release version="@slack/types@2.21.0" date="May 4, 2026" published="2026-05-04T21:24:22.000Z" url="https://github.com/slackapi/node-slack-sdk/releases/tag/%40slack/types%402.21.0" org="slack" source="slack-node-sdk">
### Minor Changes

- 4f03ee8: feat(types): add [Card](https://docs.slack.dev/reference/block-kit/blocks/card-block/), [Carousel](https://docs.slack.dev/reference/block-kit/blocks/carousel-block), and [Alert](https://docs.slack.dev/reference/block-kit/blocks/alert-block) block types

</Release>

<Release version="@slack/web-api@7.15.2" date="May 4, 2026" published="2026-05-04T21:17:29.000Z" url="https://github.com/slackapi/node-slack-sdk/releases/tag/%40slack/web-api%407.15.2" org="slack" source="slack-node-sdk">
### Patch Changes

-   4b6fe3a: feat: add authorship arguments - `icon_emoji`, `icon_url`, and `username` - to the [`assistant.threads.setStatus`](https://docs.slack.dev/reference/methods/assistant.threads.setStatus/) and [`chat.startStream`](https://docs.slack.dev/reference/methods/chat.startStream/) methods
-   Updated dependencies [4f03ee8]
    -   @slack/types@2.21.0

</Release>

<Release date="May 4, 2026" published="2026-05-04T00:00:00.000Z" url="https://www.notion.so/releases/2026-05-04" org="notion" source="notion-releases">
## A new home on mobile

</Release>

<Release date="May 1, 2026" published="2026-05-01T00:00:00.000Z" url="https://www.notion.so/releases/2026-05-01" org="notion" source="notion-releases">
## Add Custom Agents to private Slack channels

</Release>

<Release version="v4.7.2" date="April 30, 2026" published="2026-04-30T20:27:19.000Z" url="https://github.com/slackapi/bolt-js/releases/tag/v4.7.2" org="slack" source="slack-bolt-js">
### Patch Changes

-   4545150: Require exact `ssl_check=1` value to bypass signature verification, preventing truthy but incorrect values from skipping authentication checks.

</Release>

<Release version="@slack/socket-mode@2.0.7" date="April 30, 2026" published="2026-04-30T19:19:18.000Z" url="https://github.com/slackapi/node-slack-sdk/releases/tag/%40slack/socket-mode%402.0.7" org="slack" source="slack-node-sdk">
### Patch Changes

-   5395b0c: fix: terminate closing connections earlier if normal close responses fail

    If Slack doesn't respond to a close frame, the WebSocket connection is now force-terminated instead of waiting for a response that won't arrive. Since [disconnects are expected](https://docs.slack.dev/apis/events-api/using-socket-mode/#disconnect) every few hours, this avoids repeated "pong wasn't received" warnings and speeds up reconnection.

</Release>

<Release date="April 30, 2026" published="2026-04-30T16:00:55.882Z" url="https://linear.app/changelog/2026-04-30-releases" org="linear" source="linear">
## Releases

- 
[Video](https://webassets.linear.app/files/ornj730p/production/81830abac030f300716fc957c78523fc16ab6734.mp4)

Plan and track your software releases directly from Linear.

Linear Releases integrates with your CI/CD tools to precisely track the deployment environment, version, and status of every issue, giving team members and agents your full deployment context.

![Issue sidebar showing a progression of iOS releases](https://webassets.linear.app/images/ornj730p/production/ebc92422119e3015828e065d89dee22185e53a1a-3600x1760.png?q=95&amp;auto=format&amp;dpr=2)
Issue statuses automatically update when their associated code changes land in production. See what’s live to customers, not just what’s been merged.

![Release automation in Android pipeline, moving deployed issues to a deployed status](https://webassets.linear.app/images/ornj730p/production/22c1c70d97eae5ada9fa612dedafc290648ad612-3600x1424.png?q=95&amp;auto=format&amp;dpr=2)
Write release notes for a single release or for a range of releases. Generate release notes with Linear Agent based on included issues.

![Linear Agent generating release notes from scheduled release 0.1.8](https://webassets.linear.app/images/ornj730p/production/109c61d622b1615815b997f353322fb7172f6b1d-3600x2000.png?q=95&amp;auto=format&amp;dpr=2)
Releases supports both continuous deployment and scheduled release methodologies. Add up to 5 release pipelines on Business, or unlimited on Enterprise plans. Learn more in our [documentation](https://linear.app/docs/releases).

## Project Slack channels

We’ve added automation to our Slack integration to support common usage patterns for projects.

You can automatically create a connected channel in Slack for each new project in Linear. Project updates post to that channel, and every project member is added to the channel by default.

Admins can enable project channel creation in Slack [settings](https://linear.app/settings/integrations/slack).

Fixes

Agents: Pressing Esc to dismiss an invalid mention search in an agent session no longer leaves a stranded popover backdrop that blocks clicks across the app
- Agents: Fixed the copy table action in agent chat responses
- Agents: Fixed agent-generated content mixing placeholder and normal text when editing issues, documents, and projects created from templates
- Asks: Added RFC 3834 auto-response handling to email intake. Outbound notifications are now marked as auto-generated, and inbound auto-responses are ignored to prevent email loops.
- Command Menu: Fixed long project names overflowing the issue preview popover in Cmd K search
- Comments: Fixed a bug where the comment input would not refocus after sending a comment
- Customer Requests: We no longer record a “customer request moved” timeline entry when the move is caused by marking an issue as a duplicate
- Cycles: Added a missing option to save custom views from cycle (and other page-level) views with inline filters
- Editor: Fixed forward-deleting (Delete / Fn+Backspace) at the end of a list item with a nested list
- Editor: Fixed a bug that prevented deleting rows and columns of tables while multiple users were editing
- Filters: Fixed a white flash inside the filter input when focusing
- GitHub: Fixed Linear issues closing when GitHub PRs are merged via custom merge queues that add the `externally-merged` label after closing
- Imports: Fixed previous imports remaining collapsed after starting an import or while an import is active
- Inbox: Fixed Inbox showing emoji reactions as the latest activity instead of more recent comments
- Initiatives: Hid the “Parent initiatives” action group from context menus when there is no initiative that can be set as a parent
- Initiatives: Hid the “Add existing sub-initiative” action when there are no other initiatives to choose from
- Initiatives: Hid the “Sub-initiatives” action group from initiative context menus when the workspace does not have access to  the sub-initiatives feature
- Issue Templates: Issue templates opened from shared creation links now keep their selected project milestone
- Microsoft Teams: Capped unfurls at 15 per message to prevent message size errors
- Projects: Retired teams can now be removed from projects they were attached to before retirement
- Pulse: Fixed feed sometimes showing stale items when switching between Popular, Recent, and Following tabs
- Reviews: Fixed clicking empty space in the reviews navigation no longer clearing the open review
- Settings: Fixed settings page content that no longer scrolls over the narrow-screen settings header
- Settings: Fixed team icon color picker sending repeated save requests while dragging the slider
- Teams: Fixed  a column misalignment on the teams page when sub-teams are nested
- Triage: Allowed completing or canceling triaged issues without a priority when the team requires a priority to leave triage
- Views: Fixed issues now leaving label-filtered views in real time after their labels change, instead of requiring a hard refresh
- Favorites: Fixed inconsistent left-hand menu tab highlighting for favorite items
- Reviews: Fixed missing review notifications for agent-created PRs when a human takes over
- Shortcuts: ] and [ shortcuts to open and close the sidebar and details pane now work on Nordic keyboards (and other layouts where those characters require Option/Alt)

Improvements

- Linear Agent: Added “New agent chat” to the right click menu on the Create button in the sidebar
- Linear Agent: Linear agent is now able to work with issue drafts
- Imports: New members created during Linear-to-Linear imports are created in a suspended state when the destination workspace uses SCIM
- Microsoft Teams: Improved unfurls to render selectively based on the agent’s response and actions
- Projects: Click the issue count on project list rows and board cards to jump straight to the project’s issues
- Projects: Project date pickers now dim days based on the workspace’s SLA-configured working days instead of always dimming Saturday and Sunday
- Pull Requests: Added issue status and assignee selectors to the right-click context menu on the issue slug in the PR header
- Settings: Updated thread summary settings labels and descriptions to accurately reflect resolved thread summary behavior
- Sidebar: Right-clicking items in the More menu now opens the same context menu as regular sidebar items
- Web: Improved detection and warnings about problematic browser extensions

MCP server

- Issues with a 0-point estimate or “No priority” projects/issues no longer serialize as `undefined`, so consumers can tell an explicit zero from an unset value
- Links added through `save_issue` now go through the integration-aware `attachmentLinkURL` path, so URLs matching configured integrations (Zendesk, Intercom, etc.) create rich attachments and trigger two-way sync instead of being stored as plain URL attachments

API

- Fixed inconsistent `cancelled` vs `canceled` spelling in integration field descriptions
</Release>

<Release date="April 27, 2026" published="2026-04-27T00:00:00.000Z" url="https://www.notion.so/releases/2026-04-27" org="notion" source="notion-releases">
## Rollups now as currency, percent, and more

</Release>

<Release date="April 24, 2026" published="2026-04-24T00:00:00.000Z" url="https://www.notion.so/releases/2026-04-24" org="notion" source="notion-releases">
## Find pages faster from the breadcrumb

</Release>

<Release date="April 23, 2026" published="2026-04-23T16:08:58.951Z" url="https://linear.app/changelog/2026-04-23-linear-agent-mcp-support" org="linear" source="linear">
## Linear Agent MCP support

- ![An illustration showing the Linear Agent logo and a variety of MCP server integrations](https://webassets.linear.app/images/ornj730p/production/5f56d5576fa837140978cbe49762d0ac962fcbbd-1800x1040.png?q=95&amp;auto=format&amp;dpr=2)
[Linear Agent](https://linear.app/changelog/2026-03-24-introducing-linear-agent) can now connect to your tools via MCP, giving it access to data and actions beyond your Linear workspace. Bring external context into your workflows to investigate issues, plan projects, write specs, and draft updates grounded in your full context.

For example:

Pull meeting takeaways from **Granola** into a project update and create follow-up issues
- Use enterprise context from **Glean** to draft a more complete project spec
- Turn interview notes from **Notion** into customer requests
- Use **PostHog** data to validate a product hypothesis

![A screenshot of a Linear Agent prompt that says &quot;Granola, create issues from my last meeting&quot;](https://webassets.linear.app/images/ornj730p/production/02c4982db4c548da64c74821241e1c9e57501441-3600x1920.png?q=95&amp;auto=format&amp;dpr=2)
Admins can control access with allowlists and workspace-level MCP permissions. Connect servers in your agent personalization settings or within triage [automations](https://linear.app/docs/triage#automation). See the [docs](https://linear.app/docs/linear-agent#connect-mcp-servers) for supported servers and setup instructions.

## Improvements to Linear Agent

We’re continuously improving Linear Agent and adding new capabilities and features.

- Select text anywhere in Linear and press ⌘+J to send it directly to the agent as context
- Agent chat now opens in a maximized overlay, so it feels like a natural extension of the toolbar chat instead of a separate page

## More control over sharing issues

We recently introduced [issue-level sharing](https://linear.app/changelog/2026-02-13-advanced-filters-and-share-issues-in-private-teams#share-issues-from-private-teams), which lets teams share individual issues from private teams with guests and members who don’t have team-level access.

This update gives team owners more control over how that access is managed. Team owners can now configure who can share issues with non-members in team settings. Sub-issues also no longer inherit the parent issue’s share state and can be shared independently.

Issue-level sharing is available on Enterprise plans. Learn more in our [docs](https://linear.app/docs/private-teams#share-issues-from-a-private-team).

Fixes

- Agents: Fixed a case where maximizing the agent panel could leave the main view shrunken
- API: Enabled webhooks now show the correct status dot in API settings
- API: Agent delegation webhooks are now retried after an initial failed delivery
- Billing: Fixed an issue where a deleted Stripe coupon on a subscription could block plan changes
- Editor: Issue titles now auto-generate correctly from template boilerplate when opening the composer with a template
- Email: Invitation and authentication emails are no longer delayed when bulk sending is throttled
- Intercom: Intercom conversations are no longer reopened when the linked Linear issue is marked as a duplicate
- Issue Templates: Applying a template in the issue composer no longer clears pre-filled fields like project when the template doesn’t specify them
- Issue Templates: Fixed an error when editing templates containing issues with legacy invalid descriptions
- Issues: Printing or exporting an issue to PDF now includes all pages
- Slack: Bot messages in Slack threads now sync correctly to Linear instead of appearing as empty comments
- Slack: Issue links posted to Slack now show the correct title for teams with keys that start with a digit
- Slack: User group mentions in Slack asks now resolve to the group name instead of showing the ID in Linear
- Slack: Slack unfurls now work for org-less issue URLs such as `linear.app/issue/LIN-123`
- Triage: Issues accepted from a parent team’s triage no longer auto-move to a sub-team based on the assignee’s membership
- Triage: Fixed a bug where SLAs could be skipped for issues routed across teams by triage rules
- Triage Rules: Fixed triage rules with a project action not saving
- Views: Creating a new issue from a sub-team custom view now defaults to the correct team
- Views: Fixed a crash when opening very large views or dashboards
- Workflows: Fixed release automation updates failing with a spurious “Team ID is required” error
</Release>

<Release version="v4.7.1" date="April 22, 2026" published="2026-04-22T18:45:26.000Z" url="https://github.com/slackapi/bolt-js/releases/tag/v4.7.1" org="slack" source="slack-bolt-js">
### Patch Changes

-   a18c359: fix: correct InvalidCustomPropertyError code and MemoryStore promise handling

</Release>

<Release version="@slack/cli-test@3.0.0" date="April 21, 2026" published="2026-04-21T03:00:53.000Z" url="https://github.com/slackapi/node-slack-sdk/releases/tag/%40slack/cli-test%403.0.0" org="slack" source="slack-node-sdk">
### Major Changes

-   d2b7a89: refactor(cli-test)!: rename env add/remove to env set/unset

    The Slack CLI v4.0.0 release changes the `env` commands to prefer `set` and `unset` aliases and the test tracers of this package were changed to match:

    ```diff
    - SLACK_TRACE_ENV_ADD_SUCCESS
    - SLACK_TRACE_ENV_REMOVE_SUCCESS
    + SLACK_TRACE_ENV_SET_SUCCESS
    + SLACK_TRACE_ENV_UNSET_SUCCESS
    ```

-   5a9bb9a: refactor(cli-test)!: move 'create' to 'project create'

    Before the Slack CLI v4.0.0 release, the `create` command became a `project` subcommand while remaining aliased the same. This project now prefers:

    ```js
    const createOutput = await SlackCLI.project.create({
      template: "slack-samples/bolt-js-starter-template",
      appPath,
      verbose: true,
    });
    ```

    But continues to run the `slack create` command for confidence in getting started guides.

</Release>

<Release version="@slack/cli-hooks@1.3.2" date="April 21, 2026" published="2026-04-21T03:00:50.000Z" url="https://github.com/slackapi/node-slack-sdk/releases/tag/%40slack/cli-hooks%401.3.2" org="slack" source="slack-node-sdk">
### Patch Changes

-   1a6c510: refactor(cli-hooks): use optional chaining check to gather project dependencies

</Release>

<Pagination cursor="2026-04-21T03:00:50.000Z|2026-04-21T04:01:41.268Z|rel_MTBXRzyl5iz5CO2wYDTpb" next="https://releases.sh/categories/productivity/releases?cursor=2026-04-21T03%3A00%3A50.000Z%7C2026-04-21T04%3A01%3A41.268Z%7Crel_MTBXRzyl5iz5CO2wYDTpb&limit=20" />
