Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 840 Bytes

File metadata and controls

47 lines (25 loc) · 840 Bytes

Changelog

v0.2.11 - 2025/12/30

  • Avoid copying buffers when they are already direct

v0.2.11 - 2025/12/23

  • Add support for windows aarch64

v0.2.10 - 2025/12/23

  • Update dependencies and modernize gradle project
  • Raised minimum supported GLIBC version to 2.27

v0.2.9 - 2024/08/21

  • Update dependencies
  • Remove jda-nas dependency requirement

v0.2.7 - 2024/07/21

  • Add support for musl libc

v0.2.6 - 2022/12/01

  • Some memory and efficiency improvements

v0.2.5 - 2022/09/04

  • Make IPv6 optional and improve socket ownership (#5)

v0.2.3 - 2022/08/19

  • Use Box::from instead of vector allocation

v0.2.2 - 2022/08/19

  • Lower required GLIBC version to 2.18

v0.2.1 - 2022/08/14

  • Move condvar out of queue state

v0.2.0 - 2022/08/14

  • Switch to conditional variables for idle loop wait (#4)