File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ Changes in Version 4.14.0 (XXXX/XX/XX)
5
5
--------------------------------------
6
6
PyMongo 4.14 brings a number of changes including:
7
7
8
- - Added preliminary support for Python 3.14 and 3.14 with free-threading. We do not yet support subinterpreters in Python 3.14.
9
- We do not yet support free-theading with Encryption. Full support will be added in a future release.
8
+ - Added preliminary support for Python 3.14 and 3.14 with free-threading. We do not yet support the following with Python 3.14:
9
+ - Subinterpreters (``concurrent.interpreters ``)
10
+ - Free-threading with Encryption
11
+ - mod_wsgi
10
12
- Removed experimental support for free-threading support in Python 3.13.
11
13
- Added :attr: `bson.codec_options.TypeRegistry.codecs ` and :attr: `bson.codec_options.TypeRegistry.fallback_encoder ` properties
12
14
to allow users to directly access the type codecs and fallback encoder for a given :class: `bson.codec_options.TypeRegistry `.
You can’t perform that action at this time.
0 commit comments