Releases: mongodb-labs/python-bsonjs
Releases · mongodb-labs/python-bsonjs
0.6.0
What's Changed
- Add dependabot config by @blink1073 in #59
- Bump the actions group with 3 updates by @dependabot in #60
- Update python support by @blink1073 in #61
- Bump pypa/cibuildwheel from 2.22.0 to 2.23.0 in the actions group by @dependabot in #63
- PYTHON-5179 Fix memory leak in bson_str_to_json by @blink1073 in #64
New Contributors
- @dependabot made their first contribution in #60
Full Changelog: 0.5.0...0.6.0
python-bsonjs 0.5.0
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
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
- Create CODEOWNERS by @agolin95 in #43
- PYTHON-3506 Python 3.11 Support for BsonJS by @blink1073 in #45
- Clean up triggers and add concurrency handling by @blink1073 in #46
- PYTHON-3882 [python-bsonjs] Support Python 3.7-3.12 by @blink1073 in #48
- Update libbson to 1.24.2 by @ShaneHarvey in #47
- Fix PyMethodDef warnings resolve #42 by @ShaneHarvey in #49
- Fix check-manifest warnings by @ShaneHarvey in #50
- PYTHON-4107 [python-bsonjs] Use PyPI Trusted Publishing by @blink1073 in #52
- PYTHON-4163 Rename src/ to bsonjs/ to avoid setuptools bug that shadows bson package by @ShaneHarvey in #53
- PYTHON-4173 [python-bsonjs] Fix dist files by @blink1073 in #54
- PYTHON-4168 [python-bsonjs] Release 0.4 by @blink1073 in #55
New Contributors
- @agolin95 made their first contribution in #43
- @blink1073 made their first contribution in #45
Full Changelog: 0.3.0...0.4.0