aggify
aggify copied to clipboard
Bump mongoengine from 0.27.0 to 0.28.2
Bumps mongoengine from 0.27.0 to 0.28.2.
Changelog
Sourced from mongoengine's changelog.
Changes in 0.28.2
- Fix typing import incompatible with Pymongo 3.7 #2802
Changes in 0.28.1
- Fix bug related with recent updates to no_dereference context manager #2799
Changes in 0.28.0
- Fix for uuidRepresentation not read when provided in URI #2741
- Add option to user array_filters https://www.mongodb.com/docs/manual/reference/operator/update/positional-filtered/ #2769
- Fix combination of raw and mongoengine syntax #2773
- Add tests against MongoDB 6.0 and MongoDB 7.0 in the pipeline
- Fix validate() not being called when inheritance is used in EmbeddedDocument and validate is overriden #2784
- Add support for readPreferenceTags in connection parameters #2644
- Use estimated_documents_count OR documents_count when count is called, based on the query #2529
- Fix no_dereference context manager which wasn't turning off auto-dereferencing correctly in some cases #2788
- BREAKING CHANGE: no_dereference context manager no longer returns the class in enter #2788 as it was useless and making it look like it was returning a different class although it was the same. Thus, it must be called like
with no_dereference(User):and no longerwith no_dereference(User) as ...:- Added raw to :meth:
~mongoengine.Queryset.order_by()to allow to provide raw pymongo 'sort' argument and get around some of the limitations #2783- Add
text_scoreargument on :meth:~mongoengine.Document.search_text()to allow text_score computation to be turned off as it interfere with natural returned documents order #2759
Commits
ce9e108Merge pull request #2803 from bagerard/fix_pymongo371652b5bupdate changelog and prepare release2d59e54Fix typing that was used and is incompatible with pymongo3.779dfcdbMerge pull request #2800 from bagerard/bug_no_deref_thread_local7b23027remove commented codeb123723bump version and update changelog for 0.28.1a96f142Fix bug in mutable thread local related with no_dereference ctx manager added...5e0a678Prepare for 0.28.0356e772Merge pull request #2796 from brucewroberts/patch-141aa2b3Update logging-monitoring.rst- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)