Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

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

Changelog

Sourced from django-cacheops's changelog.

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

  • use UNLINK instead of DEL when available, use Redis 4.0+ for that
  • request m2m objects for invalidation using correct db
  • fixed caching counts, aggregates and exists in writes, dirty transactions and while cacheops is disabled
  • fixed various multidb/invalidation issues (Svan70)
  • fixed db in .invalidated_update()
  • fixed possible key disrepancy in cache_on_save with multidb
  • fixed jinja2 support in Python 3
  • documented CACHEOPS_CLIENT_CLASS

4.0.7

  • fixed RawSQL() and Subquery() (thx to thakryptex)
  • made the Redis client class configurable (Nic Wolff)
  • package is now also distributed as a universal wheel (Jon Dufresne)
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 Oct 26, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #290.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/config/django-cacheops-approx-eq-5.1 branch May 10, 2021 07:01
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.

1 participant