You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
3
3
4
+
## [1.1.0] - 2026-04-22
5
+
6
+
## Changed
7
+
8
+
- Added new enum `io.factorhouse.kpow.StreamsRegistry.TargetProduct`: supported values are `KPOW` and `FACTOR_PLATFORM`
9
+
-`io.factorhouse.kpow.StreamsRegistry` now accepts an optional third argument where you can specify the target product.
10
+
- For backwards compatibility, the existing 2-artity `io.factorhouse.kpow.StreamsRegistry` constructor will initialize the `StreamsRegistry` instance with a default target product of `KPOW`.
11
+
4
12
## [1.0.0] - 2025-02-27
5
13
6
14
A major release of the StreamsAgent with some breaking changes.
0 commit comments