Skip to content

Releases: ing-systems/queue-file

v1.4.10

17 Mar 20:57
Compare
Choose a tag to compare

What's Changed

  • Fix element caching at iterating by @l4l in #23

v1.4.9

03 Mar 06:44
Compare
Choose a tag to compare

What's Changed

  • Use VecDeque instead of Vec for offset cache
  • Add offsets caching during iteration

v1.4.8

14 Feb 11:07
Compare
Choose a tag to compare
  • avoid panic when opening corrupted queue file
  • avoid panic when trying write too big element
  • add Debug to Iter struct
  • cleanups and style fixes

Full Changelog: v1.4.7...v1.4.8

v1.4.7

04 Feb 20:36
Compare
Choose a tag to compare

Mostly cleanups. Make get_* methods deprecated. Update Rust edition to 2021