From 80f0126a3594774d6133449c36bb9a5605fe3402 Mon Sep 17 00:00:00 2001 From: Zoran Miladinoski Date: Tue, 3 Feb 2026 13:26:07 +0100 Subject: [PATCH 1/2] feat: add request field `run_activity_processors` to enable customer setting this when changing activity text/images (#250) --- src/gen/feeds/FeedsApi.ts | 2 ++ src/gen/models/index.ts | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/src/gen/feeds/FeedsApi.ts b/src/gen/feeds/FeedsApi.ts index 82c2a9b..e355700 100644 --- a/src/gen/feeds/FeedsApi.ts +++ b/src/gen/feeds/FeedsApi.ts @@ -581,6 +581,7 @@ export class FeedsApi { }; const body = { handle_mention_notifications: request?.handle_mention_notifications, + run_activity_processors: request?.run_activity_processors, user_id: request?.user_id, unset: request?.unset, set: request?.set, @@ -614,6 +615,7 @@ export class FeedsApi { handle_mention_notifications: request?.handle_mention_notifications, poll_id: request?.poll_id, restrict_replies: request?.restrict_replies, + run_activity_processors: request?.run_activity_processors, skip_enrich_url: request?.skip_enrich_url, text: request?.text, user_id: request?.user_id, diff --git a/src/gen/models/index.ts b/src/gen/models/index.ts index dd77e1a..aafde18 100644 --- a/src/gen/models/index.ts +++ b/src/gen/models/index.ts @@ -13428,6 +13428,8 @@ export interface UnreadCountsThread { export interface UpdateActivityPartialRequest { handle_mention_notifications?: boolean; + run_activity_processors?: boolean; + user_id?: string; unset?: string[]; @@ -13452,6 +13454,8 @@ export interface UpdateActivityRequest { restrict_replies?: 'everyone' | 'people_i_follow' | 'nobody'; + run_activity_processors?: boolean; + skip_enrich_url?: boolean; text?: string; From 436328085c40048800f5d3b8f90c2c9c219be2cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 13:29:28 +0100 Subject: [PATCH 2/2] chore(main): release 0.7.39 (#251) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b8b7bfc..5540f6f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.38" + ".": "0.7.39" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 606fbe2..698013d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.39](https://github.com/GetStream/stream-node/compare/v0.7.38...v0.7.39) (2026-02-03) + + +### Features + +* add request field `run_activity_processors` to enable customer setting this when changing activity text/images ([#250](https://github.com/GetStream/stream-node/issues/250)) ([80f0126](https://github.com/GetStream/stream-node/commit/80f0126a3594774d6133449c36bb9a5605fe3402)) + ## [0.7.38](https://github.com/GetStream/stream-node/compare/v0.7.37...v0.7.38) (2026-01-29) diff --git a/package.json b/package.json index cb2b808..e6e202e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stream-io/node-sdk", - "version": "0.7.38", + "version": "0.7.39", "description": "", "exports": { ".": {