pjfanning commented on code in PR #1446: URL: https://github.com/apache/pekko/pull/1446#discussion_r1729080111
########## docs/src/main/paradox/release-notes/releases-1.1.md: ########## @@ -43,6 +43,7 @@ The Stream API has been updated to add some extra functions. * added extra retry operators that allow users to provide a predicate to decide whether to retry based on the exception ([PR1269](https://github.com/apache/pekko/pull/1269)) * add optionalVia/unsafeOptionalDataVia operators ([PR1422](https://github.com/apache/pekko/pull/1422)) * add alsoTo/alsoToContext operators to `SourceWithContext`/`FlowWithContext` ([PR-1443](https://github.com/apache/pekko/pull/1443)) +* add wireTap/wireTapContext operators to `SourceWithContext`/`FlowWithContext` ([PR-1446](https://github.com/apache/pekko/pull/1446)) Review Comment: This is ok but I think when we put together the release notes, we should have separate sections for 1.1.0 and 1.1.0-M1 releases. We can consolidate them again later but until we get all the modules like HTTP and Connectors 1.1.0 releases, it is useful for 1.1.0-M1 users to know which changes are in that release. We don't need to repeat the changes. 1.1.0 users can be told that that release contains everything in 1.1.0 plus the extra listed changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
