Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,9 @@ you can likely not be concerned with the breaking changes below:

* MAJOR BUG: Fix queries for AAAA records (#616) @bdraco

* Switch to using an asyncio.Event for async_wait (#759) @bdraco
* Add async_apple_scanner example (#719) @bdraco

We no longer need to check for thread safety under a asyncio.Condition
as the ServiceBrowser and ServiceInfo internals schedule coroutines
in the eventloop.
* Add support for requesting QU questions to ServiceBrowser and ServiceInfo (#787) @bdraco

* Ensure the queue is created before adding listeners to ServiceBrowser (#785) @bdraco

Expand All @@ -287,6 +285,12 @@ you can likely not be concerned with the breaking changes below:

* Improve performance of parsing DNSIncoming by caching read_utf (#769) (later reverted) @bdraco

* Switch to using an asyncio.Event for async_wait (#759) @bdraco

We no longer need to check for thread safety under a asyncio.Condition
as the ServiceBrowser and ServiceInfo internals schedule coroutines
in the eventloop.

* Simplify ServiceBrowser callsbacks (#756) @bdraco

* Revert: Fix thread safety in _ServiceBrowser.update_records_complete (#708) (#755) @bdraco
Expand Down