Skip to content

Bump janus from 1.0.0 to 2.0.0#89

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/janus-2.0.0
Closed

Bump janus from 1.0.0 to 2.0.0#89
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/janus-2.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps janus from 1.0.0 to 2.0.0.

Release notes

Sourced from janus's releases.

2.0.0


  • Implement .shutdown(immediate=False) for both sync and async APIs #720

    The change is not fully backward compatible:

    1. If the queue is closed, janus.AsyncQueueShutDown and janus.SyncQueueShutDown exceptions are raised instead of RuntimeError.

    2. Both sync and async .task_done() and .join() don't raise any exception on queue shutdown/closing anymore; it is compatible with shutdown behavior of stdlib sync and async queues.

1.2.0


  • Optimize internal implementation for a little speedup #699

  • Make not-full and not-empty notifications faster #703

  • Add .aclose() async method #709

  • Reduce notifications for a minor speedup #704

  • Allow janus.Queue() instantiation without running asyncio event loop #710

  • Remove sync notifiers for a major speedup #714

  • Fix hang in AsyncQueue.join() #716

janus 1.1.0

  • Drop Python 3.7 and 3.8 support

  • janus now works on Python 3.9-3.13

  • Reexport SyncQueueEmpty, SyncQueueFull, AsyncQueueEmpty, and AsyncQueueFull names #680

Changelog

Sourced from janus's changelog.

2.0.0 (2024-12-13)

  • Implement .shutdown(immediate=False) for both sync and async APIs #720

    The change is not fully backward compatible:

    1. If the queue is closed, janus.AsyncQueueShutDown and janus.SyncQueueShutDown exceptions are raised instead of RuntimeError.

    2. Both sync and async .task_done() and .join() don't raise any exception on queue shutdown/closing anymore; it is compatible with shutdown behavior of stdlib sync and async queues.

1.2.0 (2024-12-12)

  • Optimize internal implementation for a little speedup #699

  • Make not-full and not-empty notifications faster #703

  • Add .aclose() async method #709

  • Reduce notifications for a minor speedup #704

  • Allow janus.Queue() instantiation without running asyncio event loop #710

  • Remove sync notifiers for a major speedup #714

  • Fix hang in AsyncQueue.join() #716

1.1.0 (2024-10-30)

  • Drop Python 3.7 and 3.8 support

  • janus now works on Python 3.9-3.13

  • Reexport SyncQueueEmpty, SyncQueueFull, AsyncQueueEmpty, and AsyncQueueFull names #680

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 16, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/janus-2.0.0 branch 2 times, most recently from bdf8ce7 to f451c53 Compare January 6, 2025 06:34
@theCapypara
Copy link
Owner

@dependabot recreate

Bumps [janus](https://github.com/aio-libs/janus) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/aio-libs/janus/releases)
- [Changelog](https://github.com/aio-libs/janus/blob/master/CHANGES.rst)
- [Commits](aio-libs/janus@v1.0.0...v2.0.0)

---
updated-dependencies:
- dependency-name: janus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/janus-2.0.0 branch from f451c53 to 559bd7e Compare April 27, 2025 12:23
@theCapypara
Copy link
Owner

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 16, 2025

Looks like janus is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 16, 2025
@dependabot dependabot bot deleted the dependabot/pip/janus-2.0.0 branch May 16, 2025 19:14
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments