Skip to content

0.9.3

Compare
Choose a tag to compare
@vy vy released this 09 May 20:22
· 273 commits to master since this release
  • Improved Javadocs.

  • Switched from File#renameTo(File) to the more robust
    Files.move(Path, Path, CopyOptions...) alternative. (#14)

  • Add rolling support via maxBackupCount. (#14)

  • Stop policies after stream close. (#26)