Skip to content

v0.2.0

Compare
Choose a tag to compare
@mookums mookums released this 18 Dec 04:10
· 4 commits to main since this release
543e6b0

This update focused on cleaning up a variety of sharp edges as well as various features.

  • Added queue_connect for connecting to different sockets. (42e61e3)
  • Added an abstracted wrap and unwrap allowing for more complex types to be converted to an integer representation. (e54daae)
  • Added entry_in_new_thread allowing for the runtime to be started and managed in a different thread, making embedding of Tardy in applications easier. (9207187)
  • Added proper error handling with callbacks being handed a result type, allowing for errors to be standardized and captured directly without having to determine from integer types. (9d0b398)
  • Fixed a race condition that would sometimes occur within the aio.append during startup. (32b89f2)
  • Made io_uring flags conditional on kernel version. (a4144a3)

Full Changelog: v0.1.0...v0.2.0