Skip to content

Commit a28d631

Browse files
committed
Merge branch 'main' of github.com:GetStream/stream-node into feeds-usage-stats-endpoint-plus-cutoff-time
# Conflicts: # src/gen/models/index.ts
2 parents 723e520 + bbce353 commit a28d631

File tree

3 files changed

+37
-53
lines changed

3 files changed

+37
-53
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.9"
2+
".": "0.7.10"
33
}

CHANGELOG.md

Lines changed: 35 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,170 +1,154 @@
11
# Changelog
22

3-
## [0.7.9](https://github.com/GetStream/stream-node/compare/v0.7.8...v0.7.9) (2025-10-10)
3+
## [0.7.10](https://github.com/GetStream/stream-node/compare/v0.7.9...v0.7.10) (2025-10-13)
4+
5+
### Features
46

7+
- change cutoff_time in feed group/view request to be string, and on … ([#184](https://github.com/GetStream/stream-node/issues/184)) ([75f978a](https://github.com/GetStream/stream-node/commit/75f978a512f4e3f4794cd54e4c047e33fd83b847))
8+
9+
## [0.7.9](https://github.com/GetStream/stream-node/compare/v0.7.8...v0.7.9) (2025-10-10)
510

611
### Features
712

8-
* [FEEDS-831] add support for soft deleted feed groups ([#182](https://github.com/GetStream/stream-node/issues/182)) ([006f170](https://github.com/GetStream/stream-node/commit/006f170d9c032c81139db2b03a5b8cb11d059572))
13+
- [FEEDS-831] add support for soft deleted feed groups ([#182](https://github.com/GetStream/stream-node/issues/182)) ([006f170](https://github.com/GetStream/stream-node/commit/006f170d9c032c81139db2b03a5b8cb11d059572))
914

1015
## [0.7.8](https://github.com/GetStream/stream-node/compare/v0.7.7...v0.7.8) (2025-10-10)
1116

12-
1317
### Features
1418

15-
* Added individual activities array to stories feed updated event ([#180](https://github.com/GetStream/stream-node/issues/180)) ([db36a8e](https://github.com/GetStream/stream-node/commit/db36a8e9298da82d7e18a577eb79d7a00d62a803))
19+
- Added individual activities array to stories feed updated event ([#180](https://github.com/GetStream/stream-node/issues/180)) ([db36a8e](https://github.com/GetStream/stream-node/commit/db36a8e9298da82d7e18a577eb79d7a00d62a803))
1620

1721
## [0.7.7](https://github.com/GetStream/stream-node/compare/v0.7.6...v0.7.7) (2025-10-09)
1822

19-
2023
### Features
2124

22-
* [FEEDS-795] add updateFeedVisibility ([#178](https://github.com/GetStream/stream-node/issues/178)) ([735a934](https://github.com/GetStream/stream-node/commit/735a934701df4e4c4e5e05c1b3ab7786bfef8e7f))
25+
- [FEEDS-795] add updateFeedVisibility ([#178](https://github.com/GetStream/stream-node/issues/178)) ([735a934](https://github.com/GetStream/stream-node/commit/735a934701df4e4c4e5e05c1b3ab7786bfef8e7f))
2326

2427
## [0.7.6](https://github.com/GetStream/stream-node/compare/v0.7.5...v0.7.6) (2025-10-02)
2528

26-
2729
### Bug Fixes
2830

29-
* rename addReaction method to addActivityReaction ([#176](https://github.com/GetStream/stream-node/issues/176)) ([69b9233](https://github.com/GetStream/stream-node/commit/69b9233cd0bcfa1351bfad0b13134e2662cc2585))
31+
- rename addReaction method to addActivityReaction ([#176](https://github.com/GetStream/stream-node/issues/176)) ([69b9233](https://github.com/GetStream/stream-node/commit/69b9233cd0bcfa1351bfad0b13134e2662cc2585))
3032

3133
## [0.7.5](https://github.com/GetStream/stream-node/compare/v0.7.4...v0.7.5) (2025-10-02)
3234

33-
3435
### Bug Fixes
3536

36-
* stories config ([#174](https://github.com/GetStream/stream-node/issues/174)) ([232d044](https://github.com/GetStream/stream-node/commit/232d0446cddd6cdc5f75347f34dd5555ff355887))
37+
- stories config ([#174](https://github.com/GetStream/stream-node/issues/174)) ([232d044](https://github.com/GetStream/stream-node/commit/232d0446cddd6cdc5f75347f34dd5555ff355887))
3738

3839
## [0.7.4](https://github.com/GetStream/stream-node/compare/v0.7.3...v0.7.4) (2025-10-02)
3940

40-
4141
### Features
4242

43-
* stories feed implementation ([#170](https://github.com/GetStream/stream-node/issues/170)) ([ca75fb5](https://github.com/GetStream/stream-node/commit/ca75fb5706fe1ed49df6f21c921e67059612579d))
44-
43+
- stories feed implementation ([#170](https://github.com/GetStream/stream-node/issues/170)) ([ca75fb5](https://github.com/GetStream/stream-node/commit/ca75fb5706fe1ed49df6f21c921e67059612579d))
4544

4645
### Bug Fixes
4746

48-
* removed expiration from stories config ([#172](https://github.com/GetStream/stream-node/issues/172)) ([a30b855](https://github.com/GetStream/stream-node/commit/a30b855f37335396fd24ff53c99225b955abbc73))
47+
- removed expiration from stories config ([#172](https://github.com/GetStream/stream-node/issues/172)) ([a30b855](https://github.com/GetStream/stream-node/commit/a30b855f37335396fd24ff53c99225b955abbc73))
4948

5049
## [0.7.3](https://github.com/GetStream/stream-node/compare/v0.7.2...v0.7.3) (2025-09-30)
5150

52-
5351
### Features
5452

55-
* hifi audio support ([#167](https://github.com/GetStream/stream-node/issues/167)) ([e48f890](https://github.com/GetStream/stream-node/commit/e48f890aaeabeb601a32a80739897b1911e97ec5))
53+
- hifi audio support ([#167](https://github.com/GetStream/stream-node/issues/167)) ([e48f890](https://github.com/GetStream/stream-node/commit/e48f890aaeabeb601a32a80739897b1911e97ec5))
5654

5755
## [0.7.2](https://github.com/GetStream/stream-node/compare/v0.7.1...v0.7.2) (2025-09-30)
5856

59-
6057
### Features
6158

62-
* add createSRTCredetials method to StreamCall ([#165](https://github.com/GetStream/stream-node/issues/165)) ([2a9d950](https://github.com/GetStream/stream-node/commit/2a9d950a2ef9b66f6fc7f0dd5e1a296f49328f5f))
59+
- add createSRTCredetials method to StreamCall ([#165](https://github.com/GetStream/stream-node/issues/165)) ([2a9d950](https://github.com/GetStream/stream-node/commit/2a9d950a2ef9b66f6fc7f0dd5e1a296f49328f5f))
6360

6461
## [0.7.1](https://github.com/GetStream/stream-node/compare/v0.7.0...v0.7.1) (2025-09-30)
6562

66-
6763
### Features
6864

69-
* change cutoff_time in feed group/view request to be string, and on response to be time or omitted ([#161](https://github.com/GetStream/stream-node/issues/161)) ([c449e35](https://github.com/GetStream/stream-node/commit/c449e356d7d6ec0ff88762ce31d36dcffc9075f7))
65+
- change cutoff_time in feed group/view request to be string, and on response to be time or omitted ([#161](https://github.com/GetStream/stream-node/issues/161)) ([c449e35](https://github.com/GetStream/stream-node/commit/c449e356d7d6ec0ff88762ce31d36dcffc9075f7))
7066

7167
## [0.7.0](https://github.com/GetStream/stream-node/compare/v0.6.7...v0.7.0) (2025-09-24)
7268

73-
7469
### ⚠ BREAKING CHANGES
7570

76-
* [FEEDS-782] Move own_ to FeedResponse ([#159](https://github.com/GetStream/stream-node/issues/159))
71+
- [FEEDS-782] Move own\_ to FeedResponse ([#159](https://github.com/GetStream/stream-node/issues/159))
7772

7873
### Features
7974

80-
* [FEEDS-782] Move own_ to FeedResponse ([#159](https://github.com/GetStream/stream-node/issues/159)) ([04129f9](https://github.com/GetStream/stream-node/commit/04129f9bc399b2824ed9c37271ac18822c98f999))
75+
- [FEEDS-782] Move own\_ to FeedResponse ([#159](https://github.com/GetStream/stream-node/issues/159)) ([04129f9](https://github.com/GetStream/stream-node/commit/04129f9bc399b2824ed9c37271ac18822c98f999))
8176

8277
## [0.6.7](https://github.com/GetStream/stream-node/compare/v0.6.6...v0.6.7) (2025-09-16)
8378

84-
8579
### Features
8680

87-
* [FEEDS-767] add feed_visibility methods ([#154](https://github.com/GetStream/stream-node/issues/154)) ([75586d3](https://github.com/GetStream/stream-node/commit/75586d3fea121a74018308456e0c9e45a09ccaf7))
88-
* update to version 193.9.1 ([#151](https://github.com/GetStream/stream-node/issues/151)) ([cde1438](https://github.com/GetStream/stream-node/commit/cde14380153430ed060a49758d11eb9f7eb4d046))
81+
- [FEEDS-767] add feed_visibility methods ([#154](https://github.com/GetStream/stream-node/issues/154)) ([75586d3](https://github.com/GetStream/stream-node/commit/75586d3fea121a74018308456e0c9e45a09ccaf7))
82+
- update to version 193.9.1 ([#151](https://github.com/GetStream/stream-node/issues/151)) ([cde1438](https://github.com/GetStream/stream-node/commit/cde14380153430ed060a49758d11eb9f7eb4d046))
8983

9084
## [0.6.6](https://github.com/GetStream/stream-node/compare/v0.6.5...v0.6.6) (2025-09-10)
9185

92-
9386
### Features
9487

95-
* Added user_count_truncated ([#150](https://github.com/GetStream/stream-node/issues/150)) ([97a0c03](https://github.com/GetStream/stream-node/commit/97a0c038d29873aa889a30866c665f2bf4ae3898))
88+
- Added user_count_truncated ([#150](https://github.com/GetStream/stream-node/issues/150)) ([97a0c03](https://github.com/GetStream/stream-node/commit/97a0c038d29873aa889a30866c665f2bf4ae3898))
9689

9790
## [0.6.5](https://github.com/GetStream/stream-node/compare/v0.6.4...v0.6.5) (2025-09-04)
9891

99-
10092
### Bug Fixes
10193

102-
* Add task id in delete feed response ([#148](https://github.com/GetStream/stream-node/issues/148)) ([aa1c5eb](https://github.com/GetStream/stream-node/commit/aa1c5eb9c3dbd7f0e5f2cbcbba16f90a42536c2e))
94+
- Add task id in delete feed response ([#148](https://github.com/GetStream/stream-node/issues/148)) ([aa1c5eb](https://github.com/GetStream/stream-node/commit/aa1c5eb9c3dbd7f0e5f2cbcbba16f90a42536c2e))
10395

10496
## [0.6.4](https://github.com/GetStream/stream-node/compare/v0.6.3...v0.6.4) (2025-09-03)
10597

106-
10798
### Features
10899

109-
* add DeleteFeedTaskID in DeleteFeedResponse ([#146](https://github.com/GetStream/stream-node/issues/146)) ([ec9464f](https://github.com/GetStream/stream-node/commit/ec9464fa729acde5042d833e364246083d3f4eb2))
100+
- add DeleteFeedTaskID in DeleteFeedResponse ([#146](https://github.com/GetStream/stream-node/issues/146)) ([ec9464f](https://github.com/GetStream/stream-node/commit/ec9464fa729acde5042d833e364246083d3f4eb2))
110101

111102
## [0.6.3](https://github.com/GetStream/stream-node/compare/v0.6.2...v0.6.3) (2025-09-01)
112103

113-
114104
### Features
115105

116-
* [CHA-1153] adding channel message count ([#136](https://github.com/GetStream/stream-node/issues/136)) ([446d9e5](https://github.com/GetStream/stream-node/commit/446d9e5e08dea93b2a762417de048d6f799f2d21))
117-
* update to api spec v191.7.0 ([#145](https://github.com/GetStream/stream-node/issues/145)) ([38c971f](https://github.com/GetStream/stream-node/commit/38c971fe4c4388c9b855d2d5bb1b6ebe6003aaaf))
106+
- [CHA-1153] adding channel message count ([#136](https://github.com/GetStream/stream-node/issues/136)) ([446d9e5](https://github.com/GetStream/stream-node/commit/446d9e5e08dea93b2a762417de048d6f799f2d21))
107+
- update to api spec v191.7.0 ([#145](https://github.com/GetStream/stream-node/issues/145)) ([38c971f](https://github.com/GetStream/stream-node/commit/38c971fe4c4388c9b855d2d5bb1b6ebe6003aaaf))
118108

119109
## [0.6.2](https://github.com/GetStream/stream-node/compare/v0.6.1...v0.6.2) (2025-08-21)
120110

121-
122111
### Features
123112

124-
* Kick user & upgrade to the latest OpenAPI ([#140](https://github.com/GetStream/stream-node/issues/140)) ([9dfe81f](https://github.com/GetStream/stream-node/commit/9dfe81f9c733cb66346c97053fe6e86ab90e0c05))
113+
- Kick user & upgrade to the latest OpenAPI ([#140](https://github.com/GetStream/stream-node/issues/140)) ([9dfe81f](https://github.com/GetStream/stream-node/commit/9dfe81f9c733cb66346c97053fe6e86ab90e0c05))
125114

126115
## [0.6.1](https://github.com/GetStream/stream-node/compare/v0.6.0...v0.6.1) (2025-08-19)
127116

128-
129117
### Features
130118

131-
* add membership level in FeedMemberResponse ([#137](https://github.com/GetStream/stream-node/issues/137)) ([db7aa1e](https://github.com/GetStream/stream-node/commit/db7aa1e9fe06108de73f12db969360541096d879))
132-
119+
- add membership level in FeedMemberResponse ([#137](https://github.com/GetStream/stream-node/issues/137)) ([db7aa1e](https://github.com/GetStream/stream-node/commit/db7aa1e9fe06108de73f12db969360541096d879))
133120

134121
### Bug Fixes
135122

136-
* extend openai-realtime-api version range ([#138](https://github.com/GetStream/stream-node/issues/138)) ([bc65845](https://github.com/GetStream/stream-node/commit/bc6584524386f4a35ec39379548dd99ae1cbcd35))
123+
- extend openai-realtime-api version range ([#138](https://github.com/GetStream/stream-node/issues/138)) ([bc65845](https://github.com/GetStream/stream-node/commit/bc6584524386f4a35ec39379548dd99ae1cbcd35))
137124

138125
## [0.6.0](https://github.com/GetStream/stream-node/compare/v0.5.1...v0.6.0) (2025-08-18)
139126

140-
141127
### ⚠ BREAKING CHANGES
142128

143-
* API naming review ([#130](https://github.com/GetStream/stream-node/issues/130))
129+
- API naming review ([#130](https://github.com/GetStream/stream-node/issues/130))
144130

145131
### Features
146132

147-
* add method and request/response for new endpoint ([#126](https://github.com/GetStream/stream-node/issues/126)) ([40a65d2](https://github.com/GetStream/stream-node/commit/40a65d2b349fb2d1b38d0ae01a7281ec7b626d1a))
148-
* API naming review ([#130](https://github.com/GetStream/stream-node/issues/130)) ([d15d50f](https://github.com/GetStream/stream-node/commit/d15d50f0114a087c33790c38e49b7edff853f3ac))
149-
* new endpoint GetOrCreateFeedGroup ([#127](https://github.com/GetStream/stream-node/issues/127)) ([7c58c64](https://github.com/GetStream/stream-node/commit/7c58c648ce8d33eb3446e49ceb7f23ae3f32c824))
133+
- add method and request/response for new endpoint ([#126](https://github.com/GetStream/stream-node/issues/126)) ([40a65d2](https://github.com/GetStream/stream-node/commit/40a65d2b349fb2d1b38d0ae01a7281ec7b626d1a))
134+
- API naming review ([#130](https://github.com/GetStream/stream-node/issues/130)) ([d15d50f](https://github.com/GetStream/stream-node/commit/d15d50f0114a087c33790c38e49b7edff853f3ac))
135+
- new endpoint GetOrCreateFeedGroup ([#127](https://github.com/GetStream/stream-node/issues/127)) ([7c58c64](https://github.com/GetStream/stream-node/commit/7c58c648ce8d33eb3446e49ceb7f23ae3f32c824))
150136

151137
## [0.5.1](https://github.com/GetStream/stream-node/compare/v0.5.0...v0.5.1) (2025-07-25)
152138

153-
154139
### Features
155140

156-
* No timeout for fileuploads ([#124](https://github.com/GetStream/stream-node/issues/124)) ([6bad4f0](https://github.com/GetStream/stream-node/commit/6bad4f084b459804899ffb6adbf740302a33d607))
141+
- No timeout for fileuploads ([#124](https://github.com/GetStream/stream-node/issues/124)) ([6bad4f0](https://github.com/GetStream/stream-node/commit/6bad4f084b459804899ffb6adbf740302a33d607))
157142

158143
## [0.5.0](https://github.com/GetStream/stream-node/compare/v0.4.26...v0.5.0) (2025-07-17)
159144

160-
161145
### ⚠ BREAKING CHANGES
162146

163-
* add support for feeds v3 API ([#118](https://github.com/GetStream/stream-node/issues/118))
147+
- add support for feeds v3 API ([#118](https://github.com/GetStream/stream-node/issues/118))
164148

165149
### Features
166150

167-
* add support for feeds v3 API ([#118](https://github.com/GetStream/stream-node/issues/118)) ([aa43a6b](https://github.com/GetStream/stream-node/commit/aa43a6b2666c81bff23ee0113c91f61568e5ccc2))
151+
- add support for feeds v3 API ([#118](https://github.com/GetStream/stream-node/issues/118)) ([aa43a6b](https://github.com/GetStream/stream-node/commit/aa43a6b2666c81bff23ee0113c91f61568e5ccc2))
168152

169153
## [0.4.26](https://github.com/GetStream/stream-node/compare/v0.4.25...v0.4.26) (2025-07-16)
170154

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stream-io/node-sdk",
3-
"version": "0.7.9",
3+
"version": "0.7.10",
44
"description": "",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)