Skip to content

Bump mongoengine from 0.27.0 to 0.28.0#94

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/mongoengine-0.28.0
Closed

Bump mongoengine from 0.27.0 to 0.28.0#94
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/mongoengine-0.28.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps mongoengine from 0.27.0 to 0.28.0.

Changelog

Sourced from mongoengine's changelog.

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

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)

Bumps [mongoengine](https://github.com/MongoEngine/mongoengine) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/MongoEngine/mongoengine/releases)
- [Changelog](https://github.com/MongoEngine/mongoengine/blob/master/docs/changelog.rst)
- [Commits](MongoEngine/mongoengine@v0.27.0...v0.28.0)

---
updated-dependencies:
- dependency-name: mongoengine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 4, 2024
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (1afa906) to head (1ec963f).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #94   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines         1087      1087           
=========================================
  Hits          1087      1087           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 11, 2024

Superseded by #95.

@dependabot dependabot bot closed this Mar 11, 2024
@dependabot dependabot bot deleted the dependabot/pip/mongoengine-0.28.0 branch March 11, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants