Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 8, 2025

🤖 I have created a release beep boop

1.0.0 (2025-12-19)

⚠ BREAKING CHANGES

  • 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

Performance Improvements

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

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--master--components--rust-htslib branch 3 times, most recently from 5d91b58 to 08ecc09 Compare December 19, 2025 10:41
@github-actions github-actions bot force-pushed the release-please--branches--master--components--rust-htslib branch from 08ecc09 to 930b51b Compare December 19, 2025 11:31
@johanneskoester
Copy link
Contributor

Waiting for confirmation in issue #293 that the thread-safety related changes added in this release work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

empty_record clones header

2 participants