aggify icon indicating copy to clipboard operation
aggify copied to clipboard

Bump mongoengine from 0.27.0 to 0.28.2

Open dependabot[bot] opened this issue 1 year ago • 0 comments

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 longer with 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_score argument 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
  • ce9e108 Merge pull request #2803 from bagerard/fix_pymongo37
  • 1652b5b update changelog and prepare release
  • 2d59e54 Fix typing that was used and is incompatible with pymongo3.7
  • 79dfcdb Merge pull request #2800 from bagerard/bug_no_deref_thread_local
  • 7b23027 remove commented code
  • b123723 bump version and update changelog for 0.28.1
  • a96f142 Fix bug in mutable thread local related with no_dereference ctx manager added...
  • 5e0a678 Prepare for 0.28.0
  • 356e772 Merge pull request #2796 from brucewroberts/patch-1
  • 41aa2b3 Update logging-monitoring.rst
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Apr 29 '24 07:04 dependabot[bot]