Skip to content

Commit

Permalink
Merge pull request #2835 from bagerard/prep_release_0_29_0
Browse files Browse the repository at this point in the history
Prepare release 0.29.0
  • Loading branch information
bagerard authored Aug 26, 2024
2 parents aaffca9 + ad17210 commit ccae19c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop your features).

Changes in 0.29.0
=================
- Fix weakref in EmbeddedDocumentListField (causing brief mem leak in certain circumstances) #2827
- Fix pillow deprecation warning related with LANCZOS filter #2824
- Allow gt/gte/lt/lte/ne operators to be used with a list as value on ListField #2813
- Switch tox to use pytest instead of legacy `python setup.py test` #2804
- Add support for timeseries collection #2661
- Add support in tests for MongoDB 7.0, pymongo 4.7 and pymongo 4.8 in the CI #2826
- Add support for `array_filters` in Queryset.modify #2811
- Integrate a docker-compose setup for local testing #2555
- improve ReferenceField wrong usage detection
- Fix no_dereference thread-safetyness #2830
- BREAKING CHANGE: max_length in ListField is now keyword only on ListField signature
Expand Down
2 changes: 1 addition & 1 deletion mongoengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)


VERSION = (0, 28, 2)
VERSION = (0, 29, 0)


def get_version():
Expand Down

0 comments on commit ccae19c

Please sign in to comment.