Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update django-cacheops requirement from ~=4.2 to ~=6.0 in /config #290

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on django-cacheops to permit the latest version.

Changelog

Sourced from django-cacheops's changelog.

6.0

  • support and test against Python 3.9 and Django 3.1/3.2
  • added custom serializers support (thx to Arcady Usov)
  • support callable extra in @​cached_as() and friends
  • made simple cache obey prefix
  • skip JSONFields for purposes of invalidation
  • configure skipped fields by internal types, classes still supported
  • handle DatabaseError on transaction cleanup (Roman Gorbil)
  • do not query old object if cacheops is disabled
  • do not fetch deferred fields during invalidation, fixes #387 Backwards incompatible changes:
  • callable extra param, including type, now behaves differently
  • simple cache now uses prefix

5.1

  • support subqueries in annotations (Jeremy Stretch)
  • included tests into distro (John Vandenberg)
  • fixed .invalidated_update(), if updated QuerySet had related fields selected (M1hacka)
  • fixed possible deadlock in .invalidated_update() (M1hacka)
  • fixed filtering with expressions
  • fixed queries filtering in Exists (thx to Axel Wegener)
  • updated min redis-py to 3.0.0

5.0.1

  • fixed reverse o2o invalidation (thx to John Anderson)
  • fixed unstable cache key when field validors are used
  • guard against non-integer timeouts

5.0

  • support Python 3.8 and Django 3.0 (thx to Misha Kalyna)
  • improve model fields stamping (Alex Lokhman)
  • disabled postponed invalidation when no_invalidation is applied (Vladimir)
  • fixed custom manager derived from BaseManager (Eric Plaster) Backwards incompatible changes:
  • dropped Python 2.7 and Djangos before 2.1
  • Redis 4.0+ required

4.2

  • support Django 2.1 and 2.2
  • added keep_fresh option to @​cached_as (George Lee)
  • pass CACHEOPS_SENTINEL options through (David Fuentes Baldomir)
  • made SKIP_FIELDS and LONG_DISJUCTION configurable (Nic Wolff)
  • fixed .aggregate() over .annotate() fields in Django 2.2
  • fixed .bulk_create() in Django 2.2 (Grzegorz Szczepanczyk)
  • fixed test database to work in environments without /dev/shm (George Lee)
  • fixed proxy/abstract model bug
  • added test case for issue #312 (Andy Tzeng)
  • some warnings and doc-strings improvements

4.1

... (truncated)

Commits

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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the F7-dependencies Pull requests that update a dependency file label May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F7-dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants