LeapSerial v0.3.0 Release Notes

Release Date: 2016-01-30 // about 8 years ago
  • ๐Ÿš€ This release is the first major release in a few months, and focuses primarily on cleaning up and extending stream behaviors.

    • #47 and #54 correct some misbehavior when an archive is reading near the end of a stream
    • ๐Ÿ‘ #48 adds compression support
    • ๐Ÿ‘ #49 adds encryption support
    • #52 adds a bounded stream concept
    • #53 makes wrapped stream ownership more strict
    • ๐Ÿ›  #57 fixes more bugs, adds more overloads to the streams, extends the stream behaviors significantly, and cleans up the multitude of leap::Serialize overloads.
    • #60 ensures that we exhibit compliant behavior for the stream EOF condition
    • ๐ŸŽ #61 dramatically improves the performance of InputStreamAdapter::Skip
    • ๐ŸŽ #62 adds benchmarking to LeapSerial and enhances the AES implementation's performance