Skip to content

0.4.0

Compare
Choose a tag to compare
@anuragsoni anuragsoni released this 01 Apr 02:45
· 150 commits to main since this release

CHANGES:

  • Remove Bytebuffer from public api
  • Deprecate schedule_bigstring, write_string
  • Support reading lines from an input channel
  • Use Core_unix.IOVec to represent a view inside the input channel
  • Support file descriptors that don't support nonblocking IO
  • Remove the read_one_chunk_at_a_time interface from input channel
  • Switch to 0.15 series of core and async