diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html index f5c16c08cd2..46be969815a 100644 --- a/docs/streams/upgrade-guide.html +++ b/docs/streams/upgrade-guide.html @@ -79,7 +79,14 @@ For users who have customized window store implementations on the above interface, they'd need to update their code to implement the newly added method as well. For more details, see KIP-261.
- + +
+        We have added public WindowedSerdes to allow users to read from / write to a topic storing windowed table changelogs directly.
+        In addition, in StreamsConfig we have also added default.windowed.key.serde.inner and default.windowed.value.serde.inner
+        to let users specify inner serdes if the default serde classes are windowed serdes.
+        For more details, see KIP-265.
+    
         We have added support for methods in ReadOnlyWindowStore which allows for querying WindowStores without the necessity of providing keys.