Skip to content

Release v1.0.4

Choose a tag to compare

@github-actions github-actions released this 13 Apr 17:42

The release includes:

  1. High-performance uvloop support for faster asynchronous event handling.
  2. Zero-copy memoryview processing to reduce memory allocations and Garbage Collection overhead.
  3. Refined Header Unpacking with subclass registration and decoding caches.
  4. Async Batch Draining to process multiple audio packets in a single asyncio cycle.
  5. Thread-safe Packet Handoff for more stable communication between the audio and network threads.

Full Changelog: v1.0.3...v1.0.4