Skip to content

v0.18.0

Choose a tag to compare

@TimothyJones TimothyJones released this 17 Oct 12:59
c4ac7d3

0.18.0 (2024-10-17)

⚠ BREAKING CHANGES

  • Replace the config object in triggers with a clearer SetupInfo type, allowing cross-language function calls as mocks. Note that the function calls now always return json strings, user-facing DSLs will need to parse the strings

Bug Fixes

  • Improve broker logging and error reporting (61fb28d)

Code Refactoring

  • Replace the config object in triggers with a clearer SetupInfo type, allowing cross-language function calls as mocks. Note that the function calls now always return json strings, user-facing DSLs will need to parse the strings (c9ddd93)