pjfanning commented on code in PR #1446: URL: https://github.com/apache/pekko/pull/1446#discussion_r1729111425
########## 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: The alternative is that we hijack the 1.1.0-M1 section of the release notes (where you have added this change) - and just annotate the additional changes that were not in 1.1.0-M1. -- 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]
