We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cfe7c commit 24c8f7dCopy full SHA for 24c8f7d
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## v1.2.0-dev
4
+
5
+### Enhancements
6
7
+ * Shuffle the demands on first dispatch for load balancing across consumers
8
+ * Allow explicitly specifying :max_demand in DemandDispatcher
9
10
+### Bug fixes
11
12
+ * Do not dispatch when accumulating demand
13
14
## v1.1.1 (2021-08-13)
15
16
### Enhancements
mix.exs
@@ -1,7 +1,7 @@
defmodule GenStage.Mixfile do
use Mix.Project
- @version "1.1.1"
+ @version "1.2.0-dev"
def project do
[
0 commit comments