File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,17 @@ Changelog
7
7
Development
8
8
===========
9
9
- (Fill this out as you fix issues and develop your features).
10
+
11
+ Changes in 0.29.0
12
+ =================
13
+ - Fix weakref in EmbeddedDocumentListField (causing brief mem leak in certain circumstances) #2827
10
14
- Fix pillow deprecation warning related with LANCZOS filter #2824
11
15
- Allow gt/gte/lt/lte/ne operators to be used with a list as value on ListField #2813
12
16
- Switch tox to use pytest instead of legacy `python setup.py test ` #2804
13
17
- Add support for timeseries collection #2661
18
+ - Add support in tests for MongoDB 7.0, pymongo 4.7 and pymongo 4.8 in the CI #2826
19
+ - Add support for `array_filters ` in Queryset.modify #2811
20
+ - Integrate a docker-compose setup for local testing #2555
14
21
- improve ReferenceField wrong usage detection
15
22
- Fix no_dereference thread-safetyness #2830
16
23
- BREAKING CHANGE: max_length in ListField is now keyword only on ListField signature
Original file line number Diff line number Diff line change 29
29
)
30
30
31
31
32
- VERSION = (0 , 28 , 2 )
32
+ VERSION = (0 , 29 , 0 )
33
33
34
34
35
35
def get_version ():
You can’t perform that action at this time.
0 commit comments