morpheus icon indicating copy to clipboard operation
morpheus copied to clipboard

Bump arq from 0.22 to 0.25.0

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps arq from 0.22 to 0.25.0.

Release notes

Sourced from arq's releases.

v0.25 (2022-12-02)

New Contributors

Full Changelog: https://github.com/samuelcolvin/arq/compare/v0.24.0...v0.25.0

v0.24 (2022-09-05)

  • Allow customisation of timezone in logs, #281
  • Add the username option to RedisSettings, #299
  • Change primary branch name to main, 40c8803
  • Add --custom-log-dict CLI option, #294
  • Fix error in case of pytz not being installed, #318
  • Support and test python 3.11, #327
  • Improve docs for parameter _expires in enqueue_job, #313
  • Fix redis ssl support, #323
  • Fix recursion while waiting for redis connection, #311
  • switch from watchgod to watchfiles, #332
  • Simplify dependencies, drop pydantic as a dependency., #334
  • Allow use of unix_socket_path in RedisSettings, #336
  • Allow user to configure a default job expiry-extra length, #303
  • Remove transaction around info command to support Redis 6.2.3, #338
  • Switch from setup.py to pyproject.toml, #341
  • Support abort for deferred jobs, #307

Full Changelog: https://github.com/samuelcolvin/arq/compare/v0.23a1...v0.24.0

v0.23 (2022-08-23)

No changes from v0.23a1.

v0.23a1 (2022-03-09)

... (truncated)

Changelog

Sourced from arq's changelog.

.. :changelog:

History

v0.25 (2022-12-02) ..................

v0.24 (2022-09-05) ..................

  • Allow customisation of timezone in logs, #281
  • Add the username option to RedisSettings, #299
  • Change primary branch name to main, 40c8803
  • Add --custom-log-dict CLI option, #294
  • Fix error in case of pytz not being installed, #318
  • Support and test python 3.11, #327
  • Improve docs for parameter _expires in enqueue_job, #313
  • Fix redis ssl support, #323
  • Fix recursion while waiting for redis connection, #311
  • switch from watchgod to watchfiles, #332
  • Simplify dependencies, drop pydantic as a dependency., #334
  • Allow use of unix_socket_path in RedisSettings, #336
  • Allow user to configure a default job expiry-extra length, #303
  • Remove transaction around info command to support Redis 6.2.3, #338
  • Switch from setup.py to pyproject.toml, #341
  • Support abort for deferred jobs, #307

v0.23 (2022-08-23) ..................

No changes from v0.23a1.

v0.23a1 (2022-03-09) ....................

... (truncated)

Commits
  • b6dda0e uprev, prepare for release
  • af17042 feat: signal handler to wait for task completion before shutting down (#345)
  • 2d45f53 use 3.11.0 for testing (#367)
  • 12456ee Raise ResultNotFound when Job.result() finds no job and no result (#364)
  • e9452c5 Adds after_job_end hook (#355)
  • 6f68086 Fix race condition causing status not_found (#362)
  • 1f91c0b connections: fix pipeline usage for exists command (#366)
  • 9ce2fd6 Add timezone support for cron jobs (#354)
  • 0474311 Allow to opt-out from logging results (#352)
  • 1495be6 fix license key in pyproject.toml
  • 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 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 Jan 01 '23 09:01 dependabot[bot]