Skip to content

Version 4.2.1

Compare
Choose a tag to compare
@evgkirov evgkirov released this 17 Nov 10:47
· 141 commits to main since this release
ac26ce4

Fixed

  • For AddonsAPI:
    • In version 4.2.0, passing a Python dictionary as params to the execute method would cause an AttributeError. Now, you can use either an AddonExecutionParams instance or a dict. #272