Skip to content

Releases: mongodb-labs/python-bsonjs

python-bsonjs 0.7.0

18 Aug 12:17
6e27795
Compare
Choose a tag to compare

What's Changed

  • Bump pypa/cibuildwheel from 2.23.0 to 2.23.1 in the actions group by @dependabot[bot] in #65
  • Bump pypa/cibuildwheel from 2.23.1 to 2.23.2 in the actions group by @dependabot[bot] in #66
  • Update benchmark to use PyMongo 4.11 and Python 3.13 by @ShaneHarvey in #68
  • INTPYTHON-593 Add automated release workflow by @blink1073 in #69
  • INTPYTHON-589 Fix PyPI upload conditional by @blink1073 in #70
  • Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 in the actions group by @dependabot[bot] in #71
  • INTPYTHON-608 Use pinned sources for GitHub Actions by @blink1073 in #72
  • INTPYTHON-710 Add Python 3.14 support by @blink1073 in #80
  • Add arm64 wheels and prep for 0.7.0 release by @blink1073 in #82

Full Changelog: 0.6.0...0.7.0

0.6.0

03 Mar 19:16
a71ae67
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

python-bsonjs 0.5.0

09 Sep 13:19
2c42e4b
Compare
Choose a tag to compare

Version 0.5.0 updates python-bsonjs's vendored copy of libbson to 1.27.6. For a detailed breakdown of what changed in each version of libbson see its changelog: https://github.com/mongodb/mongo-c-driver/blob/1.27.6/src/libbson/NEWS http://mongoc.org/libbson/1.27.6/

This release also adds support for Python 3.13 and drops support for Python 3.7.

0.4.0

29 Jan 20:53
fc5a56a
Compare
Choose a tag to compare

Version 0.4.0 updates python-bsonjs's vendored copy of libbson to 1.24.2. For a detailed breakdown of what changed in each version of libbson see its changelog: https://github.com/mongodb/mongo-c-driver/blob/1.24.2/src/libbson/NEWS http://mongoc.org/libbson/1.24.2/

This release also adds support for Python 3.11 and 3.12.

What's Changed

New Contributors

  • @agolin95 made their first contribution in #43
  • @blink1073 made their first contribution in #45

Full Changelog: 0.3.0...0.4.0