CHANGES:
New features / API changes:
-
Add
Flow.read_all
(@SGrondin #596, reviewed by @talex5 @rbjorklin). -
Add
Path.stat
(@patricoferris @talex5 @avsm #617 #618 #624 #620, reviewed by @SGrondin). -
Add
Path.mkdirs
andPath.split
(@patricoferris @talex5 #625). -
Add
Eio.Path.{kind,is_file,is_directory}
(@patricoferris @talex5 #623, reviewed by @avsm). -
Switch from CTF to OCaml 5.1 runtime events (@TheLortex @patricoferris @talex5 #634 #635, reviewed by @avsm).
This is a minimal initial version.
Documentation:
-
Update README section about
env
(@talex5 #614, reported by @jonsterling).
Build and test changes: