Skip to content

symphony-bdk-python-2.8.0

Latest
Compare
Choose a tag to compare
@yinan-symphony yinan-symphony released this 31 Oct 13:41

Fixes
#344 from @anthony-symphony

❗ Breaking change

Due to a bug where a Form's values in Symphony Element Actions were being automatically converted, developers were not able to access the actual value inputted by the user. This bug has been resolved in 2.8.0.

However as values no longer being automatically converted, this may break existing code where it was expecting the value after it had been converted. To resolve this please check for any instances of this and convert the Symphony Element Action Form values as necessary before continuing on to the remaining workflow.