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
77Development
88===========
99- (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
1014- Fix pillow deprecation warning related with LANCZOS filter #2824
1115- Allow gt/gte/lt/lte/ne operators to be used with a list as value on ListField #2813
1216- Switch tox to use pytest instead of legacy `python setup.py test ` #2804
1317- 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
1421- improve ReferenceField wrong usage detection
1522- Fix no_dereference thread-safetyness #2830
1623- BREAKING CHANGE: max_length in ListField is now keyword only on ListField signature
Original file line number Diff line number Diff line change 2929)
3030
3131
32- VERSION = (0 , 28 , 2 )
32+ VERSION = (0 , 29 , 0 )
3333
3434
3535def get_version ():
You can’t perform that action at this time.
0 commit comments