Skip to content

Commit ccae19c

Browse files
authored
Merge pull request #2835 from bagerard/prep_release_0_29_0
Prepare release 0.29.0
2 parents aaffca9 + ad17210 commit ccae19c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@ Changelog
77
Development
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

mongoengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
)
3030

3131

32-
VERSION = (0, 28, 2)
32+
VERSION = (0, 29, 0)
3333

3434

3535
def get_version():

0 commit comments

Comments
 (0)