@stream-io/feeds-client 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.2.0](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-1.1.0...@stream-io/feeds-client-1.2.0) (2026-03-19)
6
+
7
+
8
+ ### Features
9
+
10
+ * support for flat notifications ([#267](https://github.com/GetStream/stream-feeds-js/issues/267)) ([e27a688](https://github.com/GetStream/stream-feeds-js/commit/e27a6885ed8754a831a311b86893c31d13849c01))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * ensure that if enrich_own_fields are set to true own_* fields are updated even if HTTP response arrives after WS ([#262](https://github.com/GetStream/stream-feeds-js/issues/262)) ([94ebf6b](https://github.com/GetStream/stream-feeds-js/commit/94ebf6b0ccd0ddfe452d777a045899626c3b0273))
16
+
5
17
  ## [1.1.0](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-1.0.0...@stream-io/feeds-client-1.1.0) (2026-03-10)
6
18
 
7
19