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

Bump django-rq from 2.3.2 to 2.8.1 #23

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 15, 2023

Bumps django-rq from 2.3.2 to 2.8.1.

Release notes

Sourced from django-rq's releases.

v2.8.1

v2.8.0

v2.7.0

  • Able to show multiple execution results for each job (requires RQ v1.12). Thanks @​selwin!
  • Various admin interface improvements. Thanks @​selwin!

v2.6.0

v2.5.1

  • Redis.from_url does not accept ssl_cert_reqs argument for non SSL Redis URL. Thanks @​barash-asenov!

v2.5.0

  • Better integration with Django admin, along with a new Access admin page permission that you can selectively grant to users. Thanks @​haakenlid!
  • Worker count is now updated everytime you view workers for that specific queue. Thanks @​cgl!
  • Add the capability to pass arbitrary Redis client kwargs. Thanks @​juanjgarcia!
  • Always escape text when rendering job arguments. Thanks @​rhenanbartels!
  • Add @never_cache decorator to all Django-RQ views. Thanks @​Cybernisk!
  • SSL_CERT_REQS argument should also be passed to Redis client even when Redis URL is used. Thanks @​paltman!

v2.4.0

Changelog

Sourced from django-rq's changelog.

Version 2.8.1 (2023-05-14)

Version 2.8.0 (2023-05-02)

Version 2.7.0 (2023-02-07)

  • Able to show multiple execution results for each job (requires RQ v1.12). Thanks @​selwin!
  • Various admin interface improvements. Thanks @​selwin!

Version 2.6.0 (2022-11-05)

Version 2.5.1 (2021-11-22)

  • Redis.from_url does not accept ssl_cert_reqs argument for non SSL Redis URL. Thanks @​barash-asenov!

Version 2.5.0 (2021-11-17)

  • Better integration with Django admin, along with a new Access admin page permission that you can selectively grant to users. Thanks @​haakenlid!
  • Worker count is now updated everytime you view workers for that specific queue. Thanks @​cgl!
  • Add the capability to pass arbitrary Redis client kwargs. Thanks @​juanjgarcia!
  • Always escape text when rendering job arguments. Thanks @​rhenanbartels!
  • Add @never_cache decorator to all Django-RQ views. Thanks @​Cybernisk!
  • SSL_CERT_REQS argument should also be passed to Redis client even when Redis URL is used. Thanks @​paltman!

Version 2.4.1 (2021-03-31)

  • Added ssl_cert_reqs and username to queue config. Thanks @​jeyang!

Version 2.4.0 (2020-11-08)

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 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 [django-rq](https://github.com/rq/django-rq) from 2.3.2 to 2.8.1.
- [Release notes](https://github.com/rq/django-rq/releases)
- [Changelog](https://github.com/rq/django-rq/blob/master/CHANGELOG.md)
- [Commits](rq/django-rq@v2.3.2...v2.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 15, 2023

The following labels could not be found: type: housekeeping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants