Releases: dataplane-app/dataplane
Releases · dataplane-app/dataplane
v0.8.2
What's Changed
- fix to case sensitive usernames and empty roles by @saul-data in #673
Full Changelog: v0.8.1...v0.8.2
v0.8.1
v0.8.0
v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.1
Important Fix
When putting in more error logging on the workers, we introduced a bug where instead of silently reporting that a node in the graph is already running, it kills the entire graph. This is an important control point in the graph where there are more than one dependencies that trigger the next part of the graph and prevents that node from running more than once.