Skip to content

Dash v2.9.2

Compare
Choose a tag to compare
@T4rk1n T4rk1n released this 29 Mar 18:52
· 1007 commits to dev since this release
f3d4ffe

Fixed

  • #2479 Fix KeyError "Callback function not found for output [...], , perhaps you forgot to prepend the '@'?" issue when using duplicate callbacks targeting the same output. This issue would occur when the app is restarted or when running with multiple gunicorn workers.
  • #2471 Fix allow_duplicate output with clientside callback, fix #2467
  • #2473 Fix background callbacks with different outputs but same function, fix #2221