Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jan 10:32
0168666

1.0.0 (2026-01-29)

⚠ BREAKING CHANGES

  • make the inner header pointer accessible again, although only through unsafe (#504)
  • Reason about Send/Sync-ness of types and change Rcs to Arcs (#488)
  • Use Arc instead of Rc in bam::buffer, such that the buffer can be used in a multithreaded context (#495)

Features

  • Reason about Send/Sync-ness of types and change Rcs to Arcs (#488) (d743a34)
  • Use Arc instead of Rc in bam::buffer, such that the buffer can be used in a multithreaded context (#495) (229d5a2)

Bug Fixes

  • apply clippy suggestion to use unwrap_or instead of match (#501) (161f759)
  • empty_header was making a deep copy of header (#499) (60aad09), closes #493
  • make the inner header pointer accessible again, although only through unsafe (#504) (4dc0fba)

Performance Improvements

  • bam: Remove unnecessary heap allocation in Record::aux (#498) (9680bb4)