Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2023

Bumps gen_stage from 1.1.2 to 1.2.1.

Changelog

Sourced from gen_stage's changelog.

v1.2.1 (2023-03-20)

Enhancements

  • Support :on_cancel in GenStage.from_enumerable/2

v1.2.0 (2023-02-01)

Enhancements

  • Shuffle the demands on first dispatch for load balancing across consumers
  • Allow explicitly specifying :max_demand in DemandDispatcher

Bug fixes

  • Do not dispatch when accumulating demand

v1.1.1 (2021-08-13)

Enhancements

  • Log a clear error messages when stage terminates due to noproc on non-temporary subscription

v1.1.0 (2021-02-05)

v1.1 requires Elixir v1.7+.

Enhancements

  • Fix warnings on latest Elixir versions
  • Support more process specifications in the :subscribe_to option
  • Add callback to allow instrumenting discarded count and function to get estimated buffer size

v1.0.0 (2020-02-03)

Enhancements

  • Allow events to be discarded in PartitionDispatcher by returning :none
  • Raise for unknown partitionis in PartitionDispatcher

v0.14.3 (2019-10-28)

Enhancements

  • Improvements to typespecs and error messages

v0.14.2 (2019-06-12)

Enhancements

... (truncated)

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 [gen_stage](https://github.com/elixir-lang/gen_stage) from 1.1.2 to 1.2.1.
- [Release notes](https://github.com/elixir-lang/gen_stage/releases)
- [Changelog](https://github.com/elixir-lang/gen_stage/blob/main/CHANGELOG.md)
- [Commits](elixir-lang/gen_stage@v1.1.2...v1.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 20, 2023
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants