Skip to content

Releases: oconnor663/blake3-py

1.0.8

14 Oct 06:32

Choose a tag to compare

version 1.0.8

Changes since 1.0.7:
- Set `gil_used = false`, to avoid activating the GIL when this module
  is imported in freethreaded builds. We already managed the
  blake3::Hasher with a Mutex internally, so not much else needed to
  change.
- Fix a soundness bug where we released PyBuffer objects before we
  finished reading the underlying bytes. This made it possible for other
  threads to race to resize the buffer, which could've cause a
  use-after-free. Now with the PyBuffer retained, other threads that try
  to do that will fail and raise an exception.

v1.0.7 wheels for Python 3.14

11 Oct 17:49

Choose a tag to compare

1.0.7_rerelease

add Python 3.14 to CI and the release pipeline

1.0.7

29 Sep 16:31

Choose a tag to compare

What's Changed

  • Update pyo3 to v0.26.
  • MSRV is now Rust 1.80, driven by rayon.

1.0.6

18 Sep 18:38
6560056

Choose a tag to compare

What's Changed

  • Update pyo3 requirement from 0.24.1 to 0.25.0 by @dependabot[bot] in #70
  • Bump PyO3/maturin-action from 1.49.1 to 1.49.3 by @dependabot[bot] in #71
  • Bump softprops/action-gh-release from 2.2.2 to 2.3.2 by @dependabot[bot] in #72
  • Fix MyPy typing complaints on Python 3.8, with regression test by @moreati in #74

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5

19 May 19:57
780c9f9

Choose a tag to compare

What's Changed

  • Bump PyO3/maturin-action from 1.45.0 to 1.46.0 by @dependabot in #59
  • Bump softprops/action-gh-release from 2.1.0 to 2.2.1 by @dependabot in #61
  • Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 by @dependabot in #60
  • Bump PyO3/maturin-action from 1.46.0 to 1.47.0 by @dependabot in #62
  • Replace quansight-labs/setup-python with actions/setup-python by @ngoldbaum in #64
  • Update pyo3 requirement from 0.23.4 to 0.24.1 by @dependabot in #65
  • Bump PyO3/maturin-action from 1.47.0 to 1.47.3 by @dependabot in #66
  • Bump softprops/action-gh-release from 2.2.1 to 2.2.2 by @dependabot in #67
  • Bump PyO3/maturin-action from 1.47.3 to 1.49.1 by @dependabot in #68
  • Add LICENSE file to wheels by @justeph in #69

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.4

24 Jan 12:49
be76652

Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

24 Jan 11:30
77122c1

Choose a tag to compare

What's Changed

  • Add minimum supported Rust version 1.66 by @tiran in #57

New Contributors

  • @tiran made their first contribution in #57

Full Changelog: 1.0.2...1.0.3

1.0.2_rerelease

13 Jan 12:08
59f3c01

Choose a tag to compare

1.0.2

13 Jan 11:49
8e7d5b4

Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

03 Jan 14:30
d9c7d3b

Choose a tag to compare

What's Changed

  • Bump maturin, pyo3, add free-threaded 3.13t wheel by @ddelange in #47
  • Bump gh-action-pypi-publish by @ddelange in #48
  • Bump softprops/action-gh-release from 2.0.8 to 2.2.0 in the github-actions group by @dependabot in #49
  • Fix windows 3.13t wheels by @ddelange in #50

New Contributors

Full Changelog: 1.0.0...1.0.1