Skip to content

Commit f43e112

Browse files
Adjust changelog for ApplicationCommunicator updates. (#520)
#505 made send_input &co return the result if the application is already completed. Note this in changelog, as it may require test updates. Closes #518.
1 parent f22bea2 commit f43e112

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
* Fixes a deadlock in CurrentThreadExecutor with nested async_to_sync →
1616
sync_to_async → async_to_sync → create_task calls. (#494)
1717

18+
* The ApplicationCommunicator testing utility will now return the task result
19+
if it's already completed on send_input and receive_nothing. You may need to
20+
catch (e.g.) the asyncio.exceptions.CancelledError if sending messages to
21+
already finished consumers in your tests. (#505)
22+
1823
3.8.1 (2024-03-22)
1924
------------------
2025

0 commit comments

Comments
 (0)