File tree 1 file changed +5
-2
lines changed 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:
11
11
- The handshake metadata for "os.name" on Windows has been simplified to "Windows" to improve import time.
12
12
- The repr of ``bson.binary.Binary `` is now redacted when the subtype is SENSITIVE_SUBTYPE(8).
13
13
- 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.
14
17
15
18
Unavoidable breaking changes
16
19
............................
17
20
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.
20
23
21
24
Changes in Version 4.7.3
22
25
-------------------------
You can’t perform that action at this time.
0 commit comments