Skip to content

v1.0.2 - 2025-10-17

Choose a tag to compare

@hulxv hulxv released this 17 Oct 16:10
· 17 commits to main since this release

Changed

  • Updated mio-rs to version 1.1.0 which includes the fix for macOS thread safety issues

Fixed

  • Resolved macOS thread safety issues with mio::Event in worker threads (initially fixed with custom Event wrapper #70, then properly resolved by updating mio-rs after upstream fix #72)

Development

  • Enhanced CI/CD with cross-platform testing workflows
  • Fixed clippy linting issues
  • Added unstable feature testing with nightly Rust channel
  • Improved CI workflow to avoid using unstable features in stable & beta channels
  • Added TCP tests and disabled UDS tests on Windows for better cross-platform support
  • Fixed documentation errors