File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,15 @@ PyMongo 4.8 brings a number of improvements including:
1111- The handshake metadata for "os.name" on Windows has been simplified to "Windows" to improve import time.
1212- The repr of ``bson.binary.Binary `` is now redacted when the subtype is SENSITIVE_SUBTYPE(8).
1313- A new asynchronous API with full asyncio support.
14+ - Secure Software Development Life Cycle automation for release process.
15+ GitHub Releases now include a Software Bill of Materials, and signature
16+ files corresponding to the distribution files released on PyPI.
1417
1518Unavoidable breaking changes
1619............................
1720
18- - Since we are now using ``hatch `` as our build backend, we no longer have a ``setup.py `` file
19- and require installation using ``pip ``.
21+ - Since we are now using ``hatch `` as our build backend, we no longer have a usable ``setup.py `` file
22+ and require installation using ``pip ``. Attempts to invoke the `` setup.py `` file will raise an exception.
2023
2124Changes in Version 4.7.3
2225-------------------------
You can’t perform that action at this time.
0 commit comments