This release also provides a number of improvements and features:
- Added support for Python 3.7, 3.8, 3.9, and 3.10
- Added a new keyword argument to the `dumps` and `dump` functions: `mode`. It
can be one of: bsonjs.LEGACY, bsonjs.CANONICAL, or bsonjs.RELAXED. Which are:
libbson's legacy extended JSON format, MongoDB Extended JSON 2.0 canonical
mode, and MongoDB Extended JSON relaxed mode.
- Dropped support for Python 2.7, 3.4, and 3.5.