Skip to content

chore(master): release 1.0.0#496

Merged
johanneskoester merged 1 commit intomasterfrom
release-please--branches--master--components--rust-htslib
Jan 29, 2026
Merged

chore(master): release 1.0.0#496
johanneskoester merged 1 commit intomasterfrom
release-please--branches--master--components--rust-htslib

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

🤖 I have created a release beep boop

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)

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 4 times, most recently from 08ecc09 to 930b51b Compare December 19, 2025 11:31
@johanneskoester
Copy link
Copy Markdown
Contributor

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

@github-actions github-actions Bot force-pushed the release-please--branches--master--components--rust-htslib branch from 930b51b to 8a261e1 Compare January 29, 2026 10:26
@johanneskoester johanneskoester merged commit 0168666 into master Jan 29, 2026
@johanneskoester johanneskoester deleted the release-please--branches--master--components--rust-htslib branch January 29, 2026 10:32
@github-actions
Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

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

1 participant