Skip to content

@contract-case/case-core: v0.18.0

Compare
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)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @contract-case/case-core-plugin-http-dsl bumped from 0.17.1 to 0.18.0
      • @contract-case/case-core-plugin-http bumped from 0.17.1 to 0.18.0
      • @contract-case/case-core-plugin-function bumped from 0.17.1 to 0.18.0
      • @contract-case/case-entities-internal bumped from 0.17.1 to 0.18.0
      • @contract-case/case-plugin-base bumped from 0.17.1 to 0.18.0
      • @contract-case/case-plugin-dsl-types bumped from 0.17.1 to 0.18.0
    • devDependencies
      • @contract-case/case-definition-dsl bumped from ^0.17.1 to ^0.18.0